linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-18 21:04:36 to 2021-08-26 05:51:25 UTC [more...]

[PATCH v2 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-26  5:51 UTC  (8+ 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] rtlwifi: rtl8192de: Restore channel index initialization
 2021-08-26  3:48 UTC  (4+ messages)

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

[PATCH for-next 00/25] Prepare for better FORTIFY_SOURCE
 2021-08-26  2:56 UTC  (38+ messages)
` [PATCH for-next 01/25] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH for-next 02/25] powerpc: Split memset() to avoid multi-field overflow
` [PATCH for-next 03/25] stddef: Fix kerndoc for sizeof_field() and offsetofend()
` [PATCH for-next 04/25] stddef: Introduce struct_group() helper macro
` [PATCH for-next 05/25] cxl/core: Replace unions with struct_group()
` [PATCH for-next 06/25] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH for-next 07/25] iommu/amd: Use struct_group() "
` [PATCH for-next 08/25] drm/mga/mga_ioc32: "
` [PATCH for-next 09/25] HID: cp2112: "
` [PATCH for-next 10/25] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH for-next 11/25] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH for-next 12/25] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [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 20/25] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH for-next 21/25] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH for-next 22/25] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH for-next 23/25] xfrm: Use memset_after() to clear padding
` [PATCH for-next 24/25] string.h: Introduce memset_startat() for wiping trailing members and padding
` [PATCH for-next 25/25] btrfs: Use memset_startat() to clear end of struct

[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  (19+ messages)
` [PATCH v2 1/7] Compiler Attributes: "
` [PATCH v2 2/7] checkpatch: Add __alloc_size() to known $Attribute
` [PATCH v2 3/7] slab: Clean up function declarations
` [PATCH v2 4/7] slab: Add __alloc_size attributes for better bounds checking
` [PATCH v2 5/7] mm/page_alloc: "
` [PATCH v2 6/7] percpu: "
` [PATCH v2 7/7] mm/vmalloc: "

[PATCH 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-25 21:17 UTC  (6+ messages)
` [PATCH 2/5] treewide: Replace open-coded flex arrays in unions
` [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  (14+ messages)
` [PATCH 1/5] Compiler Attributes: "
` [PATCH 2/5] slab: Add __alloc_size attributes "

[PATCH][RFC] platform/x86: dell-smbios-wmi: Avoid false-positive memcpy() warning
 2021-08-25 16:32 UTC  (2+ messages)

[PATCH v2] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-25 16:19 UTC 

[PATCH v2 00/14] x86: Add support for Clang CFI
 2021-08-25 15:49 UTC  (21+ messages)
` [PATCH v2 01/14] objtool: Add CONFIG_CFI_CLANG support
` [PATCH v2 02/14] objtool: Add ASM_STACK_FRAME_NON_STANDARD
` [PATCH v2 03/14] linkage: Add DECLARE_ASM_FUNC_SYMBOL
` [PATCH v2 04/14] ftrace: Use an opaque type for functions not callable from C
` [PATCH v2 05/14] lkdtm: Disable UNSET_SMEP with CFI
` [PATCH v2 06/14] lkdtm: Use an opaque type for lkdtm_rodata_do_nothing
` [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 v2 09/14] x86/purgatory: Disable CFI
` [PATCH v2 10/14] x86, relocs: Ignore __typeid__ relocations
` [PATCH v2 11/14] x86, module: "
` [PATCH v2 12/14] x86, cpu: Use LTO for cpu.c with CFI
` [PATCH v2 13/14] x86, kprobes: Fix optprobe_template_func type mismatch
` [PATCH v2 14/14] x86, build: Allow CONFIG_CFI_CLANG to be selected

[PATCH v4] EDAC/mc: Prefer strscpy over strcpy
 2021-08-25  8:48 UTC  (6+ messages)

[PATCH v2 43/63] net: qede: Use memset_startat() for counters
 2021-08-24 16:51 UTC 

[PATCH v2 17/63] bnx2x: Use struct_group() for memcpy() region
 2021-08-24 13:51 UTC 

[PATCH v2 0/3] staging/rtl8192u: Prefer kcalloc over open coded arithmetic
 2021-08-24  9:00 UTC  (4+ messages)
` [PATCH v2 1/3] staging/rtl8192u: Avoid CamelCase in names of variables
` [PATCH v2 2/3] staging/rtl8192u: Initialize variables in the definition block
` [PATCH v2 3/3] staging/rtl8192u: Prefer kcalloc over open coded arithmetic

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-24  7:38 UTC  (47+ messages)
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 18/63] drm/amd/pm: Use struct_group() for memcpy() region
` [PATCH v2 22/63] HID: cp2112: "
` [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
` [PATCH v2 55/63] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH v2 57/63] powerpc/signal32: Use struct_group() to zero spe regs
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow

[PATCH][next] scsi: smartpqi: Replace one-element array with flexible-array member
 2021-08-24  4:02 UTC  (4+ messages)

[PATCH] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-23 19:13 UTC  (7+ messages)

[PATCH][next] ath11k: Replace one-element array with flexible-array member
 2021-08-23 17:21 UTC 

[PATCH 0/2] staging/rtl8192u: Prefer kcalloc over open coded arithmetic
 2021-08-23  8:54 UTC  (7+ messages)
` [PATCH 1/2] staging/rtl8192u: Avoid CamelCase in names of variables
` [PATCH 2/2] staging/rtl8192u: Prefer kcalloc over open coded arithmetic

[PATCH] stddef: Fix kerndoc for sizeof_field() and offsetofend()
 2021-08-22  6:07 UTC 

[PATCH 0/3] net: Cleanups for FORTIFY_SOURCE
 2021-08-22  5:16 UTC  (9+ messages)
` [PATCH 1/3] ipw2x00: Avoid field-overflowing memcpy()
` [PATCH 2/3] net/mlx5e: "
` [PATCH 3/3] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning

[PATCH][next] mwifiex: usb: Replace one-element array with flexible-array member
 2021-08-21 17:50 UTC  (2+ messages)

What is the oldest perl version being used with the kernel ? update oldest supported to 5.14 ?
 2021-08-21  5:43 UTC  (4+ messages)

[PATCH] CIFS: Fix a potencially linear read overflow
 2021-08-20  5:58 UTC  (3+ messages)

[GIT PULL] Enable -Wimplicit-fallthrough for Clang for 5.14-rc7
 2021-08-19 20:37 UTC  (4+ messages)

[PATCH 0/2] staging: wlan-ng: Avoid duplicate header in tx/rx frames
 2021-08-19 17:45 UTC  (3+ messages)
` [PATCH 1/2] staging: wlan-ng: Remove pointless a3/a4 union
` [PATCH 2/2] staging: wlan-ng: Avoid duplicate header in tx/rx frames

[PATCH] Bluetooth: mgmt: Pessimize compile-time bounds-check
 2021-08-19 14:52 UTC  (2+ messages)

[PATCH] can: etas_es58x: Replace 0-element raw_msg array
 2021-08-19  0:02 UTC  (7+ messages)

[PATCH][next] staging: r8188eu: Fix fall-through warnings for Clang
 2021-08-18 23:32 UTC  (2+ messages)

[PATCH][next] fs/ntfs3: Fix fall-through warnings for Clang
 2021-08-18 23:29 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).