summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--4.2.3/0000_README2
-rw-r--r--4.2.3/4420_grsecurity-3.1-4.2.3-201510171105.patch (renamed from 4.2.3/4420_grsecurity-3.1-4.2.3-201510161817.patch)13
2 files changed, 14 insertions, 1 deletions
diff --git a/4.2.3/0000_README b/4.2.3/0000_README
index 2421bf3..71a4c94 100644
--- a/4.2.3/0000_README
+++ b/4.2.3/0000_README
@@ -2,7 +2,7 @@ README
-----------------------------------------------------------------------------
Individual Patch Descriptions:
-----------------------------------------------------------------------------
-Patch: 4420_grsecurity-3.1-4.2.3-201510161817.patch
+Patch: 4420_grsecurity-3.1-4.2.3-201510171105.patch
From: http://www.grsecurity.net
Desc: hardened-sources base patch from upstream grsecurity
diff --git a/4.2.3/4420_grsecurity-3.1-4.2.3-201510161817.patch b/4.2.3/4420_grsecurity-3.1-4.2.3-201510171105.patch
index b10b55b..304030d 100644
--- a/4.2.3/4420_grsecurity-3.1-4.2.3-201510161817.patch
+++ b/4.2.3/4420_grsecurity-3.1-4.2.3-201510171105.patch
@@ -54913,6 +54913,19 @@ index e5eb40d..056dcd4 100644
}
/**
+diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h
+index 20c3754..1b05e727 100644
+--- a/drivers/scsi/megaraid/megaraid_sas.h
++++ b/drivers/scsi/megaraid/megaraid_sas.h
+@@ -1700,7 +1700,7 @@ struct megasas_instance {
+ s8 init_id;
+
+ u16 max_num_sge;
+- u16 max_fw_cmds;
++ u16 max_fw_cmds __intentional_overflow(-1);
+ u16 max_mfi_cmds;
+ u16 max_scsi_cmds;
+ u32 max_sectors_per_req;
diff --git a/drivers/scsi/mpt2sas/mpt2sas_scsih.c b/drivers/scsi/mpt2sas/mpt2sas_scsih.c
index 3f26147..ee8efd1 100644
--- a/drivers/scsi/mpt2sas/mpt2sas_scsih.c