]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 May 2024 17:48:35 +0000 (10:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 May 2024 17:48:35 +0000 (10:48 -0700)
commit25c73642cc5baea5b91bbb9b1f5fcd93672bfa08
treecee708400b69bf5810573c0bf48cd78d9a0b4de4
parentb19239143e393d4b52b3b9a17c7ac07138f2cfd4
parent9da27fb65a14c18efd4473e2e82b76b53ba60252
Merge tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd

Pull keys updates from Jarkko Sakkinen:

 - do not overwrite the key expiration once it is set

 - move key quota updates earlier into key_put(), instead of updating
   them in key_gc_unused_keys()

* tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:
  keys: Fix overwrite of key expiration on instantiation
  keys: update key quotas in key_put()