All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.15 0/3] blk-crypto fixes for 5.15
@ 2023-05-04  4:03 Eric Biggers
  2023-05-04  4:03 ` [PATCH 5.15 1/3] blk-mq: release crypto keyslot before reporting I/O complete Eric Biggers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Biggers @ 2023-05-04  4:03 UTC (permalink / raw)
  To: stable; +Cc: linux-block

This series backports some blk-crypto fixes to 5.15.

Eric Biggers (3):
  blk-mq: release crypto keyslot before reporting I/O complete
  blk-crypto: make blk_crypto_evict_key() return void
  blk-crypto: make blk_crypto_evict_key() more robust

 block/blk-core.c            |  7 ++++
 block/blk-crypto-internal.h | 25 +++++++++++---
 block/blk-crypto.c          | 69 +++++++++++++++++++++----------------
 block/blk-merge.c           |  2 ++
 block/blk-mq.c              |  2 +-
 block/keyslot-manager.c     | 43 +++++++++++------------
 drivers/md/dm-table.c       | 19 +++-------
 include/linux/blk-crypto.h  |  4 +--
 8 files changed, 99 insertions(+), 72 deletions(-)


base-commit: 8a7f2a5c5aa1648edb4f2029c6ec33870afb7a95
-- 
2.40.1


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

end of thread, other threads:[~2023-05-04  4:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-04  4:03 [PATCH 5.15 0/3] blk-crypto fixes for 5.15 Eric Biggers
2023-05-04  4:03 ` [PATCH 5.15 1/3] blk-mq: release crypto keyslot before reporting I/O complete Eric Biggers
2023-05-04  4:03 ` [PATCH 5.15 2/3] blk-crypto: make blk_crypto_evict_key() return void Eric Biggers
2023-05-04  4:03 ` [PATCH 5.15 3/3] blk-crypto: make blk_crypto_evict_key() more robust Eric Biggers

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.