All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bio order fix backport for 4.4
@ 2017-04-03  9:41 Jack Wang
  2017-04-03  9:41 ` [PATCH 1/2] blk: improve order of bio handling in generic_make_request() Jack Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jack Wang @ 2017-04-03  9:41 UTC (permalink / raw)
  To: stable, gregkh; +Cc: yun.wang, Jack Wang

From: Jack Wang <jinpu.wang@profitbricks.com>

Hi,

Please consider apply both fix for bio order, it fixes dead lock in
MD/DRBD.

I backported to 4.4, and also tested on 4.4.50.

Both patches apply cleanly on 4.4.59.

NeilBrown (2):
  blk: improve order of bio handling in generic_make_request()
  blk: Ensure users for current->bio_list can see the full list.

 block/bio.c         | 12 +++++++++---
 block/blk-core.c    | 40 +++++++++++++++++++++++++++++++---------
 drivers/md/raid1.c  |  3 ++-
 drivers/md/raid10.c |  3 ++-
 4 files changed, 44 insertions(+), 14 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-04-06  7:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-03  9:41 [PATCH 0/2] bio order fix backport for 4.4 Jack Wang
2017-04-03  9:41 ` [PATCH 1/2] blk: improve order of bio handling in generic_make_request() Jack Wang
2017-04-03  9:41 ` [PATCH 2/2] blk: Ensure users for current->bio_list can see the full list Jack Wang
2017-04-06  7:43 ` [PATCH 0/2] bio order fix backport for 4.4 Greg KH
2017-04-06  7:50   ` Jinpu Wang

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.