linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 18:25:41 to 2021-09-04 13:23:17 UTC [more...]

[PATCH v6] EDAC/mc: Prefer strscpy or scnprintf over strcpy
 2021-09-04 13:22 UTC  (5+ messages)

[PATCH] clk: ti: composite: Prefer kcalloc over open coded arithmetic
 2021-09-04 13:17 UTC 

[PATCH] ath11k: Replace one-element array with flexible-array member
 2021-09-04 11:49 UTC 

[PATCH] brcmfmac: Replace zero-length array with flexible array member
 2021-09-04  9:22 UTC 

[PATCH 0/4] Fix ro_after_init vs static_call
 2021-09-04  4:09 UTC  (11+ messages)
` [PATCH 1/4] vmlinux.lds.h: Use regular *RODATA and *RO_AFTER_INIT_DATA suffixes
` [PATCH 2/4] vmlinux.lds.h: Split .static_call_sites from .static_call_tramp_key
` [PATCH 3/4] module: Use a list of strings for ro_after_init sections
` [PATCH 4/4] module: Include .static_call_sites in module ro_after_init

[PATCH v5] EDAC/mc: Prefer strscpy or scnprintf over strcpy
 2021-09-03 14:21 UTC  (3+ messages)

[PATCH v6 kspp-next 00/22] Function Granular KASLR
 2021-09-03 11:19 UTC  (27+ messages)
` [PATCH v6 kspp-next 01/22] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
` [PATCH v6 kspp-next 02/22] kbuild: merge vmlinux_link() between the ordinary link and Clang LTO
` [PATCH v6 kspp-next 03/22] kbuild: do not remove 'linux' link in scripts/link-vmlinux.sh
` [PATCH v6 kspp-next 04/22] kbuild: merge vmlinux_link() between ARCH=um and other architectures
` [PATCH v6 kspp-next 05/22] x86: tools/relocs: Support >64K section headers
` [PATCH v6 kspp-next 06/22] x86/boot: Allow a "silent" kaslr random byte fetch
` [PATCH v6 kspp-next 07/22] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v6 kspp-next 08/22] Make sure ORC lookup covers the entire _etext - _stext
` [PATCH v6 kspp-next 09/22] x86/tools: Add relative relocs for randomized functions
` [PATCH v6 kspp-next 10/22] x86/boot/compressed: Avoid duplicate malloc() implementations
` [PATCH v6 kspp-next 11/22] x86: Add support for function granular KASLR
` [PATCH v6 kspp-next 12/22] linkage: add macros for putting ASM functions into own sections
` [PATCH v6 kspp-next 14/22] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v6 kspp-next 15/22] kallsyms: Hide layout
` [PATCH v6 kspp-next 16/22] livepatch: only match unique symbols when using fgkaslr
` [PATCH v6 kspp-next 17/22] x86/boot: allow FG-KASLR to be selected
` [PATCH v6 kspp-next 18/22] arm64/crypto: conditionally place ASM functions into separate sections
` [PATCH v6 kspp-next 19/22] module: Reorder functions
` [PATCH v6 kspp-next 20/22] module: use a scripted approach for FG-KASLR
` [PATCH v6 kspp-next 21/22] Documentation: add a documentation "
` [PATCH v6 kspp-next 22/22] maintainers: add MAINTAINERS entry "

memset() in crypto code
 2021-09-03  6:15 UTC  (2+ messages)

[GIT PULL] overflow updates for v5.15-rc1
 2021-09-03  3:22 UTC 

C vs crypto
 2021-09-03  2:32 UTC 

[PATCH] x86/unwind/orc: Handle kretprobes_trampoline
 2021-09-03  2:13 UTC 

[PATCH 0/2]: ARM: Enable THREAD_INFO_IN_TASK
 2021-09-02 17:37 UTC  (4+ messages)

Landlock news #1
 2021-09-02 16:13 UTC 

[RFC PATCH v2 00/19] PKS write protected page tables
 2021-09-02 13:56 UTC  (35+ messages)
` [RFC PATCH v2 01/19] list: Support getting most recent element in list_lru
` [RFC PATCH v2 02/19] list: Support list head not in object for list_lru
` [RFC PATCH v2 03/19] x86/mm/cpa: Add grouped page allocations
` [RFC PATCH v2 04/19] mm: Explicitly zero page table lock ptr
` [RFC PATCH v2 05/19] x86, mm: Use cache of page tables
` [RFC PATCH v2 06/19] x86/mm/cpa: Add perm callbacks to grouped pages
` [RFC PATCH v2 07/19] x86/cpufeatures: Add feature for pks tables
` [RFC PATCH v2 08/19] x86/mm/cpa: Add get_grouped_page_atomic()
` [RFC PATCH v2 09/19] x86/mm: Support GFP_ATOMIC in alloc_table_node()
` [RFC PATCH v2 10/19] x86/mm: Use alloc_table() for fill_pte(), etc
` [RFC PATCH v2 11/19] mm/sparsemem: Use alloc_table() for table allocations
` [RFC PATCH v2 12/19] x86/mm: Use free_table in unmap path
` [RFC PATCH v2 13/19] mm/debug_vm_page_table: Use setters instead of WRITE_ONCE
` [RFC PATCH v2 14/19] x86/efi: Toggle table protections when copying
` [RFC PATCH v2 15/19] x86/mm/cpa: Add set_memory_pks()
` [RFC PATCH v2 16/19] x86/mm: Protect page tables with PKS
` [RFC PATCH v2 17/19] x86/mm/cpa: PKS protect direct map page tables
` [RFC PATCH v2 18/19] x86/mm: Add PKS table soft mode
` [RFC PATCH v2 19/19] x86/mm: Add PKS table debug checking

[PATCH] binfmt_elf: Reintroduce using MAP_FIXED_NOREPLACE
 2021-09-01 23:43 UTC 

[PATCH] lkdtm: Use init_uts_ns.name instead of macros
 2021-09-01 23:34 UTC 

[PATCH] MIPS: Modernize READ_IMPLIES_EXEC
 2021-09-01 19:42 UTC 

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-09-01 13:46 UTC  (3+ messages)
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()

[PATCH v3 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-31 20:49 UTC  (16+ messages)
` [PATCH v3 1/5] stddef: Introduce DECLARE_FLEX_ARRAY() helper
` [PATCH v3 2/5] treewide: Replace open-coded flex arrays in unions
` [PATCH v3 3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays
` [PATCH v3 4/5] Makefile: Enable -Warray-bounds
` [PATCH v3 5/5] Makefile: Enable -Wzero-length-bounds

[PATCH v2 00/14] x86: Add support for Clang CFI
 2021-08-30 19:57 UTC  (13+ messages)
` [PATCH v2 07/14] x86: Use an opaque type for functions not callable from C
` [PATCH v2 08/14] x86/extable: Do not mark exception callback as CFI

[PATCH v3] cgroup: Avoid compiler warnings with no subsystems
 2021-08-30 18:10 UTC  (2+ messages)

[PATCH v4] EDAC/mc: Prefer strscpy over strcpy
 2021-08-29 16:14 UTC  (10+ messages)

[PATCH v2] docs: deprecated.rst: Clarify open-coded arithmetic with literals
 2021-08-29 14:47 UTC 

[PATCH] docs: deprecated.rst: Clarify open-coded arithmetic with literals
 2021-08-29 14:32 UTC  (4+ messages)

[PATCH v5] drivers/iio: Remove all strcpy() uses
 2021-08-29 14:20 UTC  (2+ messages)

[PATCH v2] rtlwifi: rtl8192de: Style clean-ups
 2021-08-29  7:30 UTC  (3+ messages)

[PATCH] clocksource/drivers/timer-ti-dm: Select TIMER_OF
 2021-08-28 17:57 UTC 

[PATCH v2 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-28  7:31 UTC  (17+ messages)
` [PATCH v2 1/5] stddef: Add flexible array union helper
` [PATCH v2 2/5] treewide: Replace open-coded flex arrays in unions
` [PATCH v2 3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays
` [PATCH v2 4/5] Makefile: Enable -Warray-bounds
` [PATCH v2 5/5] Makefile: Enable -Wzero-length-bounds

[PATCH v3] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-27 18:21 UTC  (2+ messages)

[PATCH v2] cgroup: Avoid compiler warnings with no subsystems
 2021-08-27 17:51 UTC  (2+ messages)

[PATCH][next] fs/ntfs3: Fix fall-through warnings for Clang
 2021-08-27 16:26 UTC  (2+ messages)

[PATCH] Compiler Attributes: Add __alloc_size for better bounds checking fix
 2021-08-27 15:13 UTC 

[PATCH] cgroup: Avoid compiler warnings with no subsystems
 2021-08-27  7:21 UTC  (2+ messages)

[PATCH v2] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-27  3:09 UTC  (3+ messages)

[PATCH for-next 00/25] Prepare for better FORTIFY_SOURCE
 2021-08-26 18:08 UTC  (23+ messages)
` [PATCH for-next 13/25] compiler_types.h: Remove __compiletime_object_size()
` [PATCH for-next 14/25] lib/string: Move helper functions out of string.c
` [PATCH for-next 15/25] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH for-next 16/25] fortify: Explicitly disable Clang support
` [PATCH for-next 17/25] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH for-next 18/25] fortify: Prepare to improve strnlen() and strlen() warnings
` [PATCH for-next 19/25] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
` [PATCH for-next 21/25] lib: Introduce CONFIG_TEST_MEMCPY

[PATCH][RFC] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning
 2021-08-26 13:57 UTC  (3+ messages)

[PATCH] rtlwifi: rtl8192de: Restore channel index initialization
 2021-08-26  3:48 UTC  (4+ messages)

[PATCH] rtlwifi: rtl8192de: Style clean-ups
 2021-08-26  2:32 UTC  (3+ messages)

[PATCH v2 0/7] Add __alloc_size() for better bounds checking
 2021-08-25 21:31 UTC  (3+ messages)
` [PATCH v2 4/7] slab: Add __alloc_size attributes "

[PATCH 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-25 21:17 UTC  (3+ messages)
` [PATCH 5/5] Makefile: Enable -Wzero-length-bounds

[PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
 2021-08-25 21:09 UTC  (4+ messages)

[PATCH] drm/kmb: Avoid warnings on impossible plane_id
 2021-08-25 20:44 UTC  (2+ messages)

[PATCH 0/5] Add __alloc_size() for better bounds checking
 2021-08-25 16:34 UTC  (5+ 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).