linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-28 19:27:06 to 2021-10-06 16:19:00 UTC [more...]

[PATCH v4 00/15] x86: Add support for Clang CFI
 2021-10-06 16:18 UTC  (41+ 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] Introduce the pkill_on_warn boot parameter
 2021-10-06 14:56 UTC  (27+ messages)

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

[PATCH] kasan: test: Bypass __alloc_size checks
 2021-10-06 11:38 UTC  (2+ messages)

[PATCH] sched: task_struct: Fill unconditional hole induced by sched_entity
 2021-10-06  9:27 UTC  (3+ 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  (3+ messages)

[PATCH] drm/i915: Prefer struct_size over open coded arithmetic
 2021-10-03 10:42 UTC 

[PATCH bpf-next v2 0/2] bpf: Build with -Wcast-function-type
 2021-10-02 16:09 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
` [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  (18+ 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 v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-29 21:04 UTC  (16+ messages)
` [PATCH v1 1/6] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v1 2/6] iio/test-format: build kunit tests without structleak plugin
` [PATCH v1 5/6] mmc: sdhci-of-aspeed: "
` [PATCH v1 6/6] bitfield: "

[PATCH][next] net: sched: Use struct_size() helper in kvmalloc()
 2021-09-29 20:17 UTC 

[PATCH][next] staging: rtl8723bs: Replace zero-length array with flexible-array member
 2021-09-29 19:41 UTC 

[PATCH][next] staging: r8188eu: Replace zero-length array with flexible-array member
 2021-09-29 19:36 UTC 

[PATCH][net-next] net/mlx4: Use array_size() helper in copy_to_user()
 2021-09-29 17:45 UTC  (4+ messages)

[PATCH][next] scsi: target: tcmu: Use struct_size() helper in kmalloc()
 2021-09-29 17:35 UTC  (2+ messages)

[PATCH][next] nouveau/svm: Use kvcalloc() instead of kvzalloc()
 2021-09-29  3:28 UTC  (2+ messages)

[PATCH][next] usb: atm: Use struct_size() helper
 2021-09-28 23:39 UTC 

[PATCH][net-next] net: wireguard: Use kvcalloc() instead of kvzalloc()
 2021-09-28 22:35 UTC  (2+ messages)

[PATCH][next] xfs: Use kvcalloc() instead of kvzalloc()
 2021-09-28 22:33 UTC 

[PATCH][next] iommu/dma: Use kvcalloc() instead of kvzalloc()
 2021-09-28 22:22 UTC 

[PATCH][net-next] gve: Use kvcalloc() instead of kvzalloc()
 2021-09-28 21:38 UTC 

[PATCH 0/2] bpf: Build with -Wcast-function-type
 2021-09-28 21:12 UTC  (3+ messages)

[PATCH][net-next] net: bridge: Use array_size() helper in copy_to_user()
 2021-09-28 20:12 UTC 

[PATCH][net-next] netfilter: ebtables: use array_size() helper in copy_{from,to}_user()
 2021-09-28 20:06 UTC 

[PATCH][net-next] ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()
 2021-09-28 19:57 UTC 

[PATCH v2][net-next] net_sched: Use struct_size() and flex_array_size() helpers
 2021-09-28 19:31 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).