linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-23 02:33:41 to 2022-03-10 03:55:20 UTC [more...]

[PATCH 0/8] scsi: aacraid: Replace one-element arrays with flexible-array members
 2022-03-10  4:03 UTC  (2+ messages)

[PATCH v3] Documentation/process: Add Researcher Guidelines
 2022-03-09 23:20 UTC  (2+ messages)

[PATCH v2] MIPS: Only use current_stack_pointer on GCC
 2022-03-09 22:44 UTC  (2+ messages)

[PATCH] MIPS: Only use current_stack_pointer on GCC
 2022-03-09 22:06 UTC  (3+ messages)

[PATCH v3 1/2] AARCH64: Add gcc Shadow Call Stack support
 2022-03-09 20:16 UTC  (9+ messages)
` [PATCH v3 2/2] lkdtm: Add Shadow Call Stack tests

[PATCH] MIPS: boot/compressed: Use array reference for image bounds
 2022-03-09 19:11 UTC  (2+ messages)

next/master build: 224 builds: 30 failed, 194 passed, 97 errors, 370 warnings (next-20220309)
 2022-03-09 17:53 UTC 

[PATCH] ARM/dma-mapping: Remove CMA code when not built with CMA
 2022-03-09 17:51 UTC 

[PATCH] scsi: mpt3sas: Convert to flexible arrays
 2022-03-09 17:17 UTC  (6+ messages)

[PATCH v2 0/6][next] ath6kl: wmi: Replace one-element arrays with flexible-array members
 2022-03-09 15:08 UTC  (10+ messages)
` [PATCH v2 1/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_begin_scan_cmd
` [PATCH v2 2/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_start_scan_cmd
` [PATCH v2 3/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_channel_list_reply
` [PATCH v2 4/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_connect_event
` [PATCH v2 5/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_disconnect_event
` [PATCH v2 6/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_aplist_event

[PATCH v1 0/2] x86: Avoid using INC and DEC instructions on hot paths
 2022-03-09  9:33 UTC  (6+ messages)
` [PATCH v1 1/2] x86/include/asm: "
` [PATCH v1 2/2] x86/lib: "

[PATCH v2] binfmt_elf: Introduce KUnit test
 2022-03-08 22:12 UTC  (4+ messages)

[PATCH 0/2] xtensa: fix pt_regs to cover user exception frame
 2022-03-07 19:57 UTC  (5+ messages)
` [PATCH 1/2] xtensa: rename PT_SIZE to PT_KERNEL_SIZE
` [PATCH 2/2] xtensa: use XCHAL_NUM_AREGS as pt_regs::areg size

How large is the xtensa pt_regs::areg array supposed to be?
 2022-03-06  1:50 UTC  (3+ messages)

[PATCH] Documentation/process: Add Researcher Guidelines
 2022-03-04 18:15 UTC  (10+ messages)

[PATCH][next] drm/amd/display: Fix Wstringop-overflow warnings in dc_link_dp.c
 2022-03-04 17:08 UTC  (6+ messages)

[PATCH] um: clang: Strip out -mno-global-merge from USER_CFLAGS
 2022-03-04 11:42 UTC  (7+ messages)

[PATCH][next] scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()
 2022-03-03 23:55 UTC 

[PATCH v3 0/7] Convert overflow and stackinit to KUnit
 2022-03-03 17:28 UTC  (14+ messages)
` [PATCH v3 1/7] overflow: Provide constant expression struct_size
` [PATCH v3 2/7] lib: overflow: Convert to Kunit
` [PATCH v3 3/7] um: Cleanup syscall_handler_t definition/cast, fix warning
` [PATCH v3 4/7] um: Remove unused timeval_to_ns() function
` [PATCH v3 5/7] um: Allow builds with Clang
` [PATCH v3 6/7] lib: stackinit: Convert to KUnit
` [PATCH v3 7/7] UAPI: Introduce KUnit userspace compatibility

[PATCH][next] USB: serial: ti_usb_3410_5052: Use struct_size() helper in ti_write_byte()
 2022-03-03 13:05 UTC  (2+ messages)

[PATCH][next] USB: serial: garmin_gps: Use struct_size() and flex_array_size() helpers in pkt_add()
 2022-03-03 12:48 UTC  (2+ messages)

[PATCH v2][next] scsi: fc: Replace one-element arrays with flexible-array members
 2022-03-02  5:13 UTC  (3+ messages)

[PATCH] [PATCH v2] AARCH64: Add gcc Shadow Call Stack support
 2022-03-01 20:11 UTC  (12+ messages)

[PATCH] mips: Implement "current_stack_pointer"
 2022-03-01 16:30 UTC  (2+ messages)

[PATCH] binfmt_elf: Introduce KUnit test
 2022-03-01 15:06 UTC  (12+ messages)

[PATCH 5.16 v2] binfmt_elf: Avoid total_mapping_size for ET_EXEC
 2022-03-01 12:36 UTC  (4+ messages)

[PATCH] mm: Handle ksize() vs __alloc_size by forgetting size
 2022-02-28 23:54 UTC  (9+ messages)

[PATCH] binfmt_elf: Avoid total_mapping_size for ET_EXEC
 2022-02-28 20:46 UTC  (3+ messages)

[PATCH] x86/boot: Wrap literal addresses in absolute_pointer()
 2022-02-27 20:25 UTC  (2+ messages)

[PATCH v3 0/2] drm/dp: Fix out-of-bounds reads
 2022-02-27 18:55 UTC  (5+ messages)
` [PATCH v3 1/2] drm/dp: Fix off-by-one in register cache size
` [PATCH v3 2/2] drm/dp: Fix OOB read when handling Post Cursor2 register

[PATCH v2] lib: overflow: Convert to Kunit
 2022-02-27 17:33 UTC  (4+ messages)

[PATCH v2] um: Allow builds with Clang
 2022-02-27  3:57 UTC  (2+ messages)

[PATCH v2] lkdtm/usercopy: Expand size of "out of frame" object
 2022-02-26  5:20 UTC 

[PATCH v3] usercopy: Check valid lifetime via stack depth
 2022-02-26  2:22 UTC  (5+ messages)

[PATCH v2] Documentation/process: Add Researcher Guidelines
 2022-02-25 20:14 UTC 

[PATCH] m68k: Implement "current_stack_pointer"
 2022-02-25 17:37 UTC  (7+ messages)

[PATCH] lib: stackinit: Convert to KUnit
 2022-02-25  6:53 UTC  (4+ messages)

[PATCH v2] usercopy: Check valid lifetime via stack depth
 2022-02-25  4:47 UTC  (3+ messages)

[PATCH] xtensa: Implement "current_stack_pointer"
 2022-02-25  3:27 UTC  (5+ messages)

[PATCH v2 18/39] x86/ibt: Add IBT feature, MSR and #CP handling
 2022-02-25  1:09 UTC 

[PATCH] [PATCH] AARCH64: Add gcc Shadow Call Stack support
 2022-02-25  0:34 UTC  (12+ messages)

[PATCH 0/6][next] ath6kl: wmi: Replace one-element arrays with flexible-array members
 2022-02-24 20:08 UTC  (12+ messages)
` [PATCH 1/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_begin_scan_cmd
` [PATCH 3/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_channel_list_reply
` [PATCH 4/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_connect_event
` [PATCH 5/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_disconnect_event
` [PATCH 6/6][next] ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_aplist_event

[PATCH] kunit: tool: Do not colorize output when redirected
 2022-02-24 18:28 UTC  (4+ messages)

[PATCH][next] carl9170: Replace zero-length arrays with flexible-array members
 2022-02-24  9:04 UTC  (2+ messages)

[PATCH] alpha: Implement "current_stack_pointer"
 2022-02-24  6:05 UTC 

[PATCH] riscv: Rename "sp_in_global" to "current_stack_pointer"
 2022-02-24  6:04 UTC 

[PATCH] ELF: Properly redefine PT_GNU_* in terms of PT_LOOS
 2022-02-24  5:40 UTC 

[PATCH] MAINTAINERS: Update execve entry with more details
 2022-02-24  5:39 UTC 

[PATCH] MIPS: Modernize READ_IMPLIES_EXEC
 2022-02-23 15:03 UTC  (2+ messages)


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