Show patches with: State = Mainlined       |    Archived = No       |   2071 patches
« 1 2 ... 17 18 1920 21 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,3/6] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_DRV_RAID_MAP Replace one-element arrays with flexible-array members - - - --- 2022-08-15 Gustavo A. R. Silva Mainlined
[v3,2/6] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP… Replace one-element arrays with flexible-array members - - - --- 2022-08-15 Gustavo A. R. Silva Mainlined
[v3,1/6] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP Replace one-element arrays with flexible-array members - - - --- 2022-08-15 Gustavo A. R. Silva Mainlined
[GIT,PULL] flexible-array transformations in UAPI for 6.0-rc1 [GIT,PULL] flexible-array transformations in UAPI for 6.0-rc1 - - - --- 2022-08-01 Gustavo A. R. Silva Mainlined
powerpc/64s: Disable stack variable initialisation for prom_init powerpc/64s: Disable stack variable initialisation for prom_init - - - --- 2022-07-18 Michael Ellerman Mainlined
x86/alternative: Report missing return thunk details x86/alternative: Report missing return thunk details - - - --- 2022-07-13 Kees Cook Mainlined
lib: overflow: Do not define 64-bit tests on 32-bit lib: overflow: Do not define 64-bit tests on 32-bit - 1 1 --- 2022-07-02 Kees Cook Mainlined
MAINTAINERS: Add a general "kernel hardening" section MAINTAINERS: Add a general "kernel hardening" section 2 - - --- 2022-07-02 Kees Cook Mainlined
[-next,v3,2/2] powerpc: add support for syscall stack randomization powerpc: add support for syscall stack randomization - 1 - --- 2022-07-01 Xiu Jianfeng Mainlined
[-next,v3,1/2] powerpc: Move system_call_exception() to syscall.c powerpc: add support for syscall stack randomization - - - --- 2022-07-01 Xiu Jianfeng Mainlined
[next] io_uring: replace zero-length array with flexible-array member [next] io_uring: replace zero-length array with flexible-array member - - - --- 2022-06-28 Gustavo A. R. Silva Mainlined
[next] treewide: uapi: Replace zero-length arrays with flexible-array members [next] treewide: uapi: Replace zero-length arrays with flexible-array members 1 - - --- 2022-06-27 Gustavo A. R. Silva GustavoARSilva Mainlined
usercopy: use unsigned long instead of uintptr_t usercopy: use unsigned long instead of uintptr_t - - - --- 2022-06-16 Jason A. Donenfeld Mainlined
hinic: Replace memcpy() with direct assignment hinic: Replace memcpy() with direct assignment - 1 1 --- 2022-06-16 Kees Cook Mainlined
[v4,21/26] arm64: setup: drop early FDT pointer helpers arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,20/26] arm64: head: avoid relocating the kernel twice for KASLR arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,18/26] arm64: head: record CPU boot mode after enabling the MMU arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,17/26] arm64: head: populate kernel page tables with MMU and caches on arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,16/26] arm64: head: factor out TTBR1 assignment into a macro arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,15/26] arm64: idreg-override: use early FDT mapping in ID map arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,14/26] arm64: head: create a temporary FDT mapping in the initial ID map arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,13/26] arm64: head: use relative references to the RELA and RELR tables arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,11/26] arm64: head: add helper function to remap regions in early page tables arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,10/26] arm64: mm: provide idmap pointer to cpu_replace_ttbr1() arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,09/26] arm64: head: pass ID map root table address to __enable_mmu() arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,08/26] arm64: kernel: drop unnecessary PoC cache clean+invalidate arm64: refactor boot flow and add support for WXN - 1 - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,07/26] arm64: head: split off idmap creation code arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,06/26] arm64: head: switch to map_memory macro for the extended ID map arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,05/26] arm64: head: simplify page table mapping macros (slightly) arm64: refactor boot flow and add support for WXN - - - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,04/26] arm64: head: drop idmap_ptrs_per_pgd arm64: refactor boot flow and add support for WXN - 1 - --- 2022-06-13 Ard Biesheuvel Mainlined
[v4,01/26] arm64: head: move kimage_vaddr variable into C file arm64: refactor boot flow and add support for WXN - 1 - --- 2022-06-13 Ard Biesheuvel Mainlined
[3/3] usercopy: Make usercopy resilient against ridiculously large copies Fixes for usercopy - - - --- 2022-06-12 Matthew Wilcox Mainlined
[2/3] usercopy: Cast pointer to an integer once Fixes for usercopy - - - --- 2022-06-12 Matthew Wilcox Mainlined
[1/3] usercopy: Handle vm_map_ram() areas Fixes for usercopy - - - --- 2022-06-12 Matthew Wilcox Mainlined
staging: rtl8723bs: Allocate full pwep structure staging: rtl8723bs: Allocate full pwep structure - - - --- 2022-06-08 Kees Cook Mainlined
kasan: test: Silence GCC 12 warnings kasan: test: Silence GCC 12 warnings - - - --- 2022-06-08 Kees Cook Mainlined
random: always mix cycle counter in add_latent_entropy() random: always mix cycle counter in add_latent_entropy() - - - --- 2022-06-01 Jason A. Donenfeld Mainlined
media: amphion: Replace zero-length array with flexible-array member media: amphion: Replace zero-length array with flexible-array member - 3 - --- 2022-05-27 Kees Cook Mainlined
[GIT,PULL] checkpatch.pl changes for 5.19-rc1 [GIT,PULL] checkpatch.pl changes for 5.19-rc1 - - - --- 2022-05-24 Gustavo A. R. Silva Mainlined
[GIT,PULL] Misc hardening changes for 5.19-rc1 [GIT,PULL] Misc hardening changes for 5.19-rc1 - - - --- 2022-05-24 Gustavo A. R. Silva Mainlined
[GIT,PULL] -Wstringop-overflow fixes for 5.19-rc1 [GIT,PULL] -Wstringop-overflow fixes for 5.19-rc1 - - - --- 2022-05-24 Gustavo A. R. Silva Mainlined
gcc-plugins: use KERNELVERSION for plugin version gcc-plugins: use KERNELVERSION for plugin version - - - --- 2022-05-24 Masahiro Yamada Mainlined
[GIT,PULL] kernel hardening updates for v5.19-rc1 [GIT,PULL] kernel hardening updates for v5.19-rc1 - - - --- 2022-05-23 Kees Cook Mainlined
ALSA: lola: Bounds check loop iterator against streams array size ALSA: lola: Bounds check loop iterator against streams array size - - - --- 2022-05-20 Kees Cook Mainlined
[v3,2/2] nodemask: Fix return values to be unsigned bitmap: Fix return values to be unsigned - - - --- 2022-05-18 Kees Cook Mainlined
lkdtm/usercopy: Check vmalloc and >0-order folios lkdtm/usercopy: Check vmalloc and >0-order folios - - - --- 2022-05-17 Kees Cook Mainlined
lkdtm/usercopy: Rename "heap" to "slab" lkdtm/usercopy: Rename "heap" to "slab" - - - --- 2022-05-17 Kees Cook Mainlined
lkdtm/heap: Hide allocation size from -Warray-bounds lkdtm/heap: Hide allocation size from -Warray-bounds - - - --- 2022-05-17 Kees Cook Mainlined
fortify: Provide a memcpy trap door for sharp corners fortify: Provide a memcpy trap door for sharp corners - - - --- 2022-05-11 Kees Cook Mainlined
gcc-plugins: randstruct: Remove cast exception handling gcc-plugins: randstruct: Remove cast exception handling - - - --- 2022-05-11 Kees Cook Mainlined
af_unix: Silence randstruct GCC plugin warning af_unix: Silence randstruct GCC plugin warning 2 - - --- 2022-05-11 Kees Cook Mainlined
[v2] big_keys: Use struct for internal payload [v2] big_keys: Use struct for internal payload - - - --- 2022-05-10 Kees Cook Mainlined
gcc-plugins: Change all version strings match kernel gcc-plugins: Change all version strings match kernel - - - --- 2022-05-10 Kees Cook Mainlined
niu: Silence randstruct warnings niu: Silence randstruct warnings 1 - - --- 2022-05-10 Kees Cook Mainlined
randomize_kstack: Improve docs on requirements/rationale randomize_kstack: Improve docs on requirements/rationale - - - --- 2022-05-10 Kees Cook Mainlined
[6/6] randstruct: Enable Clang support randstruct: Enable Clang support - - - --- 2022-05-03 Kees Cook Mainlined
[5/6] randstruct: Move seed generation into scripts/basic/ randstruct: Enable Clang support - - - --- 2022-05-03 Kees Cook Mainlined
[4/6] randstruct: Split randstruct Makefile and CFLAGS randstruct: Enable Clang support - - - --- 2022-05-03 Kees Cook Mainlined
[3/6] randstruct: Reorganize Kconfigs and attribute macros randstruct: Enable Clang support - - - --- 2022-05-03 Kees Cook Mainlined
[2/6] sancov: Split plugin build from plugin CFLAGS randstruct: Enable Clang support - - - --- 2022-05-03 Kees Cook Mainlined
[1/6] netfs: Eliminate Clang randstruct warning randstruct: Enable Clang support - 1 - --- 2022-05-03 Kees Cook Mainlined
[next] drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency() [next] drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency() - - - --- 2022-04-27 Gustavo A. R. Silva Mainlined
lkdtm: cfi: Fix type width for masking PAC bits lkdtm: cfi: Fix type width for masking PAC bits - - 2 --- 2022-04-27 Kees Cook Mainlined
[next] checkpatch: add new alloc functions to alloc with multiplies check [next] checkpatch: add new alloc functions to alloc with multiplies check - - - --- 2022-04-26 Gustavo A. R. Silva Mainlined
thermal: int340x: Fix attr.show callback prototype thermal: int340x: Fix attr.show callback prototype - - - --- 2022-04-21 Kees Cook Mainlined
[v2] USB: serial: Fix heap overflow in WHITEHEAT_GET_DTR_RTS [v2] USB: serial: Fix heap overflow in WHITEHEAT_GET_DTR_RTS - - - --- 2022-04-21 Kees Cook Mainlined
[v2] lkdtm: Add CFI_BACKWARD to test ROP mitigations [v2] lkdtm: Add CFI_BACKWARD to test ROP mitigations - - - --- 2022-04-16 Kees Cook Mainlined
lkdtm: Move crashtype definitions into each category lkdtm: Move crashtype definitions into each category - - - --- 2022-04-12 Kees Cook Mainlined
init/Kconfig: Remove USELIB syscall by default init/Kconfig: Remove USELIB syscall by default - - - --- 2022-04-12 Kees Cook Mainlined
security: don't treat structure as an array of struct hlist_head security: don't treat structure as an array of struct hlist_head - - - --- 2022-04-07 Bill Wendling Mainlined
[v4] gcc-plugins: latent_entropy: use /dev/urandom [v4] gcc-plugins: latent_entropy: use /dev/urandom - - - --- 2022-04-05 Jason A. Donenfeld Mainlined
ARM: vexpress/spc: Avoid negative array index when !SMP ARM: vexpress/spc: Avoid negative array index when !SMP 1 - - --- 2022-03-31 Kees Cook Mainlined
[GIT,PULL] FORTIFY_SOURCE updates for v5.18-rc1 [GIT,PULL] FORTIFY_SOURCE updates for v5.18-rc1 - - - --- 2022-03-25 Kees Cook Mainlined
[2/2] selftests/harness: Pass variant to teardown selftests/harness: Run TEARDOWN for ASSERT failures 1 2 - --- 2022-03-24 Kees Cook Mainlined
[1/2] selftests/harness: Run TEARDOWN for ASSERT failures selftests/harness: Run TEARDOWN for ASSERT failures - 1 - --- 2022-03-24 Kees Cook Mainlined
usercopy: Disable CONFIG_HARDENED_USERCOPY_PAGESPAN usercopy: Disable CONFIG_HARDENED_USERCOPY_PAGESPAN 1 - - --- 2022-03-24 Kees Cook Mainlined
[GIT,PULL] flexible-array transformations for 5.18-rc1 [GIT,PULL] flexible-array transformations for 5.18-rc1 - - - --- 2022-03-22 Gustavo A. R. Silva Mainlined
[v2] MIPS: Only use current_stack_pointer on GCC [v2] MIPS: Only use current_stack_pointer on GCC - 2 - --- 2022-03-09 Kees Cook Mainlined
MIPS: boot/compressed: Use array reference for image bounds MIPS: boot/compressed: Use array reference for image bounds - 1 - --- 2022-03-09 Kees Cook Mainlined
ARM/dma-mapping: Remove CMA code when not built with CMA ARM/dma-mapping: Remove CMA code when not built with CMA - 2 - --- 2022-03-09 Kees Cook Mainlined
[2/2] xtensa: use XCHAL_NUM_AREGS as pt_regs::areg size xtensa: fix pt_regs to cover user exception frame - 1 - --- 2022-03-06 Max Filippov Mainlined
[1/2] xtensa: rename PT_SIZE to PT_KERNEL_SIZE xtensa: fix pt_regs to cover user exception frame - 1 - --- 2022-03-06 Max Filippov Mainlined
[v3] Documentation/process: Add Researcher Guidelines [v3] Documentation/process: Add Researcher Guidelines 2 2 - --- 2022-03-04 Kees Cook Mainlined
[v2] binfmt_elf: Introduce KUnit test [v2] binfmt_elf: Introduce KUnit test - 1 - --- 2022-03-04 Kees Cook Mainlined
[next] scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac() [next] scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac() - - - --- 2022-03-03 Gustavo A. R. Silva GustavoARSilva Mainlined
[next] drm/amd/display: Fix Wstringop-overflow warnings in dc_link_dp.c [next] drm/amd/display: Fix Wstringop-overflow warnings in dc_link_dp.c 1 - - --- 2022-03-03 Gustavo A. R. Silva GustavoARSilva Mainlined
um: clang: Strip out -mno-global-merge from USER_CFLAGS um: clang: Strip out -mno-global-merge from USER_CFLAGS - 1 - --- 2022-03-03 David Gow Mainlined
[v3,1/2] AARCH64: Add gcc Shadow Call Stack support [v3,1/2] AARCH64: Add gcc Shadow Call Stack support - 3 - --- 2022-03-03 Dan Li Mainlined
[5.16,v2] binfmt_elf: Avoid total_mapping_size for ET_EXEC [5.16,v2] binfmt_elf: Avoid total_mapping_size for ET_EXEC - - 1 --- 2022-02-28 Kees Cook Mainlined
x86/boot: Wrap literal addresses in absolute_pointer() x86/boot: Wrap literal addresses in absolute_pointer() - 1 - --- 2022-02-27 Kees Cook Mainlined
[v3,6/7] lib: stackinit: Convert to KUnit Convert overflow and stackinit to KUnit - - - --- 2022-02-27 Kees Cook Mainlined
[v3,5/7] um: Allow builds with Clang Convert overflow and stackinit to KUnit - 1 1 --- 2022-02-27 Kees Cook Mainlined
[v3,4/7] um: Remove unused timeval_to_ns() function Convert overflow and stackinit to KUnit 1 - - --- 2022-02-27 Kees Cook Mainlined
[v3,3/7] um: Cleanup syscall_handler_t definition/cast, fix warning Convert overflow and stackinit to KUnit - - - --- 2022-02-27 Kees Cook Mainlined
[v3,2/7] lib: overflow: Convert to Kunit Convert overflow and stackinit to KUnit 1 1 - --- 2022-02-27 Kees Cook Mainlined
[v3,1/7] overflow: Provide constant expression struct_size Convert overflow and stackinit to KUnit - 1 1 --- 2022-02-27 Kees Cook Mainlined
[v2] lkdtm/usercopy: Expand size of "out of frame" object [v2] lkdtm/usercopy: Expand size of "out of frame" object - 1 - --- 2022-02-26 Kees Cook Mainlined
[v3] usercopy: Check valid lifetime via stack depth [v3] usercopy: Check valid lifetime via stack depth - - - --- 2022-02-25 Kees Cook Mainlined
[v3,1/2] drm/dp: Fix off-by-one in register cache size drm/dp: Fix out-of-bounds reads - 1 - --- 2022-02-25 Kees Cook Mainlined
[v2,6/6,next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_aplis… ath6kl: wmi: Replace one-element arrays with flexible-array members - 1 - --- 2022-02-24 Gustavo A. R. Silva Mainlined
« 1 2 ... 17 18 1920 21 »