Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH v2 6.1.y 0/3] Backport to fix CVE-2024-36478
@ 2024-11-20  3:28 Xiangyu Chen
  2024-11-20  3:28 ` [PATCH v2 6.1.y 1/3] null_blk: Remove usage of the deprecated ida_simple_xx() API Xiangyu Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Xiangyu Chen @ 2024-11-20  3:28 UTC (permalink / raw)
  To: yukuai1, christophe.jaillet, yukuai3, dlemoal; +Cc: gregkh, stable

From: Xiangyu Chen <xiangyu.chen@windriver.com>

Backport to fix CVE-2024-36478

https://lore.kernel.org/linux-cve-announce/2024062136-CVE-2024-36478-d249@gregkh/

The CVE fix is "null_blk: fix null-ptr-dereference while configuring 'power'
and 'submit_queues'" 

This required 2 extra commit to make sure the picks are clean:
null_blk: Remove usage of the deprecated ida_simple_xx() API
null_blk: Fix return value of nullb_device_power_store()

Changes:
V1 -> V2
Added the extra commit Fix return value of nullb_device_power_store()

Christophe JAILLET (1):
  null_blk: Remove usage of the deprecated ida_simple_xx() API

Damien Le Moal (1):
  null_blk: Fix return value of nullb_device_power_store()

Yu Kuai (1):
  null_blk: fix null-ptr-dereference while configuring 'power' and
    'submit_queues'

 drivers/block/null_blk/main.c | 45 ++++++++++++++++++++++-------------
 1 file changed, 29 insertions(+), 16 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-11-20 13:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20  3:28 [PATCH v2 6.1.y 0/3] Backport to fix CVE-2024-36478 Xiangyu Chen
2024-11-20  3:28 ` [PATCH v2 6.1.y 1/3] null_blk: Remove usage of the deprecated ida_simple_xx() API Xiangyu Chen
2024-11-20 13:04   ` Sasha Levin
2024-11-20  3:28 ` [PATCH v2 6.1.y 2/3] null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' Xiangyu Chen
2024-11-20 13:04   ` Sasha Levin
2024-11-20  3:28 ` [PATCH v2 6.1.y 3/3] null_blk: Fix return value of nullb_device_power_store() Xiangyu Chen
2024-11-20 13:04   ` Sasha Levin
2024-11-20 12:35 ` [PATCH v2 6.1.y 0/3] Backport to fix CVE-2024-36478 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox