linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-18 06:12:04 to 2021-08-22 07:57:02 UTC [more...]

[PATCH for-next 00/25] Prepare for better FORTIFY_SOURCE
 2021-08-22  7:51 UTC  (21+ 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 17/25] fortify: Fix dropped strcpy() compile-time write overflow check
` [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] 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)

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-21 10:17 UTC  (88+ messages)
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 13/63] iommu/amd: Use struct_group() for memcpy() region
` [PATCH v2 15/63] intersil: "
` [PATCH v2 16/63] cxgb4: "
` [PATCH v2 17/63] bnx2x: "
` [PATCH v2 18/63] drm/amd/pm: "
` [PATCH v2 19/63] staging: wlan-ng: "
` [PATCH v2 20/63] drm/mga/mga_ioc32: "
` [PATCH v2 21/63] net/mlx5e: "
` [PATCH v2 22/63] HID: cp2112: "
` [PATCH v2 25/63] compiler_types.h: Remove __compiletime_object_size()
` [PATCH v2 26/63] lib/string: Move helper functions out of string.c
` [PATCH v2 27/63] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH v2 32/63] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH v2 33/63] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH v2 35/63] fortify: Detect struct member overflows in memmove() at compile-time
` [PATCH v2 38/63] xfrm: Use memset_after() to clear padding
` [PATCH v2 39/63] ipv6: Use memset_after() to zero rt6_info
` [PATCH v2 40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
` [PATCH v2 41/63] net: 802: Use memset_startat() to clear struct fields
` [PATCH v2 42/63] net: dccp: Use memset_startat() for TP zeroing
` [PATCH v2 43/63] net: qede: Use memset_startat() for counters
` [PATCH v2 44/63] mac80211: Use memset_after() to clear tx status
` [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH v2 46/63] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 48/63] IB/mthca: Use memset_startat() for clearing mpt_entry
` [PATCH v2 49/63] btrfs: Use memset_startat() to clear end of struct
` [PATCH v2 50/63] tracing: Use memset_startat() to zero struct trace_iterator
` [PATCH v2 51/63] drbd: Use struct_group() to zero algs
` [PATCH v2 52/63] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
` [PATCH v2 54/63] dm integrity: Use struct_group() to zero struct journal_sector
` [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 58/63] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow
` [PATCH v2 62/63] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH v2 63/63] fortify: Work around Clang inlining bugs

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] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-20 15:27 UTC  (2+ messages)

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

[PATCH v2 0/7] Add __alloc_size() for better bounds checking
 2021-08-20  5:27 UTC  (18+ 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: "

[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 0/5] Add __alloc_size() for better bounds checking
 2021-08-19 14:18 UTC  (16+ messages)
` [PATCH 1/5] Compiler Attributes: "
` [PATCH 2/5] slab: Add __alloc_size attributes "

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

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

[PATCH v2 0/2] USB: EHCI: Add register array bounds to HCS ports
 2021-08-18 17:49 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] USB: EHCI: Add alias for Broadcom INSNREG

[PATCH 0/4] LKDTM: Various CI improvements
 2021-08-18 17:48 UTC  (5+ messages)
` [PATCH 1/4] lkdtm/bugs: Add ARRAY_BOUNDS to selftests
` [PATCH 2/4] lkdtm/fortify: Consolidate FORTIFY_SOURCE tests
` [PATCH 3/4] lkdtm: Add kernel version to failure hints
` [PATCH 4/4] lkdtm/heap: Avoid __alloc_size hint warning for VMALLOC_LINEAR_OVERFLOW

[PATCH] lkdtm/heap: Avoid __alloc_size hint warning
 2021-08-18 17:32 UTC  (3+ messages)

[PATCH 0/2] USB: EHCI: Add register array bounds to HCS ports
 2021-08-18 17:17 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] USB: EHCI: Add alias for Broadcom INSNREG

[PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
 2021-08-18 12:12 UTC  (10+ messages)

[PATCH] drm/i915: Use designated initializers for init/exit table
 2021-08-18  9:57 UTC  (2+ messages)

[PATCH] staging: wlan-ng: Disable buggy MIB ioctl
 2021-08-18  8:19 UTC 


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