linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] keys: Changes for 5.8
@ 2020-06-02 16:28 David Howells
  2020-06-04 17:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Howells @ 2020-06-02 16:28 UTC (permalink / raw)
  To: torvalds
  Cc: dhowells, jarkko.sakkinen, mathstuf, gustavoars, Jason, keyrings,
	linux-security-module, linux-kernel

Hi Linus,

Could you pull these keyrings fixes please?

 (1) Fix a documentation warning.

 (2) Replace a [0] array with [].

 (3) Make the big_key key type use ChaCha20Poly1305 and use the crypto
     algorithm directly rather than going through the crypto layer.

 (4) Implement the update op for the big_key type.

Thanks,
David
---
The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c:

  Linux 5.7-rc3 (2020-04-26 13:51:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-next-20200602

for you to fetch changes up to b6f61c31464940513ef4eccb3a030a405b4256d6:

  keys: Implement update for the big_key type (2020-06-02 17:22:31 +0100)

----------------------------------------------------------------
Keyrings changes

----------------------------------------------------------------
Ben Boeckel (1):
      Documentation: security: core.rst: add missing argument

David Howells (1):
      keys: Implement update for the big_key type

Gustavo A. R. Silva (1):
      KEYS: Replace zero-length array with flexible-array

Jason A. Donenfeld (1):
      security/keys: rewrite big_key crypto to use library interface

 Documentation/security/keys/core.rst |   8 +-
 include/keys/big_key-type.h          |   1 +
 include/keys/user-type.h             |   2 +-
 security/keys/Kconfig                |   4 +-
 security/keys/big_key.c              | 257 +++++++----------------------------
 5 files changed, 60 insertions(+), 212 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] keys: Changes for 5.8
  2020-06-02 16:28 [GIT PULL] keys: Changes for 5.8 David Howells
@ 2020-06-04 17:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-06-04 17:35 UTC (permalink / raw)
  To: David Howells
  Cc: torvalds, dhowells, jarkko.sakkinen, mathstuf, gustavoars, Jason,
	keyrings, linux-security-module, linux-kernel

The pull request you sent on Tue, 02 Jun 2020 17:28:00 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-next-20200602

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a484a497c98a0447aca2d70de19d11b1d66e6ef7

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-04 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 16:28 [GIT PULL] keys: Changes for 5.8 David Howells
2020-06-04 17:35 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).