Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-24 Thread Johannes Thumshirn
On Mon, Aug 22, 2016 at 04:57:39PM +0800, kbuild test robot wrote: > Hi Johannes, > > [auto build test ERROR on scsi/for-next] > [also build test ERROR on v4.8-rc3] > [cannot apply to next-20160822] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the

Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-24 Thread Johannes Thumshirn
On Mon, Aug 22, 2016 at 04:57:39PM +0800, kbuild test robot wrote: > Hi Johannes, > > [auto build test ERROR on scsi/for-next] > [also build test ERROR on v4.8-rc3] > [cannot apply to next-20160822] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the

Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-22 Thread kbuild test robot
Hi Johannes, [auto build test ERROR on scsi/for-next] [also build test ERROR on v4.8-rc3] [cannot apply to next-20160822] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for

Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-22 Thread kbuild test robot
Hi Johannes, [auto build test ERROR on scsi/for-next] [also build test ERROR on v4.8-rc3] [cannot apply to next-20160822] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for

Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-19 Thread Johannes Thumshirn
On Thu, Aug 18, 2016 at 09:08:42AM -0700, James Bottomley wrote: > And please fix your scripts or just use the standard ones: Hmmm, I'm not using a script at all but pure git send-email. I'll have a look into it. > > Cc: sta...@vger.kernel.org, #@suse.de, v4...@suse.de, > > I'm tired of

Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-19 Thread Johannes Thumshirn
On Thu, Aug 18, 2016 at 09:08:42AM -0700, James Bottomley wrote: > And please fix your scripts or just use the standard ones: Hmmm, I'm not using a script at all but pure git send-email. I'll have a look into it. > > Cc: sta...@vger.kernel.org, #@suse.de, v4...@suse.de, > > I'm tired of

Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-18 Thread James Bottomley
On Wed, 2016-08-17 at 11:46 +0200, Johannes Thumshirn wrote: > Use scsi_is_sas_rphy() instead of is_sas_attached() to decide whether > we should obtain the SAS address from a scsi device or not. This will > prevent us from tripping on the BUG_ON() in sas_sdev_to_rdev() if the > rphy isn't attached

Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-18 Thread James Bottomley
On Wed, 2016-08-17 at 11:46 +0200, Johannes Thumshirn wrote: > Use scsi_is_sas_rphy() instead of is_sas_attached() to decide whether > we should obtain the SAS address from a scsi device or not. This will > prevent us from tripping on the BUG_ON() in sas_sdev_to_rdev() if the > rphy isn't attached

Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-18 Thread James Bottomley
And please fix your scripts or just use the standard ones: Cc: sta...@vger.kernel.org, #@suse.de, v4...@suse.de, I'm tired of getting two bounces every time I reply to this thread. James

Re: [PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-18 Thread James Bottomley
And please fix your scripts or just use the standard ones: Cc: sta...@vger.kernel.org, #@suse.de, v4...@suse.de, I'm tired of getting two bounces every time I reply to this thread. James

[PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-17 Thread Johannes Thumshirn
Use scsi_is_sas_rphy() instead of is_sas_attached() to decide whether we should obtain the SAS address from a scsi device or not. This will prevent us from tripping on the BUG_ON() in sas_sdev_to_rdev() if the rphy isn't attached to the SAS transport class, like it is with hpsa's logical devices.

[PATCH v4 2/3] ses: use scsi_is_sas_rphy instead of is_sas_attached

2016-08-17 Thread Johannes Thumshirn
Use scsi_is_sas_rphy() instead of is_sas_attached() to decide whether we should obtain the SAS address from a scsi device or not. This will prevent us from tripping on the BUG_ON() in sas_sdev_to_rdev() if the rphy isn't attached to the SAS transport class, like it is with hpsa's logical devices.