[GIT PULL] integrity subsystem fixes for v5.6

From: Mimi Zohar
Date: Thu Feb 20 2020 - 14:46:07 EST


Hi Linus,

Here are two bug fixes and an associated change for each.ÂÂThe one
that adds SM3 to the IMA list of supported hash algorithms is a simple
change, but could be considered a new feature.

thanks,

Mimi


The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-integrity

for you to fetch changes up to 5780b9abd530982c2bb1018e2c52c05ab3c30b45:

ima: add sm3 algorithm to hash algorithm configuration list (2020-02-18 07:35:49 -0500)

----------------------------------------------------------------
Ard Biesheuvel (1):
x86/ima: use correct identifier for SetupMode variable

Javier Martinez Canillas (1):
efi: Only print errors about failing to get certs if EFI vars are found

Tianjia Zhang (2):
crypto: rename sm3-256 to sm3 in hash_algo_name
ima: add sm3 algorithm to hash algorithm configuration list

arch/x86/kernel/ima_arch.c | 6 ++--
crypto/hash_info.c | 2 +-
security/integrity/ima/Kconfig | 5 ++++
security/integrity/platform_certs/load_uefi.c | 40 +++++++++++++++++----------
4 files changed, 34 insertions(+), 19 deletions(-)