diff options
author | Roberto Sassu <roberto.sassu@huawei.com> | 2020-06-07 23:00:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-19 18:22:37 +0100 |
commit | de581e41716795ce93506f3e5b0200048aa4439c (patch) | |
tree | d62eb77ab055ab9ce83e1d0e8a42b1147d1c4249 /kernel | |
parent | 48d19197bdb47e2b0d6322eb82de0b383e12bf62 (diff) | |
download | linux-stable-de581e41716795ce93506f3e5b0200048aa4439c.tar.gz linux-stable-de581e41716795ce93506f3e5b0200048aa4439c.tar.bz2 linux-stable-de581e41716795ce93506f3e5b0200048aa4439c.zip |
ima: Remove __init annotation from ima_pcrread()
commit 8b8c704d913b0fe490af370631a4200e26334ec0 upstream.
Commit 6cc7c266e5b4 ("ima: Call ima_calc_boot_aggregate() in
ima_eventdigest_init()") added a call to ima_calc_boot_aggregate() so that
the digest can be recalculated for the boot_aggregate measurement entry if
the 'd' template field has been requested. For the 'd' field, only SHA1 and
MD5 digests are accepted.
Given that ima_eventdigest_init() does not have the __init annotation, all
functions called should not have it. This patch removes __init from
ima_pcrread().
Cc: stable@vger.kernel.org
Fixes: 6cc7c266e5b4 ("ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()")
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions