All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jack Wang <jinpu.wang@profitbricks.com>
To: stable@vger.kernel.org, gregkh@linuxfoundation.org
Cc: yun.wang@profitbricks.com, Jack Wang <jinpu.wang@profitbricks.com>
Subject: [PATCH 0/2] bio order fix backport for 4.4
Date: Mon,  3 Apr 2017 11:41:17 +0200	[thread overview]
Message-ID: <1491212479-12527-1-git-send-email-jinpu.wangl@profitbricks.com> (raw)

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

             reply	other threads:[~2017-04-03  9:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-03  9:41 Jack Wang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1491212479-12527-1-git-send-email-jinpu.wangl@profitbricks.com \
    --to=jinpu.wang@profitbricks.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=stable@vger.kernel.org \
    --cc=yun.wang@profitbricks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.