All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5.10 0/5] bfq bic/cgroup interaction uaf fixes
@ 2023-03-13 22:27 Khazhismel Kumykov
  2023-03-13 22:27 ` [PATCH v5.10 1/5] block, bfq: fix possible uaf for 'bfqq->bic' Khazhismel Kumykov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Khazhismel Kumykov @ 2023-03-13 22:27 UTC (permalink / raw)
  To: stable; +Cc: linux-block, Khazhismel Kumykov

Pulls in uaf fix for bfqq->bic along with fixups. I pulled in the
backport dependencies that were also present in 5.15-lts.

NeilBrown (1):
  block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"

Yu Kuai (4):
  block, bfq: fix possible uaf for 'bfqq->bic'
  block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq
  block, bfq: replace 0/1 with false/true in bic apis
  block, bfq: fix uaf for bfqq in bic_set_bfqq()

 block/bfq-cgroup.c  |  8 ++++----
 block/bfq-iosched.c | 19 +++++++++++++------
 2 files changed, 17 insertions(+), 10 deletions(-)

-- 
2.40.0.rc1.284.g88254d51c5-goog


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

end of thread, other threads:[~2023-03-14  2:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-13 22:27 [PATCH v5.10 0/5] bfq bic/cgroup interaction uaf fixes Khazhismel Kumykov
2023-03-13 22:27 ` [PATCH v5.10 1/5] block, bfq: fix possible uaf for 'bfqq->bic' Khazhismel Kumykov
2023-03-13 22:27 ` [PATCH v5.10 2/5] block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq Khazhismel Kumykov
2023-03-13 22:27 ` [PATCH v5.10 3/5] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC" Khazhismel Kumykov
2023-03-13 22:27 ` [PATCH v5.10 4/5] block, bfq: replace 0/1 with false/true in bic apis Khazhismel Kumykov
2023-03-13 22:27 ` [PATCH v5.10 5/5] block, bfq: fix uaf for bfqq in bic_set_bfqq() Khazhismel Kumykov
2023-03-14  2:17 ` [PATCH v5.10 0/5] bfq bic/cgroup interaction uaf fixes Sasha Levin

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.