All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: James Bottomley <jbottomley@parallels.com>
Cc: Christoph Hellwig <hch@infradead.org>,
	linux-scsi@vger.kernel.org, Hannes Reinecke <hare@suse.de>
Subject: [PATCH 0/2] Fixed for 64bit LUNs
Date: Fri,  4 Jul 2014 13:54:33 +0200	[thread overview]
Message-ID: <1404474875-109997-1-git-send-email-hare@suse.de> (raw)

Hi Christoph,

here are some more fixes for 64bit LUNs, which should fix the latest
built issues from Fengguang.
Most notably I've introduced a new accessor 'sdev_scsi2lun' for those
devices which are not capable of handling LUNs higher than 255.
And I've removed the custom LUN handling code from ib_srp.

Hannes Reinecke (2):
  Use sdev_scsi2lun for SCSI parallel drivers
  ib_srp: 64bit LUN fixes

 arch/ia64/hp/sim/simscsi.c            |  2 +-
 drivers/infiniband/ulp/srp/ib_srp.c   |  9 ++--
 drivers/infiniband/ulp/srpt/ib_srpt.c | 81 +--------------------------------
 drivers/scsi/53c700.c                 | 12 ++---
 drivers/scsi/BusLogic.c               |  2 +-
 drivers/scsi/NCR5380.c                | 32 ++++++-------
 drivers/scsi/NCR53c406a.c             |  2 +-
 drivers/scsi/a100u2w.c                |  4 +-
 drivers/scsi/advansys.c               | 16 +++----
 drivers/scsi/aha152x.c                | 13 +++---
 drivers/scsi/aha1542.c                |  4 +-
 drivers/scsi/aha1740.c                |  2 +-
 drivers/scsi/aic7xxx/aic79xx_osm.c    | 19 ++++----
 drivers/scsi/aic7xxx/aic79xx_proc.c   |  2 +-
 drivers/scsi/aic7xxx/aic7xxx_osm.c    | 23 +++++-----
 drivers/scsi/aic7xxx/aic7xxx_proc.c   |  2 +-
 drivers/scsi/arm/acornscsi.c          | 20 ++++----
 drivers/scsi/arm/fas216.c             | 15 +++---
 drivers/scsi/arm/queue.c              |  8 ++--
 drivers/scsi/atari_NCR5380.c          | 81 +++++++++++++++++----------------
 drivers/scsi/atp870u.c                |  2 +-
 drivers/scsi/bnx2fc/bnx2fc_io.c       |  4 +-
 drivers/scsi/ch.c                     | 16 +++----
 drivers/scsi/dc395x.c                 | 73 ++++++++++++++---------------
 drivers/scsi/eata.c                   |  4 +-
 drivers/scsi/eata_pio.c               |  2 +-
 drivers/scsi/esp_scsi.c               |  6 +--
 drivers/scsi/g_NCR5380.c              |  2 +-
 drivers/scsi/gdth.c                   |  4 +-
 drivers/scsi/hptiop.c                 |  6 +--
 drivers/scsi/in2000.c                 | 36 ++++++++-------
 drivers/scsi/initio.c                 |  4 +-
 drivers/scsi/megaraid.c               | 10 ++--
 drivers/scsi/mesh.c                   |  6 +--
 drivers/scsi/mvumi.c                  |  2 +-
 drivers/scsi/ncr53c8xx.c              | 33 +++++++-------
 drivers/scsi/nsp32.c                  | 14 +++---
 drivers/scsi/ps3rom.c                 |  2 +-
 drivers/scsi/qlogicpti.c              |  6 +--
 drivers/scsi/scsi.c                   |  2 +-
 drivers/scsi/stex.c                   |  2 +-
 drivers/scsi/sun3_NCR5380.c           | 86 +++++++++++++++++++----------------
 drivers/scsi/sym53c8xx_2/sym_glue.c   | 19 ++++----
 drivers/scsi/sym53c8xx_2/sym_hipd.c   | 10 ++--
 drivers/scsi/tmscsim.c                | 12 +++--
 drivers/scsi/u14-34f.c                |  6 +--
 drivers/scsi/ufs/ufshcd.c             |  4 +-
 drivers/scsi/ultrastor.c              |  2 +-
 drivers/scsi/wd33c93.c                | 35 ++++++++------
 drivers/scsi/wd7000.c                 |  3 +-
 drivers/staging/rts5208/rtsx.c        |  4 +-
 include/scsi/scsi_device.h            |  5 ++
 52 files changed, 373 insertions(+), 398 deletions(-)

-- 
1.7.12.4


             reply	other threads:[~2014-07-04 11:54 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-04 11:54 Hannes Reinecke [this message]
2014-07-04 11:54 ` [PATCH 1/2] Use sdev_scsi2lun for SCSI parallel drivers Hannes Reinecke
2014-07-04 13:44   ` Christoph Hellwig
2014-07-04 14:12     ` Hannes Reinecke
2014-07-05  9:41       ` Christoph Hellwig
2014-07-07  7:54         ` Hannes Reinecke
2014-07-07  7:59           ` Hannes Reinecke
2014-07-07  9:37           ` Christoph Hellwig
2014-07-07 10:05             ` Hannes Reinecke
2014-07-07 10:11               ` Christoph Hellwig
2014-07-07 14:10                 ` Hannes Reinecke
2014-07-04 19:44   ` Douglas Gilbert
2014-07-04 20:14     ` Elliott, Robert (Server Storage)
2014-07-07  5:47     ` Hannes Reinecke
2014-07-04 11:54 ` [PATCH 2/2] ib_srp: 64bit LUN fixes Hannes Reinecke
2014-07-04 12:31   ` Bart Van Assche
2014-07-04 13:01     ` Hannes Reinecke
2014-07-04 13:48       ` Christoph Hellwig
2014-07-04 14:12         ` Hannes Reinecke
2014-07-04 14:38           ` Bart Van Assche
2014-07-04 14:41             ` Hannes Reinecke
2014-07-04 16:53               ` Bart Van Assche

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=1404474875-109997-1-git-send-email-hare@suse.de \
    --to=hare@suse.de \
    --cc=hch@infradead.org \
    --cc=jbottomley@parallels.com \
    --cc=linux-scsi@vger.kernel.org \
    /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.