This is a note to let you know that I've just added the patch titled
SCSI: Allow MPT Fusion SAS 3.0 driver to be built into the kernel
to the 3.11-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:
scsi-allow-mpt-fusion-sas-3.0-driver-to-be-built-into-the-kernel.patch
and it can be found in the queue-3.11 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 9807b4d94911be4e4efb9a08481b24292a9edf8a Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <[email protected]>
Date: Tue, 3 Sep 2013 15:00:11 -0700
Subject: SCSI: Allow MPT Fusion SAS 3.0 driver to be built into the kernel
From: Greg Kroah-Hartman <[email protected]>
commit 9807b4d94911be4e4efb9a08481b24292a9edf8a upstream.
Right now the Makefile for the mpt3sas driver does not even allow the
driver to be built into the kernel. So fix that up, as there doesn't
seem to be any obvious reason why this shouldn't be done.
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Sreekanth Reddy <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
---
drivers/scsi/mpt3sas/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/scsi/mpt3sas/Makefile
+++ b/drivers/scsi/mpt3sas/Makefile
@@ -1,5 +1,5 @@
# mpt3sas makefile
-obj-m += mpt3sas.o
+obj-$(CONFIG_SCSI_MPT3SAS) += mpt3sas.o
mpt3sas-y += mpt3sas_base.o \
mpt3sas_config.o \
mpt3sas_scsih.o \
Patches currently in stable-queue which might be from
[email protected] are
queue-3.11/scsi-allow-mpt-fusion-sas-3.0-driver-to-be-built-into-the-kernel.patch
queue-3.11/xtensa-fix-broken-allmodconfig-build.patch
queue-3.11/ipc-msg.c-fix-lost-wakeup-in-msgsnd.patch
queue-3.11/arc-smp-failed-to-boot-due-to-missing-ivt-setup.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html