linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 23:34:02 to 2021-08-20 05:59:05 UTC [more...]

[PATCH] CIFS: Fix a potencially linear read overflow
 2021-08-20  5:58 UTC  (5+ 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/3] net: Cleanups for FORTIFY_SOURCE
 2021-08-19 20:28 UTC  (4+ 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] drm/amd/pm: And destination bounds checking to struct copy
 2021-08-19 20:14 UTC 

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-19 19:58 UTC  (94+ messages)
` [PATCH v2 01/63] ipw2x00: Avoid field-overflowing memcpy()
` [PATCH v2 02/63] net/mlx5e: "
` [PATCH v2 03/63] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH v2 04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
` [PATCH v2 08/63] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH v2 09/63] mwl8k: Use struct_group() "
` [PATCH v2 10/63] libertas: "
` [PATCH v2 11/63] libertas_tf: "
` [PATCH v2 12/63] thermal: intel: int340x_thermal: "
` [PATCH v2 13/63] iommu/amd: "
` [PATCH v2 14/63] cxgb3: "
` [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 23/63] media: omap3isp: "
` [PATCH v2 24/63] sata_fsl: "
` [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 28/63] fortify: Explicitly disable Clang support
` [PATCH v2 29/63] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH v2 30/63] fortify: Prepare to improve strnlen() and strlen() warnings
` [PATCH v2 31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
` [PATCH v2 32/63] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH v2 33/63] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH v2 34/63] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH v2 35/63] fortify: Detect struct member overflows in memmove() "
` [PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH v2 37/63] string.h: Introduce memset_after() for wiping trailing members/padding
` [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

[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  (19+ messages)
` [PATCH 1/5] Compiler Attributes: "
` [PATCH 2/5] slab: Add __alloc_size attributes "
` [PATCH 3/5] mm/page_alloc: "
` [PATCH 4/5] percpu: "
` [PATCH 5/5] mm/vmalloc: "

[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  (12+ 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 

[PATCH] staging: rts5208: Fix get_ms_information() heap buffer size
 2021-08-18  4:42 UTC 

[PATCH] parisc: math-emu: Avoid "fmt" macro collision
 2021-08-18  3:18 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).