messages from 2022-02-03 21:56:34 to 2022-02-16 20:35:50 UTC [more...]
[PATCH][next] tw89: core.h: Replace zero-length array with flexible-array member
2022-02-16 20:35 UTC (2+ messages)
[PATCH][next] iwlwifi: mei: Replace zero-length array with flexible-array member
2022-02-16 20:35 UTC (2+ messages)
[PATCH][next] iwlwifi: fw: Replace zero-length arrays with flexible-array members
2022-02-16 20:35 UTC (2+ messages)
[PATCH][next] carl9170: Replace zero-length arrays with flexible-array members
2022-02-16 20:34 UTC (2+ messages)
[PATCH][next] brcmfmac: Replace zero-length arrays with flexible-array members
2022-02-16 20:34 UTC (2+ messages)
[PATCH][next] ath: Replace zero-length arrays with flexible-array members
2022-02-16 20:34 UTC (2+ messages)
[PATCH][next] ath6kl: Replace zero-length arrays with flexible-array members
2022-02-16 20:34 UTC (2+ messages)
[PATCH][next] ath11k: Replace zero-length arrays with flexible-array members
2022-02-16 20:34 UTC (2+ messages)
[PATCH][next] ath10k: Replace zero-length array with flexible-array member
2022-02-16 20:33 UTC (2+ messages)
[PATCH v10 00/15] Function Granular KASLR
2022-02-16 20:32 UTC (34+ 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] lkdtm/fortify: Swap memcpy() for strncpy()
2022-02-16 20:25 UTC
[PATCH][next] ACPICA: iASL: Replace zero-length array with flexible-array member
2022-02-16 20:32 UTC
[PATCH] lkdtm/usercopy: Expand size of "out of frame" object
2022-02-16 20:17 UTC
[PATCH] usercopy: Check valid lifetime via stack depth
2022-02-16 20:14 UTC
[PATCH] uapi: wireless: Replace zero-length array with flexible-array member
2022-02-16 19:53 UTC
[PATCH][next] treewide: Replace zero-length arrays with flexible-array members
2022-02-16 19:46 UTC (7+ messages)
[PATCH] kasan: test: Silence allocation warnings from GCC 12
2022-02-16 16:22 UTC (3+ messages)
[PATCH] comedi: drivers: ni_routes: Use strcmp() instead of memcmp()
2022-02-16 16:15 UTC (3+ messages)
[PATCH] [PATCH,v5,1/1,AARCH64][PR102768] aarch64: Add compiler support for Shadow Call Stack
2022-02-16 16:04 UTC (3+ messages)
[PATCH][next] extcon: usbc-cros-ec: Use struct_size() helper in kzalloc()
2022-02-16 1:26 UTC (3+ messages)
[PATCH v2] tools: Fix use-after-free for realloc(..., 0)
2022-02-15 22:14 UTC (5+ messages)
[PATCH] lib/test_stackinit: Expand variable size for correct testing
2022-02-15 16:59 UTC
[PATCH 0/2] exit: Introduce __WCHILDSIGINFO for waitid
2022-02-15 9:14 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/seccomp: Check for waitid() behavior
[RFC] Get siginfo from unreaped task
2022-02-15 9:01 UTC (7+ messages)
[PATCH] scsi: ibmvscsis: Silence -Warray-bounds warning
2022-02-15 3:19 UTC (4+ messages)
[PATCH v2][next] scsi: fc: Replace one-element arrays with flexible-array members
2022-02-14 22:39 UTC
[PATCH] etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead
2022-02-14 11:20 UTC (2+ messages)
[PATCH] tools: Fix use-after-free for realloc(..., 0)
2022-02-13 1:02 UTC (2+ messages)
[PATCH] [PATCH,v4,1/1,AARCH64][PR102768] aarch64: Add compiler support for Shadow Call Stack
2022-02-12 8:43 UTC (10+ messages)
[PATCH] scsi: mpt3sas: Convert to flexible arrays
2022-02-11 23:25 UTC (3+ messages)
[PATCH 0/3] signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
2022-02-11 20:15 UTC (24+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] seccomp: Invalidate seccomp mode to catch death failures
` [PATCH 3/3] samples/seccomp: Adjust sample to also provide kill option
[PATCH][next] brcmfmac: p2p: Replace one-element arrays with flexible-array members
2022-02-10 8:46 UTC (2+ messages)
[PATCH] um: Enable FORTIFY_SOURCE
2022-02-10 1:37 UTC (2+ messages)
[PATCH] overflow: Provide constant expression struct_size
2022-02-10 1:04 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] 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 (5+ 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 (3+ 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] 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 (13+ messages)
` [PATCH v6 1/4] Compiler Attributes: Add __pass_object_size for Clang
` [PATCH v6 2/4] Compiler Attributes: Add __overloadable "
[PATCH 0/4 v5] fortify: Add Clang support
2022-02-04 0:28 UTC (5+ messages)
` [PATCH 4/4 "
How large is the xtensa pt_regs::areg array supposed to be?
2022-02-04 0:05 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).