]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blobdiff - test/changelog-test.txt
Auto commit, 1 new patch{es}.
[thirdparty/grsecurity-scrape.git] / test / changelog-test.txt
index 95c2a26bed3203e9b59b15edacd617df1e1cb6b9..7da131b88e927db139e28b830bfcffc7335c56f8 100644 (file)
@@ -1,3 +1,112 @@
+commit d0ed58f929555736ff281f7a79a9667de4c857c6
+Author: Brad Spengler <spender@grsecurity.net>
+Date:   Wed Oct 26 19:19:08 2016 -0400
+
+    Update size_overflow hash tables
+
+ .../gcc-plugins/size_overflow_plugin/e_fields.data |  80 +++++++++--
+ .../gcc-plugins/size_overflow_plugin/e_fns.data    | 159 ++++++++++++++++++++-
+ .../gcc-plugins/size_overflow_plugin/e_vars.data   |  15 ++
+ 3 files changed, 239 insertions(+), 15 deletions(-)
+
+commit 6a222637c05d26ac8f80a3912856247cff545b12
+Merge: d07e77f ac51587
+Author: Brad Spengler <spender@grsecurity.net>
+Date:   Wed Oct 26 18:51:31 2016 -0400
+
+    Merge branch 'pax-test' into grsec-test
+
+commit ac5158781612eb239cff9767d116971e9b731a00
+Author: Brad Spengler <spender@grsecurity.net>
+Date:   Wed Oct 26 18:50:46 2016 -0400
+
+    Update to pax-linux-4.7.10-test9.patch:
+    - fixed a false positive size overflow report in ip6_frag_queue caused by a gcc intentional overflow, reported by DrWhax and deagol (https://forums.grsecurity.net/viewtopic.php?f=3&t=4594 and https://bugs.gentoo.org/show_bug.cgi?id=597792)
+    - Emese updated the size overflow plugin
+    - Emese updated the hash tables from logs submitted by Shawn <citypw@gmail.com>
+    - fixed mm counter accounting in the vma mirroring code
+    - simplified some kernel page table allocation code
+    - simplified SMAP/UDEREF accessors
+
+ arch/x86/include/asm/asm.h                         |    24 -
+ arch/x86/include/asm/fpu/internal.h                |    21 +-
+ arch/x86/include/asm/futex.h                       |    14 +-
+ arch/x86/include/asm/pgtable_types.h               |     9 +-
+ arch/x86/include/asm/smap.h                        |     3 +
+ arch/x86/include/asm/uaccess.h                     |    36 +-
+ arch/x86/include/asm/uaccess_64.h                  |     2 -
+ arch/x86/kernel/alternative.c                      |     5 +-
+ arch/x86/lib/copy_user_64.S                        |    64 +-
+ arch/x86/lib/csum-wrappers_64.c                    |    12 +-
+ arch/x86/lib/getuser.S                             |    37 +-
+ arch/x86/lib/putuser.S                             |    14 +-
+ arch/x86/lib/usercopy_64.c                         |     9 +-
+ drivers/base/regmap/regmap-debugfs.c               |     4 +-
+ mm/memory.c                                        |   106 +-
+ net/ipv6/reassembly.c                              |     4 +-
+ scripts/Makefile.host                              |    22 +-
+ scripts/gcc-plugins/rap_plugin/rap_plugin.c        |     2 +
+ .../gcc-plugins/size_overflow_plugin/disable.data  |     1 -
+ .../gcc-plugins/size_overflow_plugin/e_fields.data | 37890 ++++++++++---------
+ .../gcc-plugins/size_overflow_plugin/e_fns.data    |  7930 ++--
+ .../gcc-plugins/size_overflow_plugin/e_fptrs.data  |   112 +-
+ .../gcc-plugins/size_overflow_plugin/e_vars.data   |   248 +-
+ .../insert_size_overflow_asm.c                     |    13 +-
+ .../size_overflow_plugin/intentional_overflow.c    |    11 +-
+ .../size_overflow_plugin/size_overflow.h           |    12 +-
+ .../size_overflow_plugin/size_overflow_debug.c     |     9 +-
+ .../size_overflow_plugin/size_overflow_ipa.c       |    74 +-
+ .../size_overflow_plugin/size_overflow_plugin.c    |     2 +-
+ .../size_overflow_plugin_hash.c                    |   209 +-
+ .../size_overflow_plugin/size_overflow_transform.c |    19 +-
+ 31 files changed, 22699 insertions(+), 24219 deletions(-)
+
+commit d07e77f258d26721b33ae26dfa5fd8d408aabf57
+Merge: 4630c95 7449af19
+Author: Brad Spengler <spender@grsecurity.net>
+Date:   Sat Oct 22 18:32:55 2016 -0400
+
+    Merge branch 'pax-test' into grsec-test
+
+commit 7449af196b6733891d273f46559efdc168dec22a
+Author: Brad Spengler <spender@grsecurity.net>
+Date:   Sat Oct 22 18:31:39 2016 -0400
+
+    Update to pax-linux-4.7.10-test8.patch:
+    - Emese removed a potential false positive from the size overflow hash tables
+    - fixed a few incorrect callback types in ACPI/BGRT caught by RAP, reported by foxxx0 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4586)
+    - fixed a few size overflow false positives related to dev_t, reported by fx3 (https://forums.grsecurity.net/viewtopic.php?f=3&t=4583)
+
+ drivers/acpi/bgrt.c                                | 30 +++++++++++-----------
+ include/linux/kobject.h                            |  7 +++++
+ scripts/gcc-plugins/size_overflow_plugin/Makefile  |  2 +-
+ .../gcc-plugins/size_overflow_plugin/disable.data  |  8 +++++-
+ .../gcc-plugins/size_overflow_plugin/e_fields.data | 10 ++------
+ 5 files changed, 32 insertions(+), 25 deletions(-)
+
+commit 4630c95d3d9c20cffe2ba65521217ad537567ac9
+Author: Brad Spengler <spender@grsecurity.net>
+Date:   Sat Oct 22 09:19:43 2016 -0400
+
+    compile fix
+
+ fs/utimes.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ee9aeeeb02187281bcc233dd26f6ff4d6814d309
+Merge: 7b8d5c5 309d942
+Author: Brad Spengler <spender@grsecurity.net>
+Date:   Sat Oct 22 08:01:34 2016 -0400
+
+    Merge branch 'pax-test' into grsec-test
+
+commit 309d94235d552d65c253027528a9dd46962cf385
+Merge: 013fc76 b3afc45
+Author: Brad Spengler <spender@grsecurity.net>
+Date:   Sat Oct 22 07:53:44 2016 -0400
+
+    Merge branch 'linux-4.7.y' into pax-test
+
 commit 7b8d5c5a1477a2b62dc7ad1c28e864d7d250739c
 Merge: ca352cc 013fc76
 Author: Brad Spengler <spender@grsecurity.net>