mbox series

[GIT,PULL] linux-integrity patches for Linux 5.2

Message ID 1555032089.4914.4.camel@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] linux-integrity patches for Linux 5.2 | expand

Pull-request

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

Message

Mimi Zohar April 12, 2019, 1:21 a.m. UTC
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(-)

Comments

James Morris April 12, 2019, 10:22 p.m. UTC | #1
On Thu, 11 Apr 2019, Mimi Zohar wrote:

> 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.

Applied to
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-integrity