summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29fortify: Improve buffer overflow reportingKees Cook
2024-02-29fortify: Add KUnit tests for runtime overflowsKees Cook
2024-02-29fortify: Provide KUnit counters for failure testingKees Cook
2024-02-29fortify: Allow KUnit test to build without FORTIFYKees Cook
2024-02-29fortify: Split reporting and avoid passing string pointerKees Cook
2024-02-29refcount: Annotated intentional signed integer wrap-aroundKees Cook
2024-02-29coccinelle: semantic patch to check for potential struct_size callsJacob Keller
2024-02-29coccinelle: Add rules to find str_plural() replacementsKees Cook
2024-02-29lib/string_choices: Add str_plural() helperMichal Wajdeczko
2024-02-29overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook
2024-02-29overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook
2024-02-29overflow: Adjust check_*_overflow() kern-doc to reflect resultsKees Cook
2024-02-29kernel.h: Move upper_*_bits() and lower_*_bits() to wordpart.hAndy Shevchenko
2024-02-20hardening: Enable KFENCE in the hardening configMarco Elver
2024-02-20hardening: drop obsolete DRM_LEGACY from config fragmentLukas Bulwahn
2024-02-20hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragmentLukas Bulwahn
2024-02-20um: Convert strscpy() usage to 2-argument styleKees Cook
2024-02-20string: Allow 2-argument strscpy_pad()Kees Cook
2024-02-20string: Allow 2-argument strscpy()Kees Cook
2024-02-20string: Redefine strscpy_pad() as a macroKees Cook
2024-02-20ubsan: Reintroduce signed overflow sanitizerKees Cook
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook
2024-02-06ubsan: Silence W=1 warnings in self-testKees Cook
2024-02-06ubsan: Use Clang's -fsanitize-trap=undefined optionKees Cook
2024-02-06MAINTAINERS: Add UBSAN sectionKees Cook
2024-02-01VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()Harshit Mogalapalli
2024-02-01VMCI: Use struct_size() in kmalloc()Harshit Mogalapalli
2024-02-01cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrictJingzi Meng
2024-02-01lib/string: shrink lib/string.i via IWYUTanzir Hasan
2024-02-01kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan
2024-02-01lkdtm/bugs: In lkdtm_HUNG_TASK() use BUG(), not BUG_ON(1)Douglas Anderson
2024-02-01lkdtm/bugs: Adjust lkdtm_HUNG_TASK() to avoid tail call optimizationDouglas Anderson
2024-02-01lkdtm: Make lkdtm_do_action() return to avoid tail call optimizationDouglas Anderson
2024-01-28Linux 6.8-rc2Linus Torvalds
2024-01-28Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-28Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-28Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-01-28Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-28Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-28Merge tag 'fixes-2024-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-27Merge tag 'platform-drivers-x86-v6.8-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-01-27Merge tag 'loongarch-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-01-27Merge tag 'xfs-6.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-01-27Merge tag 'bcachefs-2024-01-26' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-27Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-01-27Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-01-27mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao
2024-01-27MIPS: loongson64: set nid for reserved memblock regionHuang Pei
2024-01-27Revert "MIPS: loongson64: set nid for reserved memblock region"Thomas Bogendoerfer