All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] lots of fixes for zero allocation length
@ 2012-09-07 15:30 Paolo Bonzini
  2012-09-07 15:30 ` [PATCH 01/11] target: go through normal processing for zero-length PSCSI commands Paolo Bonzini
                   ` (12 more replies)
  0 siblings, 13 replies; 23+ messages in thread
From: Paolo Bonzini @ 2012-09-07 15:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: target-devel, nab, hch, roland

Here are the fixes for zero-length commands, that ultimately let
all command go through normal processing, even if they have
zero length.

The first patch is for PSCSI, the others are for IBLOCK and friends.
I tried to order them so that the safest come first.  So for 3.6 you
could choose to stop at patch 1, 2, 3 or 6, or not apply anything
at all.

Testcases included in each patch, when relevant.

Paolo

Paolo Bonzini (11):
  target: go through normal processing for zero-length PSCSI commands
  target: report too-small parameter lists everywhere
  target: fail REPORT LUNS with less than 16 bytes of payload
  target: support zero-size allocation lengths in transport_kmap_data_sg
  target: support zero allocation length in REQUEST SENSE
  target: go through normal processing for zero-length REQUEST_SENSE
  target: support zero allocation length in INQUIRY
  target: fix truncation of mode data, support zero allocation length
  target: support zero allocation length in SBC commands
  target: do not submit a zero-bio I/O request
  target: go through normal processing for all zero-length commands

 drivers/target/target_core_alua.c      |    7 +++
 drivers/target/target_core_device.c    |    7 +++
 drivers/target/target_core_iblock.c    |   17 ++++++-
 drivers/target/target_core_pr.c        |    8 +++
 drivers/target/target_core_pscsi.c     |    8 ++--
 drivers/target/target_core_sbc.c       |   23 ++++++---
 drivers/target/target_core_spc.c       |   81 +++++++++++--------------------
 drivers/target/target_core_transport.c |   35 ++++----------
 include/target/target_core_base.h      |    1 +
 9 files changed, 95 insertions(+), 92 deletions(-)


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

end of thread, other threads:[~2012-09-10  7:48 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 15:30 [PATCH 00/11] lots of fixes for zero allocation length Paolo Bonzini
2012-09-07 15:30 ` [PATCH 01/11] target: go through normal processing for zero-length PSCSI commands Paolo Bonzini
2012-09-07 18:06   ` Nicholas A. Bellinger
2012-09-07 15:30 ` [PATCH 02/11] target: report too-small parameter lists everywhere Paolo Bonzini
2012-09-07 18:09   ` Nicholas A. Bellinger
2012-09-07 15:30 ` [PATCH 03/11] target: fail REPORT LUNS with less than 16 bytes of payload Paolo Bonzini
2012-09-07 18:09   ` Nicholas A. Bellinger
2012-09-07 15:30 ` [PATCH 04/11] target: support zero-size allocation lengths in transport_kmap_data_sg Paolo Bonzini
2012-09-07 18:12   ` Nicholas A. Bellinger
2012-09-07 15:30 ` [PATCH 05/11] target: support zero allocation length in REQUEST SENSE Paolo Bonzini
2012-09-07 18:17   ` Nicholas A. Bellinger
2012-09-07 15:30 ` [PATCH 06/11] target: go through normal processing for zero-length REQUEST_SENSE Paolo Bonzini
2012-09-07 18:23   ` Nicholas A. Bellinger
2012-09-07 18:33     ` Nicholas A. Bellinger
2012-09-07 20:34       ` Paolo Bonzini
2012-09-07 15:30 ` [PATCH 07/11] target: support zero allocation length in INQUIRY Paolo Bonzini
2012-09-07 15:30 ` [PATCH 08/11] target: fix truncation of mode data, support zero allocation length Paolo Bonzini
2012-09-07 15:30 ` [PATCH 09/11] target: support zero allocation length in SBC commands Paolo Bonzini
2012-09-07 15:30 ` [PATCH 10/11] target: do not submit a zero-bio I/O request Paolo Bonzini
2012-09-07 15:30 ` [PATCH 11/11] target: go through normal processing for all zero-length commands Paolo Bonzini
2012-09-07 19:01 ` [PATCH 00/11] lots of fixes for zero allocation length Nicholas A. Bellinger
2012-09-10  7:28 ` Christoph Hellwig
2012-09-10  7:48   ` Paolo Bonzini

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.