messages from 2022-01-31 21:34:50 to 2022-02-09 19:04:59 UTC [more...]
[PATCH v10 00/15] Function Granular KASLR
2022-02-09 18:57 UTC (16+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes
` [PATCH v10 02/15] livepatch: avoid position-based search if `-z unique-symbol` is available
` [PATCH v10 03/15] kallsyms: randomize /proc/kallsyms output order
` [PATCH v10 04/15] arch: introduce asm function sections
` [PATCH v10 05/15] x86: support "
` [PATCH v10 06/15] x86: decouple ORC table sorting into a separate file
` [PATCH v10 07/15] Makefile: add config options and build scripts for FG-KASLR
` [PATCH v10 08/15] x86/tools: Add relative relocs for randomized functions
` [PATCH v10 09/15] x86: Add support for function granular KASLR
` [PATCH v10 10/15] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v10 11/15] x86/boot: allow FG-KASLR to be selected
` [PATCH v10 12/15] module: add arch-indep FG-KASLR for randomizing function layout
` [PATCH v10 13/15] module: use a scripted approach for FG-KASLR
` [PATCH v10 14/15] Documentation: add documentation "
` [PATCH v10 15/15] maintainers: add MAINTAINERS entry "
[PATCH] [PATCH,v4,1/1,AARCH64][PR102768] aarch64: Add compiler support for Shadow Call Stack
2022-02-09 16:08 UTC (2+ messages)
[PATCH v7 0/8] fortify: Add Clang support
2022-02-08 23:58 UTC (16+ messages)
` [PATCH v7 1/8] fortify: Replace open-coded __gnu_inline attribute
` [PATCH v7 2/8] Compiler Attributes: Add __pass_object_size for Clang
` [PATCH v7 3/8] Compiler Attributes: Add __overloadable "
` [PATCH v7 4/8] Compiler Attributes: Add __diagnose_as "
` [PATCH v7 5/8] fortify: Make pointer arguments const
` [PATCH v7 6/8] fortify: Use __diagnose_as() for better diagnostic coverage
` [PATCH v7 7/8] fortify: Make sure strlen() may still be used as a constant expression
` [PATCH v7 8/8] fortify: Add Clang support
[PATCH][next] nouveau/svm: Use struct_size() helper in nouveau_pfns_map()
2022-02-08 20:09 UTC (2+ messages)
[PATCH] scsi: ibmvscsis: Silence -Warray-bounds warning
2022-02-08 6:12 UTC
[PATCH] scsi: mpt3sas: Convert to flexible arrays
2022-02-08 4:16 UTC (2+ messages)
[PATCH] drm/dp: Remove common Post Cursor2 register handling
2022-02-07 11:04 UTC (3+ messages)
[PATCH][next] staging: gdm724x: Replace one-element array with flexible-array member
2022-02-07 7:20 UTC (2+ messages)
[PATCH][next] staging: wlan-ng: Replace one-element arrays with flexible-array members
2022-02-07 7:33 UTC (2+ messages)
[PATCH] gcc-plugins/stackleak: Use noinstr in favor of notrace
2022-02-07 2:57 UTC (7+ messages)
[PATCH 0/3] gcc-plugins/stackleak: Ignore .noinstr.text and .entry.text
2022-02-06 18:49 UTC (6+ messages)
` [PATCH 1/3] gcc-plugins/stackleak: Provide verbose mode
` [PATCH 2/3] gcc-plugins/stackleak: Exactly match strings instead of prefixes
` [PATCH 3/3] gcc-plugins/stackleak: Ignore .noinstr.text and .entry.text
[PATCH v2] gcc-plugins/stackleak: Use noinstr in favor of notrace
2022-02-06 12:35 UTC (4+ messages)
[PATCH] iio: stmpe-adc: Use correctly sized arguments for bit field
2022-02-05 13:38 UTC (3+ messages)
[PATCH] [PATCH,v3,1/1,AARCH64][PR102768] aarch64: Add compiler support for Shadow Call Stack
2022-02-05 11:13 UTC (4+ messages)
[PATCH][next] net: sundance: Replace one-element array with non-array object
2022-02-05 3:40 UTC (2+ messages)
[PATCH][next] bnx2x: Replace one-element array with flexible-array member
2022-02-05 3:38 UTC (2+ messages)
[PATCH v2] drm/dp: Fix off-by-one in register cache size
2022-02-05 1:38 UTC (2+ messages)
[PATCH][next] brcmfmac: p2p: Replace one-element arrays with flexible-array members
2022-02-04 23:22 UTC
[PATCH] selftests/exec: Avoid future NULL argv execve warning
2022-02-04 16:11 UTC (5+ messages)
[PATCH v6 0/4] fortify: Add Clang support
2022-02-04 1:07 UTC (21+ messages)
` [PATCH v6 1/4] Compiler Attributes: Add __pass_object_size for Clang
` [PATCH v6 2/4] Compiler Attributes: Add __overloadable "
` [PATCH v6 3/4] Compiler Attributes: Add __diagnose_as "
` [PATCH v6 4/4] fortify: Add Clang support
[PATCH 0/4 v5] fortify: Add Clang support
2022-02-04 0:28 UTC (16+ messages)
` [PATCH 1/4] Compiler Attributes: Add Clang's __pass_object_size
` [PATCH 2/4] Compiler Attributes: Add __overloadable
` [PATCH 3/4] Compiler Attributes: Add __diagnose_as
` [PATCH 4/4 v5] fortify: Add Clang support
How large is the xtensa pt_regs::areg array supposed to be?
2022-02-04 0:05 UTC (4+ messages)
[PATCH v2] x86/build: don't build CONFIG_X86_32 as -ffreestanding
2022-02-03 20:45 UTC (2+ messages)
[PATCH] lib/test_string.c: Add test for strlen()
2022-02-03 20:45 UTC (12+ messages)
[PATCH] m68k: cmpxchg: Dereference matching size
2022-02-03 16:42 UTC (3+ messages)
[PATCH][next] Drivers: hv: vmbus: Use struct_size() helper in kmalloc()
2022-02-03 12:42 UTC (3+ messages)
[PATCH] linux/const.h: Explain how __is_constexpr() works
2022-02-03 9:25 UTC (17+ messages)
[PATCH 0/5] Enable -Warray-bounds and -Wzero-length-bounds
2022-02-03 3:03 UTC (10+ messages)
` [PATCH 4/5] Makefile: Enable -Warray-bounds
[PATCH] alpha: Silence -Warray-bounds warnings
2022-02-02 23:17 UTC
[PATCH] alpha: Silence -Warray-bounds warnings
2022-02-02 22:18 UTC
[PATCH] exec: Force single empty string when argv is empty
2022-02-02 20:31 UTC (10+ messages)
[PATCH] elf: Relax assumptions about vaddr ordering
2022-02-02 15:44 UTC (8+ messages)
[PATCH][next] HID: google: Use struct_size() helper in kzalloc()
2022-02-02 14:10 UTC (2+ messages)
[PATCH 1/4] mm/kasan: Add CONFIG_KASAN_SOFTWARE
2022-02-02 13:50 UTC (7+ messages)
` [PATCH 2/4] mm/kasan: Move kasan_pXX_table() and kasan_early_shadow_page_entry()
` [PATCH 3/4] powerpc/ptdump: Use kasan_pXX_table()
` [PATCH 4/4] [RFC] risc/kasan: "
[PATCH] [RFC][PR102768] aarch64: Add compiler support for Shadow Call Stack
2022-02-02 9:25 UTC (6+ messages)
` [PING^3][PATCH,v2,1/1,AARCH64][PR102768] "
[PATCH][next] staging: r8188eu: Fix out-of-bounds error in
2022-02-02 6:47 UTC (2+ messages)
[PATCH v2][next] staging: r8188eu: Fix out-of-bounds error in HT_caps_handler()
2022-02-02 6:49 UTC (2+ messages)
[PATCH v3][next] staging: r8188eu: Silence out-of-bounds warning in HT_caps_handler()
2022-02-02 7:18 UTC (2+ messages)
[PATCH] exec: Fix min/max typo in stack space calculation
2022-02-01 19:07 UTC
[TCWG CI] Regression caused by linux: Makefile: Enable -Warray-bounds
2022-02-01 9:03 UTC (4+ messages)
[PATCH] selftests: kselftest framework: Provide "finished" helper
2022-02-01 1:37 UTC
[PATCH] selftests/exec: Test for empty string on NULL argv
2022-02-01 1:16 UTC
[PATCH] tcwg_kernel-build.sh: Report toolchain versions
2022-01-31 22:45 UTC
[PATCH] fortify: Update compile-time tests for Clang 14
2022-01-31 21:34 UTC (4+ messages)
page: next (older) | prev (newer) | latest
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).