mbox series

[GIT,PULL] security: LoadPin changes for v4.20

Message ID alpine.LRH.2.21.1810252038150.30470@namei.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] security: LoadPin changes for v4.20 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-loadpin

Message

James Morris Oct. 25, 2018, 9:39 a.m. UTC
Please pull.

From Kees: "This is a small reporting improvement and the param change 
needed for the ordering series (but since the loadpin change is desired 
and separable, I'm putting it here)."

---

The following changes since commit 3f6caaf5ff33073ca1a3a0b82edacab3c57c38f9:

  LSM: Don't ignore initialization failures (2018-10-10 20:40:22 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-loadpin

for you to fetch changes up to 85a585918fb4122ad26b6febaec5c3c90bf2535c:

  Merge tag 'loadpin-security-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into next-loadpin (2018-10-18 17:20:08 -0700)

----------------------------------------------------------------
James Morris (1):
      Merge tag 'loadpin-security-next' of https://git.kernel.org/.../kees/linux into next-loadpin

Kees Cook (2):
      LoadPin: Report friendly block device name
      LoadPin: Rename boot param "enabled" to "enforce"

 security/loadpin/Kconfig   |  4 ++--
 security/loadpin/loadpin.c | 26 +++++++++++++++-----------
 2 files changed, 17 insertions(+), 13 deletions(-)

Comments

Linus Torvalds Oct. 25, 2018, 8:32 p.m. UTC | #1
On Thu, Oct 25, 2018 at 2:39 AM James Morris <jmorris@namei.org> wrote:
>
> From Kees: "This is a small reporting improvement and the param change
> needed for the ordering series (but since the loadpin change is desired
> and separable, I'm putting it here)."

Pulled,

                Linus