public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixes for zoned changes in block/for-next
@ 2025-11-13 13:40 Damien Le Moal
  2025-11-13 13:40 ` [PATCH 1/3] block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio() Damien Le Moal
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Damien Le Moal @ 2025-11-13 13:40 UTC (permalink / raw)
  To: Jens Axboe, linux-block; +Cc: Shin'ichiro Kawasaki, Christoph Hellwig

Jens,

Here are 3 patches to fix 2 oops (NULL pointer dereference) and a device
mapper regression all introduced by the recent changes to blk-zoned.c
that are in block/for-next.

These are relatively simple problems that should have been discovered
right away during development. I overlooked them due to some issues (now
fixed) with my test VM environment which was not always running the
correct kernel.

Damien Le Moal (3):
  block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio()
  block: fix NULL pointer dereference in disk_report_zones()
  dm: fix zone reset all operation processing

 block/blk-zoned.c    | 23 +++++++++++++----------
 drivers/md/dm-zone.c |  9 +++++++++
 2 files changed, 22 insertions(+), 10 deletions(-)

-- 
2.51.1


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

end of thread, other threads:[~2025-11-13 16:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 13:40 [PATCH 0/3] Fixes for zoned changes in block/for-next Damien Le Moal
2025-11-13 13:40 ` [PATCH 1/3] block: fix NULL pointer dereference in blk_zone_reset_all_bio_endio() Damien Le Moal
2025-11-13 14:44   ` Christoph Hellwig
2025-11-13 13:40 ` [PATCH 2/3] block: fix NULL pointer dereference in disk_report_zones() Damien Le Moal
2025-11-13 14:45   ` Christoph Hellwig
2025-11-13 13:40 ` [PATCH 3/3] dm: fix zone reset all operation processing Damien Le Moal
2025-11-13 14:46   ` Christoph Hellwig
2025-11-13 16:16 ` [PATCH 0/3] Fixes for zoned changes in block/for-next Jens Axboe

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