public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] nbd: fix might_sleep warning and checkpatch fixes.
@ 2016-05-03 16:38 Pranay Kr. Srivastava
  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
  0 siblings, 2 replies; 5+ messages in thread
From: Pranay Kr. Srivastava @ 2016-05-03 16:38 UTC (permalink / raw)
  To: mpa, nbd-general, linux-kernel, gregkh; +Cc: Pranay Kr. Srivastava

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

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

end of thread, other threads:[~2016-06-02  1:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-03 16:38 [PATCH v2 0/2] nbd: fix might_sleep warning and checkpatch fixes Pranay Kr. Srivastava
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox