messages from 2021-09-30 18:50:27 to 2021-10-13 18:56:37 UTC [more...]
[PATCH v5 00/15] x86: Add support for Clang CFI
2021-10-13 18:56 UTC (18+ 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] [PATCH V3]ARM64: SCS: Add gcc plugin to support Shadow Call Stack
2021-10-13 18:50 UTC (2+ messages)
[PATCH 0/4] x86: Various clean-ups in support of FGKASLR
2021-10-13 18:10 UTC (6+ 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
[RFC PATCH 0/9] arm64: use unwind data on GCC for shadow call stack
2021-10-13 18:01 UTC (14+ 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] LSM: Avoid warnings about potentially unused hook variables
2021-10-13 17:53 UTC (2+ messages)
[PATCH 1/2] kasan: test: use underlying string helpers
2021-10-13 15:00 UTC (2+ messages)
` [PATCH 2/2] kasan: use fortified strings for hwaddress sanitizer
[PATCH] drm/i915: Prefer struct_size over open coded arithmetic
2021-10-13 11:51 UTC (4+ messages)
[PATCH] virt: acrn: Prefer array_syze and struct_size over open coded arithmetic
2021-10-13 7:29 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 (6+ messages)
[PATCH][next] xfs: Use kvcalloc() instead of kvzalloc()
2021-10-11 22:58 UTC (2+ messages)
[PATCH] x86/unwind/orc: Handle kretprobes_trampoline
2021-10-11 21:03 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 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 (39+ messages)
` [PATCH v4 01/15] objtool: Add CONFIG_CFI_CLANG support
` [PATCH v4 02/15] objtool: Add ASM_STACK_FRAME_NON_STANDARD
` [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 10/15] x86/purgatory: Disable CFI
` [PATCH v4 11/15] x86, relocs: Ignore __typeid__ relocations
[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 (18+ 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 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 (3+ 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox