From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:33470 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750847AbcFDTau (ORCPT ); Sat, 4 Jun 2016 15:30:50 -0400 Subject: Patch "aacraid: Start adapter after updating number of MSIX vectors" has been added to the 4.6-stable tree To: RaghavaAditya.Renukunta@microsemi.com, gregkh@linuxfoundation.org, jthumshirn@suse.de, martin.petersen@oracle.com Cc: , From: Date: Sat, 04 Jun 2016 12:30:49 -0700 Message-ID: <14650686495553@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: 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 know about it. >>From 116d77fea02e2a5aded7d29ba4c692774cb339f1 Mon Sep 17 00:00:00 2001 From: Raghava Aditya Renukunta Date: Mon, 25 Apr 2016 23:31:12 -0700 Subject: aacraid: Start adapter after updating number of MSIX vectors From: Raghava Aditya Renukunta 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 Reviewed-by: Johannes Thumshirn Signed-off-by: Martin K. Petersen Signed-off-by: Greg Kroah-Hartman --- 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