linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-07 01:00:35 to 2021-10-20 23:24:14 UTC [more...]

[PATCH] KVM: PPC: Replace zero-length array with flexible array member
 2021-10-20 23:28 UTC  (3+ messages)

[PATCH] afs: Prefer struct_size over open coded arithmetic
 2021-10-20 23:26 UTC  (3+ messages)

[PATCH] aio: Prefer struct_size over open coded arithmetic
 2021-10-20 23:23 UTC  (3+ messages)

[PATCH v2] writeback: prefer struct_size over open coded arithmetic
 2021-10-20 23:19 UTC  (3+ messages)

[PATCH] compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizer
 2021-10-20 22:45 UTC  (3+ messages)

patchwork triage process
 2021-10-20 22:26 UTC 

[PATCH] kasan: test: Consolidate workarounds for unwanted __alloc_size() protection
 2021-10-20 21:17 UTC  (3+ messages)

[PATCH 0/2] gcc-plugins: Explicitly document purpose and deprecation schedule
 2021-10-20 19:15 UTC  (12+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] gcc-plugins: Remove cyc_complexity

[PATCH] nvmet: prefer struct_size over open coded arithmetic
 2021-10-20 17:24 UTC  (3+ messages)

[PATCH] [PATCH V5]ARM64: SCS: Add gcc plugin to support Shadow Call Stack
 2021-10-19 23:14 UTC  (3+ messages)

[PATCH v5 00/15] x86: Add support for Clang CFI
 2021-10-19 15:40 UTC  (55+ messages)
` [PATCH v5 01/15] objtool: Add CONFIG_CFI_CLANG support
` [PATCH v5 02/15] objtool: Add ASM_STACK_FRAME_NON_STANDARD
` [PATCH v5 03/15] linkage: Add DECLARE_NOT_CALLED_FROM_C
` [PATCH v5 04/15] cfi: Add DEFINE_CFI_IMMEDIATE_RETURN_STUB
` [PATCH v5 05/15] tracepoint: Exclude tp_stub_func from CFI checking
` [PATCH v5 06/15] ftrace: Use an opaque type for functions not callable from C
` [PATCH v5 07/15] lkdtm: Disable UNSET_SMEP with CFI
` [PATCH v5 08/15] lkdtm: Use an opaque type for lkdtm_rodata_do_nothing
` [PATCH v5 09/15] x86: Use an opaque type for functions not callable from C
` [PATCH v5 10/15] x86/purgatory: Disable CFI
` [PATCH v5 11/15] x86, relocs: Ignore __typeid__ relocations
` [PATCH v5 12/15] x86, module: "
` [PATCH v5 13/15] x86, cpu: Use LTO for cpu.c with CFI
` [PATCH v5 14/15] x86, kprobes: Fix optprobe_template_func type mismatch
` [PATCH v5 15/15] x86, build: Allow CONFIG_CFI_CLANG to be selected

[PATCH V1] gcc-plugins: remove duplicate include in gcc-common.h
 2021-10-19  8:29 UTC 

[PATCH][next] powerpc/vas: Fix potential NULL pointer dereference
 2021-10-18 21:26 UTC  (3+ messages)

[PATCH 1/2] kasan: test: use underlying string helpers
 2021-10-18 20:09 UTC  (8+ messages)
` [PATCH 2/2] kasan: use fortified strings for hwaddress sanitizer

[PATCH for-next 00/25] Prepare for better FORTIFY_SOURCE
 2021-10-18 19:28 UTC  (4+ messages)
` [PATCH for-next 21/25] lib: Introduce CONFIG_TEST_MEMCPY

[PATCH linux-next] firmware/psci: fix application of sizeof to pointer
 2021-10-18 13:54 UTC  (2+ messages)

[PATCH] drm/i915: Prefer struct_size over open coded arithmetic
 2021-10-18 10:00 UTC  (6+ messages)

[PATCH] virt: acrn: Prefer array_syze and struct_size over open coded arithmetic
 2021-10-18  1:07 UTC  (5+ messages)

[PATCH] mm/list_lru.c: prefer struct_size over open coded arithmetic
 2021-10-17 10:59 UTC 

[PATCH] sysctl: Avoid open coded arithmetic in memory allocator functions
 2021-10-16 16:18 UTC  (2+ messages)

[PATCH] [PATCH V4]ARM64: SCS: Add gcc plugin to support Shadow Call Stack
 2021-10-15 21:52 UTC  (6+ messages)

[PATCH 0/4] x86: Various clean-ups in support of FGKASLR
 2021-10-15 18:27 UTC  (8+ messages)
` [PATCH 1/4] x86/tools/relocs: Support >64K section headers
` [PATCH 2/4] x86/boot: Allow a "silent" kaslr random byte fetch
` [PATCH 3/4] x86/boot/compressed: Avoid duplicate malloc() implementations
` [PATCH 4/4] vmlinux.lds.h: Have ORC lookup cover entire _etext - _stext

[PATCH] LSM: Avoid warnings about potentially unused hook variables
 2021-10-14 20:10 UTC  (4+ messages)

[PATCH 0/7] wchan: Fix wchan support
 2021-10-14 19:51 UTC  (24+ messages)
` [PATCH 1/7] Revert "proc/wchan: use printk format instead of lookup_symbol_name()"
` [PATCH 2/7] leaking_addresses: Always print a trailing newline
` [PATCH 3/7] proc: Use task_is_running() for wchan in /proc/$pid/stat
` [PATCH 4/7] x86: Fix get_wchan() to support the ORC unwinder
` [PATCH 5/7] sched: Add wrapper for get_wchan() to keep task blocked
` [PATCH 6/7] arch: __get_wchan || STACKTRACE_SUPPORT
` [PATCH 7/7] arch: Fix STACKTRACE_SUPPORT

[PATCH] video: omapfb: Fix fall-through warning for Clang
 2021-10-14 18:34 UTC  (2+ messages)

[PATCH] x86/unwind/orc: Handle kretprobes_trampoline
 2021-10-14 10:16 UTC  (5+ messages)

[RFC PATCH 0/9] arm64: use unwind data on GCC for shadow call stack
 2021-10-14  9:41 UTC  (16+ messages)
` [RFC PATCH 1/9] arm64: assembler: enable PAC for non-leaf assembler routines
` [RFC PATCH 2/9] arm64: cache: use ALIAS version of linkage macros for local aliases
` [RFC PATCH 3/9] arm64: crypto: avoid overlapping linkage definitions for AES-CBC
` [RFC PATCH 4/9] arm64: aes-neonbs: move frame pop to end of function
` [RFC PATCH 5/9] arm64: chacha-neon: move frame pop forward
` [RFC PATCH 6/9] arm64: smccc: create proper stack frames for HVC/SMC calls
` [RFC PATCH 7/9] arm64: assembler: add unwind annotations to frame push/pop macros
` [RFC PATCH 8/9] arm64: unwind: add asynchronous unwind tables to the kernel proper
` [RFC PATCH 9/9] arm64: implement dynamic shadow call stack for GCC

[PATCH] [PATCH V3]ARM64: SCS: Add gcc plugin to support Shadow Call Stack
 2021-10-13 21:40 UTC  (3+ messages)

[PATCH][next] scsi: target: tcmu: Use struct_size() helper in kmalloc()
 2021-10-12 20:35 UTC  (2+ messages)

[PATCH] scripts: kernel-doc: Ignore __alloc_size() attribute
 2021-10-12 20:23 UTC  (3+ messages)

[PATCH v5] docs: Explain the desired position of function attributes
 2021-10-12 19:35 UTC  (2+ messages)

[PATCH][next] xfs: Use kvcalloc() instead of kvzalloc()
 2021-10-11 22:58 UTC  (2+ messages)

[PATCH] [PATCH V2]ARM64: SCS: Add gcc plugin to support Shadow Call Stack
 2021-10-11 19:07 UTC  (5+ messages)

[PATCH] selftests: proc: Make sure wchan works when it exists
 2021-10-11 17:42 UTC  (3+ messages)

[PATCH] net: hns: Prefer struct_size over open coded arithmetic
 2021-10-11  9:01 UTC 

[PATCH][next] ath11k: Use kcalloc() instead of kzalloc()
 2021-10-11  6:25 UTC  (2+ messages)

[PATCH][next] ASoC: q6asm: use kcalloc() instead of kzalloc()
 2021-10-07  7:13 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add "exec & binfmt" section with myself and Eric
 2021-10-07  3:00 UTC  (3+ messages)


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