linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-24 11:34:47 to 2022-06-24 14:40:37 UTC [more...]

[PATCH v4 00/26] arm64: refactor boot flow and add support for WXN
 2022-06-24 14:40 UTC  (57+ 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 06/26] arm64: head: switch to map_memory macro for the extended ID map
` [PATCH v4 07/26] arm64: head: split off idmap creation code
` [PATCH v4 08/26] arm64: kernel: drop unnecessary PoC cache clean+invalidate
` [PATCH v4 09/26] arm64: head: pass ID map root table address to __enable_mmu()
` [PATCH v4 10/26] arm64: mm: provide idmap pointer to cpu_replace_ttbr1()
` [PATCH v4 11/26] arm64: head: add helper function to remap regions in early page tables
` [PATCH v4 12/26] arm64: head: cover entire kernel image in initial ID map
` [PATCH v4 13/26] arm64: head: use relative references to the RELA and RELR tables
` [PATCH v4 14/26] arm64: head: create a temporary FDT mapping in the initial ID map
` [PATCH v4 15/26] arm64: idreg-override: use early FDT mapping in "
` [PATCH v4 16/26] arm64: head: factor out TTBR1 assignment into a macro
` [PATCH v4 17/26] arm64: head: populate kernel page tables with MMU and caches on
` [PATCH v4 18/26] arm64: head: record CPU boot mode after enabling the MMU
` [PATCH v4 19/26] arm64: kaslr: defer initialization to late initcall where permitted
` [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/8] scsi: aacraid: Replace one-element arrays with flexible-array members
 2022-06-23 16:29 UTC  (7+ messages)
` [PATCH 8/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct aac_aifcmd

[PATCH v2 0/4][next] scsi: megaraid_sas: Replace one-element arrays with flexible-array members
 2022-06-23 15:38 UTC  (7+ messages)
` [PATCH v2 3/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_DRV_RAID_MAP

Linux: Use-After-Free exploitation
 2022-06-22 23:06 UTC  (2+ messages)

[PATCH] hinic: Replace memcpy() with direct assignment
 2022-06-22 18:10 UTC  (6+ messages)

replacing memcpy() calls with direct assignment
 2022-06-21 20:43 UTC  (5+ messages)

[PATCH][next] iavf: Replace one-element array in struct virtchnl_iwarp_qvlist_info and iavf_qvlist_info
 2022-06-21 20:40 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH 5.18 134/141] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-06-20 12:51 UTC 

[PATCH] staging: rtl8723bs: Allocate full pwep structure
 2022-06-20  9:55 UTC  (3+ messages)

[PATCH] usercopy: use unsigned long instead of uintptr_t
 2022-06-17 12:51 UTC  (17+ messages)

[PATCH -next, v2] powerpc: add support for syscall stack randomization
 2022-06-16  1:51 UTC  (4+ messages)

[RFC PATCH v3 00/20] KCFI support
 2022-06-13 19:19 UTC  (27+ 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 0/3] Fixes for usercopy
 2022-06-13 17:04 UTC  (17+ 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

[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)

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] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-05-27 20:45 UTC  (4+ 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  (4+ messages)

[RFC PATCH v2 00/21] KCFI support
 2022-05-25 20:02 UTC  (8+ messages)
` [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


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).