linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-17 06:42:58 to 2022-06-13 18:31:05 UTC [more...]

[PATCH v4 00/26] arm64: refactor boot flow and add support for WXN
 2022-06-13 14:45 UTC  (13+ messages)
` [PATCH v4 01/26] arm64: head: move kimage_vaddr variable into C file
` [PATCH v4 02/26] arm64: mm: make vabits_actual a build time constant if possible
` [PATCH v4 03/26] arm64: head: move assignment of idmap_t0sz to C code
` [PATCH v4 04/26] arm64: head: drop idmap_ptrs_per_pgd
` [PATCH v4 05/26] arm64: head: simplify page table mapping macros (slightly)
` [PATCH v4 20/26] arm64: head: avoid relocating the kernel twice for KASLR
` [PATCH v4 21/26] arm64: setup: drop early FDT pointer helpers
` [PATCH v4 22/26] arm64: mm: move ro_after_init section into the data segment
` [PATCH v4 23/26] arm64: head: remap the kernel text/inittext region read-only
` [PATCH v4 24/26] mm: add arch hook to validate mmap() prot flags
` [PATCH v4 25/26] arm64: mm: add support for WXN memory translation attribute
` [PATCH v4 26/26] arm64: kernel: move ID map out of .text mapping

[PATCH 0/3] Fixes for usercopy
 2022-06-13 12:56 UTC  (10+ messages)
` [PATCH 1/3] usercopy: Handle vm_map_ram() areas
` [PATCH 2/3] usercopy: Cast pointer to an integer once
` [PATCH 3/3] usercopy: Make usercopy resilient against ridiculously large copies

[RFC PATCH v3 00/20] KCFI support
 2022-06-11  6:01 UTC  (24+ messages)
` [RFC PATCH v3 01/20] treewide: Filter out CC_FLAGS_CFI
` [RFC PATCH v3 02/20] scripts/kallsyms: Ignore __kcfi_typeid_
` [RFC PATCH v3 03/20] cfi: Remove CONFIG_CFI_CLANG_SHADOW
` [RFC PATCH v3 04/20] cfi: Drop __CFI_ADDRESSABLE
` [RFC PATCH v3 05/20] cfi: Switch to -fsanitize=kcfi
` [RFC PATCH v3 06/20] cfi: Add type helper macros
` [RFC PATCH v3 07/20] lkdtm: Emit an indirect call for CFI tests
` [RFC PATCH v3 08/20] arm64: Add types to indirect called assembly functions
` [RFC PATCH v3 09/20] arm64: Add CFI error handling
` [RFC PATCH v3 10/20] arm64: Drop unneeded __nocfi attributes
` [RFC PATCH v3 11/20] init: Drop __nocfi from __init
` [RFC PATCH v3 12/20] treewide: Drop function_nocfi
` [RFC PATCH v3 13/20] treewide: Drop WARN_ON_FUNCTION_MISMATCH
` [RFC PATCH v3 14/20] treewide: Drop __cficanonical
` [RFC PATCH v3 15/20] objtool: Disable CFI warnings
` [RFC PATCH v3 16/20] kallsyms: Drop CONFIG_CFI_CLANG workarounds
` [RFC PATCH v3 17/20] x86/tools/relocs: Ignore __kcfi_typeid_ relocations
` [RFC PATCH v3 18/20] x86: Add types to indirectly called assembly functions
` [RFC PATCH v3 19/20] x86/purgatory: Disable CFI
` [RFC PATCH v3 20/20] x86: Add support for CONFIG_CFI_CLANG

[PATCH] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-06-10 18:06 UTC  (4+ messages)

[PATCH] kasan: test: Silence GCC 12 warnings
 2022-06-09  6:54 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Allocate full pwep structure
 2022-06-08 21:55 UTC 

kernel bug report and patch
 2022-06-08  8:48 UTC 

[PATCH 0/2] x86: Optimize memchr() for x86-64
 2022-06-06  3:25 UTC  (10+ messages)
` [PATCH 1/2] x86/lib: Optimize memchr()
` [PATCH 2/2] x86/um: Use x86_64-optimized memchr

[PATCH] random: always mix cycle counter in add_latent_entropy()
 2022-06-01 20:56 UTC 

Possibility of merge of disable icotl TIOCSTI patch
 2022-06-01 19:03 UTC  (2+ messages)

[RFC 0/1] refactor all tasklet users into other APIs
 2022-05-31 19:27 UTC  (13+ messages)
  ` [RFC 1/1] drivers/dma/*: replace tasklets with workqueue

[PATCH] media: amphion: Replace zero-length array with flexible-array member
 2022-05-30 11:27 UTC  (4+ messages)
` [EXT] "

[PATCH -next, v2] powerpc: add support for syscall stack randomization
 2022-05-28 12:21 UTC  (3+ messages)

[PATCH] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-05-27 20:45 UTC  (7+ messages)

[GIT PULL] -Wstringop-overflow fixes for 5.19-rc1
 2022-05-26  0:09 UTC  (2+ messages)

[GIT PULL] Misc hardening changes for 5.19-rc1
 2022-05-26  0:09 UTC  (2+ messages)

[GIT PULL] checkpatch.pl changes for 5.19-rc1
 2022-05-26  0:09 UTC  (2+ messages)

[PATCH] gcc-plugins: Change all version strings match kernel
 2022-05-25 22:42 UTC  (6+ messages)

[RFC PATCH v2 00/21] KCFI support
 2022-05-25 20:02 UTC  (35+ messages)
` [RFC PATCH v2 08/21] psci: Fix the function type for psci_initcall_t
` [RFC PATCH v2 20/21] x86: Add support for CONFIG_CFI_CLANG

[RESEND] evm: Refector struct evm_xattr
 2022-05-25  1:50 UTC  (3+ messages)

[GIT PULL] kernel hardening updates for v5.19-rc1
 2022-05-24 19:53 UTC  (2+ messages)

[PATCH] gcc-plugins: use KERNELVERSION for plugin version
 2022-05-24 15:26 UTC  (2+ messages)

[PATCH] gcc-plugins: Require utsrelease.h before scripts target
 2022-05-24 14:03 UTC  (3+ messages)

[PATCH v10 00/15] Function Granular KASLR
 2022-05-24 13:40 UTC  (5+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes

[PATCH v2] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-05-24 10:12 UTC  (7+ messages)

[PATCH] sched/psi: Bounds-check state iterator against NR_PSI_STATES
 2022-05-23 20:30 UTC  (4+ messages)

[PATCH] gcc-plugins: Require utsrelease.h before scripts target
 2022-05-23 20:07 UTC 

SEO analysis
 2022-05-23 15:21 UTC 

[PATCH] ALSA: lola: Bounds check loop iterator against streams array size
 2022-05-21  6:49 UTC  (2+ messages)

[PATCH] clk: ti: composite: Prefer kcalloc over open coded arithmetic
 2022-05-21  3:40 UTC  (2+ messages)

[PATCH] KVM: x86/emulator: Bounds check reg nr against reg array size
 2022-05-20 18:48 UTC  (4+ messages)

[PATCH] fs/coda: Do not use partially allocated struct
 2022-05-20 17:11 UTC  (2+ messages)

[PATCH v2] sign-file: Convert API usage to support OpenSSL v3
 2022-05-19 15:21 UTC  (5+ messages)

[PATCH] x86/boot: Wrap literal addresses in absolute_pointer()
 2022-05-19  5:41 UTC  (2+ messages)

[PATCH v4] crypto: Use struct_size() helper with kmalloc()
 2022-05-19  1:19 UTC 

[PATCH v3] crypto: Use struct_size() helper in kmalloc()
 2022-05-18 22:03 UTC  (2+ messages)

[PATCH v3 0/2] bitmap: Fix return values to be unsigned
 2022-05-18 21:55 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] nodemask: "

[PATCH v2] netfs: Use container_of() for offset casting
 2022-05-18 20:22 UTC 

[PATCH] netfs: Use container_of() for offset casting
 2022-05-18 20:21 UTC  (6+ messages)

[PATCH v2] evm: Refector struct evm_xattr
 2022-05-18  6:32 UTC 

[PATCH v2] crypto: Use struct_size() helper in kmalloc()
 2022-05-18  6:21 UTC  (3+ messages)

[PATCH] crypto: Use struct_size() helper in kmalloc()
 2022-05-18  1:01 UTC  (3+ messages)

[PATCH v2 0/2] bitmap: Fix return values to be unsigned
 2022-05-18  0:56 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] nodemask: "

[PATCH v3] sched/core: Address classes via __begin_sched_classes
 2022-05-17 22:22 UTC  (6+ messages)

[PATCH] lkdtm/usercopy: Check vmalloc and >0-order folios
 2022-05-17 21:49 UTC 

[PATCH] lkdtm/usercopy: Rename "heap" to "slab"
 2022-05-17 21:48 UTC 

[PATCH] lkdtm/heap: Hide allocation size from -Warray-bounds
 2022-05-17 21:47 UTC 

[PATCH] bitmap: Fix return values to be unsigned
 2022-05-17 21:15 UTC  (3+ messages)

[PATCH -next] evm: Refector struct evm_xattr
 2022-05-17  7:23 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).