All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix error paths on device initialization in the block layer
@ 2013-10-14 16:10 Mikulas Patocka
  2013-10-14 16:11 ` [PATCH 1/4] blk-core: Fix memory corruption if blkcg_init_queue fails Mikulas Patocka
  2013-10-15 15:32 ` [PATCH 0/4] Fix error paths on device initialization in the block layer Jens Axboe
  0 siblings, 2 replies; 10+ messages in thread
From: Mikulas Patocka @ 2013-10-14 16:10 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Nick Piggin, Peter Zijlstra, Kay Sievers, dm-devel,
	Alasdair G. Kergon, Ken Chen, Al Viro, Zdenek Kabelac, Tejun Heo,
	Vivek Goyal

Hi

This series of patches fixes some crashes in the block layer in device 
initialization when memory allocation fails.

The crashes were discovered during stress testing - we tried to create as 
many logical volumes as possible.

Note that there are still some places in the kernel where error handling 
is inadequate, for example add_disk or blk_register_region.

Mikulas

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

end of thread, other threads:[~2013-10-15 15:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 16:10 [PATCH 0/4] Fix error paths on device initialization in the block layer Mikulas Patocka
2013-10-14 16:11 ` [PATCH 1/4] blk-core: Fix memory corruption if blkcg_init_queue fails Mikulas Patocka
2013-10-14 16:12   ` [PATCH 2/4] loop: fix crash if blk_alloc_queue fails Mikulas Patocka
2013-10-14 16:13     ` [PATCH 3/4] block: fix a probe argument to blk_register_region Mikulas Patocka
2013-10-14 16:14       ` [PATCH 4/4] bdi: test bdi_init failure Mikulas Patocka
2013-10-15 13:47         ` Tejun Heo
2013-10-15 13:44       ` [PATCH 3/4] block: fix a probe argument to blk_register_region Tejun Heo
2013-10-15 13:43     ` [PATCH 2/4] loop: fix crash if blk_alloc_queue fails Tejun Heo
2013-10-15 13:42   ` [PATCH 1/4] blk-core: Fix memory corruption if blkcg_init_queue fails Tejun Heo
2013-10-15 15:32 ` [PATCH 0/4] Fix error paths on device initialization in the block layer Jens Axboe

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.