public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Pranay Kr. Srivastava" <pranjas@gmail.com>
To: mpa@pengutronix.de, nbd-general@lists.sourceforge.net,
	linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org
Cc: "Pranay Kr. Srivastava" <pranjas@gmail.com>
Subject: [PATCH v2 0/2] nbd: fix might_sleep warning and checkpatch fixes.
Date: Tue,  3 May 2016 19:38:25 +0300	[thread overview]
Message-ID: <1462293507-5010-1-git-send-email-pranjas@gmail.com> (raw)

This patch series fixes

01) might_sleep warning generated on a xmit_timeout as the socket
    is shutdown while holding the spin_lock. Instead now the socket
    is shutdown in the sender kernel thread.

02) checkpatch errors.

Pranay Kr. Srivastava (2):
  nbd: Fix might_sleep warning on xmit timeout
  nbd: Fix checkpatch errors.

 drivers/block/nbd.c | 94 +++++++++++++++++++++++++++++++----------------------
 1 file changed, 55 insertions(+), 39 deletions(-)

-- 
2.6.2

             reply	other threads:[~2016-05-03 16:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-03 16:38 Pranay Kr. Srivastava [this message]
2016-05-03 16:38 ` [PATCH v2 1/2] nbd: Fix might_sleep warning on xmit timeout Pranay Kr. Srivastava
2016-05-03 16:38 ` [PATCH v2 2/2] nbd: Fix checkpatch errors Pranay Kr. Srivastava
2016-05-03 18:16   ` Greg KH
2016-06-02  1:03   ` Pavel Machek

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=1462293507-5010-1-git-send-email-pranjas@gmail.com \
    --to=pranjas@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpa@pengutronix.de \
    --cc=nbd-general@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox