Re: [PATCH] scsi: hpsa: select CONFIG_SCSI_SAS_ATTR

2015-11-20 Thread Martin K. Petersen
> "Arnd" == Arnd Bergmann writes: Arnd> The hpsa driver recently started using the sas transport class, Arnd> but it does not ensure that the corresponding code is actually Arnd> built, which may lead to a link error: Applied. -- Martin K. Petersen Oracle Linux Engineering -- To unsub

Re: [PATCH] scsi: hpsa: select CONFIG_SCSI_SAS_ATTR

2015-11-20 Thread James Bottomley
On Fri, 2015-11-20 at 10:09 -0600, Don Brace wrote: > Signed-off-by: Don Brace You mean acked-by ... it can only be signed-off-by if *you* resend the patch because signoffs track the patch transmission path. James > And...Thanks! > > > On 11/19/2015 04:04 PM, Arnd Bergmann wrote: > > The hpsa

Re: [PATCH] scsi: hpsa: select CONFIG_SCSI_SAS_ATTR

2015-11-20 Thread Don Brace
Signed-off-by: Don Brace And...Thanks! On 11/19/2015 04:04 PM, Arnd Bergmann wrote: The hpsa driver recently started using the sas transport class, but it does not ensure that the corresponding code is actually built, which may lead to a link error: drivers/built-in.o: In function `hpsa_free

Re: [PATCH] scsi: hpsa: select CONFIG_SCSI_SAS_ATTR

2015-11-20 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] scsi: hpsa: select CONFIG_SCSI_SAS_ATTR

2015-11-19 Thread Arnd Bergmann
The hpsa driver recently started using the sas transport class, but it does not ensure that the corresponding code is actually built, which may lead to a link error: drivers/built-in.o: In function `hpsa_free_sas_phy': (.text+0x1ce874): undefined reference to `sas_port_delete_phy' (.text+0x1ce87c)