diff options
author | 2015-10-17 18:20:21 -0400 | |
---|---|---|
committer | 2015-10-17 18:20:21 -0400 | |
commit | fe5590fc8f9c3dc354babb83e3b9c6a83845e92c (patch) | |
tree | 037233ec3b89939b28c94aed0ec6ec113c64c69a | |
parent | grsecurity-3.1-4.2.3-201510161817 (diff) | |
download | hardened-patchset-fe5590fc8f9c3dc354babb83e3b9c6a83845e92c.tar.gz hardened-patchset-fe5590fc8f9c3dc354babb83e3b9c6a83845e92c.tar.bz2 hardened-patchset-fe5590fc8f9c3dc354babb83e3b9c6a83845e92c.zip |
grsecurity-3.1-4.2.3-20151017110520151017
-rw-r--r-- | 4.2.3/0000_README | 2 | ||||
-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 |