Hi James, This pull request contains just three patches, the remainder are either included in other pull requests (eg. audit, lockdown) or will be upstreamed via other subsystems (eg. kselftests, Power). Included in this pull request is one bug fix, one documentation update, and extending the x86 IMA arch policy rules to coordinate the different kernel module signature verification methods. Thanks, Mimi The following changes since commit 8d93e952fba216cd0811247f6360d97e0465d5fc: LSM: lsm_hooks.h: fix documentation format (2019-03-26 16:46:22 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-integrity-for-james for you to fetch changes up to 41475a3ebaceb270e47a77356ddc30960354cb00: doc/kernel-parameters.txt: Deprecate ima_appraise_tcb (2019-04-10 16:41:01 -0400) ---------------------------------------------------------------- Mimi Zohar (2): x86/ima: require signed kernel modules x86/ima: add missing include Petr Vorel (1): doc/kernel-parameters.txt: Deprecate ima_appraise_tcb Documentation/admin-guide/kernel-parameters.txt | 5 ++--- arch/x86/kernel/ima_arch.c | 10 +++++++++- include/linux/module.h | 5 +++++ kernel/module.c | 5 +++++ 4 files changed, 21 insertions(+), 4 deletions(-)