commit: fe5590fc8f9c3dc354babb83e3b9c6a83845e92c Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Oct 17 22:20:21 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Oct 17 22:20:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-patchset.git/commit/?id=fe5590fc
grsecurity-3.1-4.2.3-201510171105 4.2.3/0000_README | 2 +- ...7.patch => 4420_grsecurity-3.1-4.2.3-201510171105.patch} | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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 similarity index 99% rename from 4.2.3/4420_grsecurity-3.1-4.2.3-201510161817.patch rename to 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
