On Wed, Apr 17, 2019 at 12:34:23PM -0400, Sasha Levin wrote:
On Wed, Apr 17, 2019 at 06:24:20PM +0300, Jarkko Sakkinen wrote:
From: Yue Haibing yuehaibing@huawei.com
commit 32312418625764cdf740890ac9c78ca26a6a9d24 upstream
This is really commit b9d0a85d6b2e76630cfd4c475ee3af4109bfd87a upstream (looks like James added his S-O-B which changed the commit hash).
Oops, thanks, will be more careful next time.
calc_tpm2_event_size() has an invalid signature because it returns a 'size_t' where as its signature says that it returns 'int'.
Cc: stable@vger.kernel.org Fixes: 4d23cc323cdb ("tpm: add securityfs support for TPM 2.0 firmware event log") Suggested-by: Jarkko Sakkinen jarkko.sakkinen@linux.intel.com Signed-off-by: Yue Haibing yuehaibing@huawei.com Reviewed-by: Jarkko Sakkinen jarkko.sakkinen@linux.intel.com Signed-off-by: Jarkko Sakkinen jarkko.sakkinen@linux.intel.com
I've queued it for 5.0, thanks!
Thank you.
/Jarkko