linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-13 18:30:44 to 2022-08-09 05:52:04 UTC [more...]

[PATCH v3] powerpc/mm: Support execute-only memory on the Radix MMU
 2022-08-09  5:51 UTC  (2+ messages)

[PATCH v2 0/5] mm/memfd: MFD_NOEXEC for memfd_create
 2022-08-08 17:46 UTC 

[RFC PATCH 0/8] x86_64: Harden compressed kernel, part 1
 2022-08-04 14:26 UTC  (5+ messages)

[GIT PULL] flexible-array transformations in UAPI for 6.0-rc1
 2022-08-03  3:23 UTC  (2+ messages)

[PATCH -next v3 0/2] powerpc: add support for syscall stack randomization
 2022-07-29 13:03 UTC  (5+ messages)
` [PATCH -next v3 1/2] powerpc: Move system_call_exception() to syscall.c
` [PATCH -next v3 2/2] powerpc: add support for syscall stack randomization

[PATCH][next] ASoC: q6asm: use kcalloc() instead of kzalloc()
 2022-07-28 12:48 UTC  (2+ messages)

[PATCH] Introduce the pkill_on_warn boot parameter
 2022-07-27 17:47 UTC  (10+ messages)

[RFC PATCH v3 00/20] KCFI support
 2022-07-26  0:09 UTC  (12+ messages)
` [RFC PATCH v3 15/20] objtool: Disable CFI warnings
` [RFC PATCH v3 16/20] kallsyms: Drop CONFIG_CFI_CLANG workarounds
` [RFC PATCH v3 20/20] x86: Add support for CONFIG_CFI_CLANG

mainline build failure of powerpc allmodconfig for prom_init_check
 2022-07-19 13:35 UTC  (23+ messages)
    ` [PATCH] powerpc/64s: Disable stack variable initialisation for prom_init

[PATCH] x86: Allow for exclusions in checking RETHUNK
 2022-07-15  3:23 UTC  (6+ messages)

[PATCH] x86/alternative: Report missing return thunk details
 2022-07-13 23:56 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add a general "kernel hardening" section
 2022-07-05 17:54 UTC  (3+ messages)

[PATCH] lib: overflow: Do not define 64-bit tests on 32-bit
 2022-07-05 15:36 UTC  (2+ messages)

[PATCH v2] stack: Declare {randomize_,}kstack_offset to fix Sparse warnings
 2022-07-02  1:02 UTC 

[PATCH] treewide: fix "interruptible" misspellings
 2022-07-01 23:44 UTC  (2+ messages)

SEO analysis
 2022-07-01 15:10 UTC 

[PATCH -next, v2] powerpc: add support for syscall stack randomization
 2022-06-30  8:22 UTC  (8+ messages)

[PATCH][next] io_uring: replace zero-length array with flexible-array member
 2022-06-28 19:54 UTC  (3+ messages)

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (15+ messages)

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

[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

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 0/3] Fixes for usercopy
 2022-06-13 17:04 UTC  (11+ messages)
` [PATCH 1/3] usercopy: Handle vm_map_ram() areas
` [PATCH 2/3] usercopy: Cast pointer to an integer once


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