From: James Morris <james.l.morris@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: keyrings@vger.kernel.org, David Howells <dhowells@redhat.com>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] security subsystem: keys update for 4.15
Date: Fri, 24 Nov 2017 01:39:44 +0000 [thread overview]
Message-ID: <alpine.LFD.2.20.1711241237430.4505@localhost> (raw)
Please pull these updates or the keys subsystem. From David:
" There's nothing too controversial here:
(1) Doc fix for keyctl_read().
(2) time_t -> time64_t replacement.
(3) Set the module licence on things to prevent tainting.
It's all been in linux-next for a week or so. "
---
The following changes since commit 5a787756b809888e8925d722862167f1229b58f7:
Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm (2017-11-22 21:09:18 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-keys
for you to fetch changes up to ce44cd8dfc55110fa7423ceb47a8a70dac65fe89:
Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next-keys (2017-11-24 11:54:11 +1100)
----------------------------------------------------------------
Baolin Wang (2):
security: keys: Replace time_t/timespec with time64_t
security: keys: Replace time_t with time64_t for struct key_preparsed_payload
David Howells (1):
pkcs7: Set the module licence to prevent tainting
Eric Biggers (1):
KEYS: fix in-kernel documentation for keyctl_read()
James Morris (1):
Merge tag 'keys-next-20171123' of git://git.kernel.org/.../dhowells/linux-fs into next-keys
Documentation/security/keys/core.rst | 10 +++++-----
crypto/asymmetric_keys/pkcs7_key_type.c | 1 +
crypto/asymmetric_keys/pkcs7_parser.c | 5 +++++
crypto/asymmetric_keys/public_key.c | 2 ++
crypto/asymmetric_keys/x509_public_key.c | 1 +
include/linux/key-type.h | 2 +-
include/linux/key.h | 7 ++++---
security/keys/gc.c | 20 ++++++++++----------
security/keys/internal.h | 8 ++++----
security/keys/key.c | 27 ++++++++++-----------------
security/keys/keyring.c | 20 ++++++++++----------
security/keys/permission.c | 5 ++---
security/keys/proc.c | 21 ++++++++++-----------
security/keys/process_keys.c | 2 +-
14 files changed, 66 insertions(+), 65 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: James Morris <james.l.morris@oracle.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: keyrings@vger.kernel.org, David Howells <dhowells@redhat.com>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] security subsystem: keys update for 4.15
Date: Fri, 24 Nov 2017 12:39:44 +1100 (AEDT) [thread overview]
Message-ID: <alpine.LFD.2.20.1711241237430.4505@localhost> (raw)
Please pull these updates or the keys subsystem. From David:
" There's nothing too controversial here:
(1) Doc fix for keyctl_read().
(2) time_t -> time64_t replacement.
(3) Set the module licence on things to prevent tainting.
It's all been in linux-next for a week or so. "
---
The following changes since commit 5a787756b809888e8925d722862167f1229b58f7:
Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm (2017-11-22 21:09:18 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-keys
for you to fetch changes up to ce44cd8dfc55110fa7423ceb47a8a70dac65fe89:
Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next-keys (2017-11-24 11:54:11 +1100)
----------------------------------------------------------------
Baolin Wang (2):
security: keys: Replace time_t/timespec with time64_t
security: keys: Replace time_t with time64_t for struct key_preparsed_payload
David Howells (1):
pkcs7: Set the module licence to prevent tainting
Eric Biggers (1):
KEYS: fix in-kernel documentation for keyctl_read()
James Morris (1):
Merge tag 'keys-next-20171123' of git://git.kernel.org/.../dhowells/linux-fs into next-keys
Documentation/security/keys/core.rst | 10 +++++-----
crypto/asymmetric_keys/pkcs7_key_type.c | 1 +
crypto/asymmetric_keys/pkcs7_parser.c | 5 +++++
crypto/asymmetric_keys/public_key.c | 2 ++
crypto/asymmetric_keys/x509_public_key.c | 1 +
include/linux/key-type.h | 2 +-
include/linux/key.h | 7 ++++---
security/keys/gc.c | 20 ++++++++++----------
security/keys/internal.h | 8 ++++----
security/keys/key.c | 27 ++++++++++-----------------
security/keys/keyring.c | 20 ++++++++++----------
security/keys/permission.c | 5 ++---
security/keys/proc.c | 21 ++++++++++-----------
security/keys/process_keys.c | 2 +-
14 files changed, 66 insertions(+), 65 deletions(-)
next reply other threads:[~2017-11-24 1:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-24 1:39 James Morris [this message]
2017-11-24 1:39 ` [GIT PULL] security subsystem: keys update for 4.15 James Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.2.20.1711241237430.4505@localhost \
--to=james.l.morris@oracle.com \
--cc=dhowells@redhat.com \
--cc=keyrings@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.