linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-29 21:04:50 to 2021-10-11 15:42:05 UTC [more...]

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

[PATCH] virt: acrn: Prefer array_syze and struct_size over open coded arithmetic
 2021-10-11 10:39 UTC 

[PATCH] drm/i915: Prefer struct_size over open coded arithmetic
 2021-10-11  9:23 UTC  (2+ 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] selftests: proc: Make sure wchan works when it exists
 2021-10-09 12:52 UTC  (2+ messages)

[PATCH 0/7] wchan: Fix wchan support
 2021-10-09  9:36 UTC  (15+ 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][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)

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

[PATCH][next] net: mana: Use kcalloc() instead of kzalloc()
 2021-10-06 18:24 UTC  (2+ messages)

[PATCH v2] kasan: test: Bypass __alloc_size checks
 2021-10-06 18:15 UTC 

[PATCH][next] ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()
 2021-10-06 18:11 UTC 

[PATCH][next] net: stmmac: selftests: Use kcalloc() instead of kzalloc()
 2021-10-06 18:09 UTC 

[PATCH][next] ice: use devm_kcalloc() instead of devm_kzalloc()
 2021-10-06 18:09 UTC 

[PATCH][next] net: broadcom: bcm4908_enet: use kcalloc() instead of kzalloc()
 2021-10-06 18:08 UTC 

[PATCH] kasan: test: Bypass __alloc_size checks
 2021-10-06 16:33 UTC  (3+ messages)

[PATCH] sched: task_struct: Fill unconditional hole induced by sched_entity
 2021-10-06 16:31 UTC  (4+ messages)

[PATCH] Introduce the pkill_on_warn boot parameter
 2021-10-06 14:56 UTC  (26+ messages)

[PATCH] sparc: Add missing "FORCE" target when using if_changed
 2021-10-06 12:53 UTC  (4+ messages)

[PATCH v3 0/8] Add __alloc_size()
 2021-10-06  4:52 UTC  (17+ messages)
` [PATCH v3 1/8] rapidio: Avoid bogus __alloc_size warning
` [PATCH v3 2/8] Compiler Attributes: add __alloc_size() for better bounds checking
` [PATCH v3 3/8] slab: Clean up function prototypes
` [PATCH v3 4/8] slab: Add __alloc_size attributes for better bounds checking
` [PATCH v3 5/8] mm/kvmalloc: "
` [PATCH v3 6/8] mm/vmalloc: "
` [PATCH v3 7/8] mm/page_alloc: "
` [PATCH v3 8/8] percpu: "

[PATCH v5] docs: Explain the desired position of function attributes
 2021-10-06  0:51 UTC  (5+ messages)

[PATCH v4] docs: Explain the desired position of function attributes
 2021-10-05 14:58 UTC  (15+ messages)

[PATCH v2] scsi: advansys: Prefer struct_size over open coded arithmetic
 2021-10-05  4:34 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Build with -Wcast-function-type
 2021-10-02 16:09 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] bpf: Replace callers of BPF_CAST_CALL with proper function typedef

[PATCH][next] apparmor: Use struct_size() helper in kzalloc()
 2021-10-01 23:49 UTC  (3+ messages)

[PATCH][next] dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc()
 2021-10-01 11:57 UTC  (4+ messages)

[PATCH v2] docs: Explain the desired position of function attributes
 2021-10-01  2:54 UTC  (5+ messages)

[PATCH v3] docs: Explain the desired position of function attributes
 2021-09-30 22:30 UTC 

[PATCH][net-next] net/mlx5: Use struct_size() helper in kvzalloc()
 2021-09-30 19:58 UTC  (3+ messages)

[PATCH][net-next] net/mlx5: Use kvcalloc() instead of kvzalloc()
 2021-09-30 19:06 UTC  (2+ messages)

[PATCH][net-next] net/mlx5e: Use array_size() helper
 2021-09-30 19:06 UTC  (2+ messages)

[PATCH v2 0/6] wchan: Fix ORC support and leaky fallback
 2021-09-30 18:39 UTC  (15+ messages)
` [PATCH v2 1/6] Revert "proc/wchan: use printk format instead of lookup_symbol_name()"
` [PATCH v2 2/6] sched: Add wrapper for get_wchan() to keep task blocked
` [PATCH v2 3/6] proc: Use task_is_running() for wchan in /proc/$pid/stat
` [PATCH v2 4/6] proc: Only report /proc/$pid/wchan when process is blocked
` [PATCH v2 5/6] x86: Fix get_wchan() to support the ORC unwinder
` [PATCH v2 6/6] leaking_addresses: Always print a trailing newline

[PATCH] proc: Disable /proc/$pid/wchan
 2021-09-30 18:12 UTC  (3+ messages)

[PATCH][next] ALSA: virtio: Replace zero-length array with flexible-array member
 2021-09-30 11:48 UTC  (2+ messages)

[PATCH] clocksource/drivers/timer-ti-dm: Select TIMER_OF
 2021-09-30  8:49 UTC  (2+ messages)

[PATCH v2 0/5] kunit: build kunit tests without structleak plugin
 2021-09-30  0:12 UTC  (7+ messages)
` [PATCH v2 1/5] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v2 2/5] iio/test-format: build kunit tests without structleak plugin
` [PATCH v2 3/5] device property: "
` [PATCH v2 4/5] thunderbolt: "
` [PATCH v2 5/5] bitfield: "

[PATCH] proc: Disable /proc/$pid/wchan
 2021-09-29 21:10 UTC  (11+ messages)

[PATCH v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-29 21:04 UTC  (4+ messages)
` [PATCH v1 6/6] bitfield: "


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