* Patch "aacraid: Start adapter after updating number of MSIX vectors" has been added to the 4.6-stable tree
@ 2016-06-04 19:30 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2016-06-04 19:30 UTC (permalink / raw)
To: RaghavaAditya.Renukunta, gregkh, jthumshirn, martin.petersen
Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
aacraid: Start adapter after updating number of MSIX vectors
to the 4.6-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
aacraid-start-adapter-after-updating-number-of-msix-vectors.patch
and it can be found in the queue-4.6 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 116d77fea02e2a5aded7d29ba4c692774cb339f1 Mon Sep 17 00:00:00 2001
From: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
Date: Mon, 25 Apr 2016 23:31:12 -0700
Subject: aacraid: Start adapter after updating number of MSIX vectors
From: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
commit 116d77fea02e2a5aded7d29ba4c692774cb339f1 upstream.
The adapter has to be started after updating the number of MSIX Vectors
Fixes: ecc479e00db8 (aacraid: Set correct MSIX count for EEH recovery)
Signed-off-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/scsi/aacraid/linit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/scsi/aacraid/linit.c
+++ b/drivers/scsi/aacraid/linit.c
@@ -1431,8 +1431,8 @@ static int aac_acquire_resources(struct
/* After EEH recovery or suspend resume, max_msix count
* may change, therfore updating in init as well.
*/
- aac_adapter_start(dev);
dev->init->Sa_MSIXVectors = cpu_to_le32(dev->max_msix);
+ aac_adapter_start(dev);
}
return 0;
Patches currently in stable-queue which might be from RaghavaAditya.Renukunta@microsemi.com are
queue-4.6/aacraid-fix-for-kdump-driver-hang.patch
queue-4.6/aacraid-start-adapter-after-updating-number-of-msix-vectors.patch
queue-4.6/aacraid-fix-for-aac_command_thread-hang.patch
queue-4.6/aacraid-relinquish-cpu-during-timeout-wait.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-06-04 19:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-04 19:30 Patch "aacraid: Start adapter after updating number of MSIX vectors" has been added to the 4.6-stable tree gregkh
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.