mbox series

[GIT,PULL] loadpin updates for security-next

Message ID 20181018230542.GA48284@beast (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] loadpin updates for security-next | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/loadpin-security-next

Message

Kees Cook Oct. 18, 2018, 11:05 p.m. UTC
Hi James,

Please pull these loadpin changes for security-next. 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).

Thanks!

-Kees

The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/loadpin-security-next

for you to fetch changes up to 13523bef1e2154b6d02836cd0f6c0ffc89b2eae6:

  LoadPin: Rename boot param "enabled" to "enforce" (2018-10-18 15:29:44 -0700)

----------------------------------------------------------------
LoadPin: report improvement and parameter renaming

- Report human-readable device name during init
- Change boot parameter and Kconfig "enabled" to "enforce"

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

James Morris Oct. 19, 2018, 12:21 a.m. UTC | #1
On Thu, 18 Oct 2018, Kees Cook wrote:

> Hi James,
> 
> Please pull these loadpin changes for security-next. 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).
> 
> Thanks!
> 
> -Kees
> 
> The following changes since commit 57361846b52bc686112da6ca5368d11210796804:
> 
>   Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/loadpin-security-next
> 

Thanks, pulled to next-loadpin and next-testing.