linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 000 of 2] md: Introduction
@ 2006-05-22  6:18 NeilBrown
  2006-05-22  6:18 ` [PATCH 001 of 2] md: Fix possible oops when starting a raid0 array NeilBrown
  2006-05-22  6:18 ` [PATCH 002 of 2] md: Make sure bi_max_vecs is set properly in bio_split NeilBrown
  0 siblings, 2 replies; 4+ messages in thread
From: NeilBrown @ 2006-05-22  6:18 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-raid, linux-kernel, Don Dupuis

Two patches to fix two possibly Oopses in md/raid
Both are suitable for 2.6.17.

Both involve indexing off the end of the array, and only cause a
problem if the ends up hitting a non-mapped page.

The first only affects raid0 is fairly rare put possible circumstances.

The second can affect all users of bio_split: linear, raid0, raid10

Thanks to Don Dupuis for hitting these bugs!

 [PATCH 001 of 2] md: Fix possible oops when starting a raid0 array
 [PATCH 002 of 2] md: Make sure bi_max_vecs is set properly in bio_split

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

end of thread, other threads:[~2006-05-22  7:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-22  6:18 [PATCH 000 of 2] md: Introduction NeilBrown
2006-05-22  6:18 ` [PATCH 001 of 2] md: Fix possible oops when starting a raid0 array NeilBrown
2006-05-22  6:18 ` [PATCH 002 of 2] md: Make sure bi_max_vecs is set properly in bio_split NeilBrown
2006-05-22  7:02   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).