linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-10 08:30:34 to 2021-08-18 21:40:39 UTC [more...]

[PATCH v2 0/7] Add __alloc_size() for better bounds checking
 2021-08-18 21:40 UTC  (2+ messages)
` [PATCH v2 1/7] Compiler Attributes: "

[PATCH 0/5] Add __alloc_size() for better bounds checking
 2021-08-18 21:04 UTC  (13+ 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 v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-18 19:05 UTC  (80+ 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 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] CIFS: Fix a potencially linear read overflow
 2021-08-18 13:21 UTC  (4+ messages)

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

[PATCH 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-18  9:56 UTC  (7+ 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] drm/i915: Use designated initializers for init/exit table
 2021-08-18  9:57 UTC  (2+ messages)

[PATCH] can: etas_es58x: Replace 0-element raw_msg array
 2021-08-18  9:33 UTC  (6+ 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] Bluetooth: mgmt: Pessimize compile-time bounds-check
 2021-08-18  4:39 UTC 

[PATCH] parisc: math-emu: Avoid "fmt" macro collision
 2021-08-18  3:18 UTC 

[PATCH] input/gscps2: Prefer strscpy over strlcpy
 2021-08-17 15:47 UTC 

[PATCH][next] scsi: smartpqi: Replace one-element array with flexible-array member
 2021-08-17  3:01 UTC  (2+ messages)

Potentially interesting memcpy/memset/memmove calls
 2021-08-16 19:11 UTC  (2+ messages)

[PATCH v5] drivers/iio: Remove all strcpy() uses
 2021-08-15 17:42 UTC 

[PATCH v4] drivers/iio: Remove all strcpy() uses
 2021-08-15 17:12 UTC  (9+ messages)

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

[PATCH v4] EDAC/mc: Prefer strscpy over strcpy
 2021-08-14  7:55 UTC 

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-08-13 19:44 UTC  (11+ messages)
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status

[PATCH v5 0/8] Use per-CPU temporary mappings for patching on Radix MMU
 2021-08-11 18:28 UTC  (22+ messages)
` [PATCH v5 2/8] lkdtm/powerpc: Add test to hijack a patch mapping
` [PATCH v5 4/8] lkdtm/x86_64: "
` [PATCH v5 5/8] powerpc/64s: Introduce temporary mm for Radix MMU
` [PATCH v5 6/8] powerpc: Rework and improve STRICT_KERNEL_RWX patching
` [PATCH v5 7/8] powerpc/64s: Initialize and use a temporary mm for patching on Radix
` [PATCH v5 8/8] lkdtm/powerpc: Fix code patching hijack test

[PATCH v4 0/3] drivers/soc: Remove all strcpy() uses
 2021-08-11  9:38 UTC  (6+ messages)
` [PATCH v4 2/3] drivers/soc/renesas: Prefer memcpy over strcpy

[PATCH v3] drivers/edac/edac_mc: Remove all strcpy() uses
 2021-08-11  7:40 UTC  (9+ messages)

[PATCH][next] nfs41: pnfs: filelayout: Replace one-element array with flexible-array member
 2021-08-10 23:31 UTC 

[PATCH v2 0/2] Fix size comparison bug and use flexible array
 2021-08-10 16:40 UTC  (8+ messages)
` [PATCH v2 1/2] media: staging/intel-ipu3: css: Fix wrong size comparison

[PATCH v3] media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init
 2021-08-10 17:09 UTC 

[PATCH v2] drivers/iio: Remove all strcpy() uses in favor of strscpy()
 2021-08-10 15:43 UTC  (9+ 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).