Linux RAID subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] Raid5 Bug Fixes
@ 2022-07-07 19:15 Logan Gunthorpe
  2022-07-07 19:15 ` [PATCH 1/2] md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request() Logan Gunthorpe
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Logan Gunthorpe @ 2022-07-07 19:15 UTC (permalink / raw)
  To: linux-kernel, linux-raid, Song Liu
  Cc: Guoqing Jiang, David Sloan, Logan Gunthorpe

Hey,

Please find two patches with fixes to the raid5 code.

The first patch fixes a bug in my recent commit that causes data
corruption in very specific circumstances.

The second patch fixes a theoretical issue with nested waits in
code that was recently cleaned up in the previous series (though the
issue always existed).

Thanks,

Logan

--

Logan Gunthorpe (2):
  md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()
  md/raid5: Convert prepare_to_wait() to wait_woken() api

 drivers/md/raid5.c | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)


base-commit: ff4ec5f79108cf82fe7168547c76fe754c4ade0a
--
2.30.2

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

end of thread, other threads:[~2022-07-08  5:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-07 19:15 [PATCH 0/2] Raid5 Bug Fixes Logan Gunthorpe
2022-07-07 19:15 ` [PATCH 1/2] md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request() Logan Gunthorpe
2022-07-07 19:15 ` [PATCH 2/2] md/raid5: Convert prepare_to_wait() to wait_woken() api Logan Gunthorpe
2022-07-08  5:45 ` [PATCH 0/2] Raid5 Bug Fixes Song Liu

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