All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] hpsa: move lockup_detected attribute to host attr
@ 2015-11-06 15:24 Tomas Henzl
  2015-11-06 15:26 ` Don Brace
  2015-11-09 17:46 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Tomas Henzl @ 2015-11-06 15:24 UTC (permalink / raw)
  To: linux-scsi; +Cc: don.brace

This patch fixes a 'general protection fault' issue by
moving the attribute to where it was likely meant.

Signed-off-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
---
 drivers/scsi/hpsa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index 57166e68fc..6d4412359d 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -867,7 +867,6 @@ static struct device_attribute *hpsa_sdev_attrs[] = {
 	&dev_attr_unique_id,
 	&dev_attr_hp_ssd_smart_path_enabled,
 	&dev_attr_path_info,
-	&dev_attr_lockup_detected,
 	NULL,
 };
 
@@ -879,6 +878,7 @@ static struct device_attribute *hpsa_shost_attrs[] = {
 	&dev_attr_resettable,
 	&dev_attr_hp_ssd_smart_path_status,
 	&dev_attr_raid_offload_debug,
+	&dev_attr_lockup_detected,
 	NULL,
 };
 
-- 
2.4.3


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

* Re: [PATCH RESEND] hpsa: move lockup_detected attribute to host attr
  2015-11-06 15:24 [PATCH RESEND] hpsa: move lockup_detected attribute to host attr Tomas Henzl
@ 2015-11-06 15:26 ` Don Brace
  2015-11-09 17:46 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Don Brace @ 2015-11-06 15:26 UTC (permalink / raw)
  To: Tomas Henzl, linux-scsi

On 11/06/2015 09:24 AM, Tomas Henzl wrote:
> This patch fixes a 'general protection fault' issue by
> moving the attribute to where it was likely meant.
>
> Signed-off-by: Tomas Henzl <thenzl@redhat.com>
> Signed-off-by: Don Brace <don.brace@pmcs.com>
> ---
>   drivers/scsi/hpsa.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
> index 57166e68fc..6d4412359d 100644
> --- a/drivers/scsi/hpsa.c
> +++ b/drivers/scsi/hpsa.c
> @@ -867,7 +867,6 @@ static struct device_attribute *hpsa_sdev_attrs[] = {
>   	&dev_attr_unique_id,
>   	&dev_attr_hp_ssd_smart_path_enabled,
>   	&dev_attr_path_info,
> -	&dev_attr_lockup_detected,
>   	NULL,
>   };
>   
> @@ -879,6 +878,7 @@ static struct device_attribute *hpsa_shost_attrs[] = {
>   	&dev_attr_resettable,
>   	&dev_attr_hp_ssd_smart_path_status,
>   	&dev_attr_raid_offload_debug,
> +	&dev_attr_lockup_detected,
>   	NULL,
>   };
>   
Signed-off-by: Don Brace <don.brace@pmcs.com>

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

* Re: [PATCH RESEND] hpsa: move lockup_detected attribute to host attr
  2015-11-06 15:24 [PATCH RESEND] hpsa: move lockup_detected attribute to host attr Tomas Henzl
  2015-11-06 15:26 ` Don Brace
@ 2015-11-09 17:46 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2015-11-09 17:46 UTC (permalink / raw)
  To: Tomas Henzl; +Cc: linux-scsi, don.brace

>>>>> "Tomas" == Tomas Henzl <thenzl@redhat.com> writes:

Tomas> This patch fixes a 'general protection fault' issue by moving the
Tomas> attribute to where it was likely meant.

Applied.

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2015-11-09 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-06 15:24 [PATCH RESEND] hpsa: move lockup_detected attribute to host attr Tomas Henzl
2015-11-06 15:26 ` Don Brace
2015-11-09 17:46 ` Martin K. Petersen

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.