linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-31 14:54:21 to 2021-08-18 06:06:19 UTC [more...]

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-18  6:04 UTC  (6+ 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 0/5] Add __alloc_size() for better bounds checking
 2021-08-18  5:31 UTC  (7+ 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-18  5:13 UTC  (2+ messages)

[PATCH] lkdtm/heap: Avoid __alloc_size hint warning
 2021-08-18  4:45 UTC 

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

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

[PATCH] Bluetooth: mgmt: Pessimize compile-time bounds-check
 2021-08-18  4:39 UTC 

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

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

[PATCH] CIFS: Fix a potencially linear read overflow
 2021-08-18  2:46 UTC  (3+ messages)

[PATCH] drm/i915: Use designated initializers for init/exit table
 2021-08-17 23:33 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  (30+ messages)
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status
` [PATCH 42/64] net: qede: Use memset_after() for counters
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
` [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow

[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  (8+ messages)
` [PATCH v4 1/3] drivers/soc/qcom: Prefer strscpy over strcpy
` [PATCH v4 2/3] drivers/soc/renesas: Prefer memcpy "
` [PATCH v4 3/3] drivers/soc/ti: Prefer strscpy "

[PATCH v3] drivers/edac/edac_mc: Remove all strcpy() uses
 2021-08-11  7:40 UTC  (11+ 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  (9+ 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)

[PATCH][next] mwifiex: usb: Replace one-element array with flexible-array member
 2021-08-09 21:32 UTC  (3+ messages)

[PATCH] drivers/input: Remove all strcpy() uses in favor of strscpy()
 2021-08-08 11:30 UTC  (16+ messages)

[PATCH v3] drivers/soc: Remove all strcpy() uses
 2021-08-07 17:48 UTC  (4+ messages)

[PATCH] drivers/iio: Remove all strcpy() uses in favor of strscpy()
 2021-08-07 15:02 UTC  (3+ messages)

[PATCH RFC] v1 kmalloc cache randomize and inner-slot randomize against slab attack
 2021-08-07 13:37 UTC 

[PATCH RFC] kmalloc cache randomize and inner-slot randomize against slab attack
 2021-08-07 13:11 UTC  (2+ messages)

[PATCH RFC] v3 struct const ops pointers member hardening
 2021-08-07 13:09 UTC  (2+ messages)

[PATCH] ipw2x00: Avoid field-overflowing memcpy()
 2021-08-07  2:36 UTC  (3+ messages)

[PATCH] net/mlx5e: Avoid field-overflowing memcpy()
 2021-08-06 22:57 UTC  (4+ messages)

[PATCH] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning
 2021-08-06 21:57 UTC 

[PATCH] mac80211: Use flex-array for radiotap header bitmap
 2021-08-06 21:53 UTC 

[PATCH] mac80211: radiotap: Use BIT() instead of shifts
 2021-08-06 21:51 UTC 

[PATCH] staging: rtl8723bs: Avoid field-overflowing memcpy()
 2021-08-06 20:14 UTC 

[PATCH] staging: rtl8192u: Avoid field-overflowing memcpy()
 2021-08-06 20:12 UTC 

[PATCH] staging: rtl8192e: Avoid field-overflowing memcpy()
 2021-08-06 20:11 UTC 

{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
 2021-08-05 21:14 UTC 

[PATCH][next] net/ipv6/mcast: Use struct_size() helper
 2021-08-05 11:00 UTC  (2+ messages)

[PATCH v2 0/4][next] scsi: megaraid_sas: Replace one-element arrays with flexible-array members
 2021-08-05  4:20 UTC  (5+ messages)
` [PATCH v2 1/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP
` [PATCH v2 2/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP_DYNAMIC
` [PATCH v2 3/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_DRV_RAID_MAP
` [PATCH v2 4/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_PD_CFG_SEQ_NUM_SYNC

[PATCH 0/4][next] Replace one-element arrays with flexible-array members
 2021-08-05  4:01 UTC  (5+ messages)
` [PATCH 1/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP_ALL
` [PATCH 2/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP_DYNAMIC
` [PATCH 3/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_DRV_RAID_MAP
` [PATCH 4/4][next] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_PD_CFG_SEQ_NUM_SYNC

[PATCH][next] net/ipv4/igmp: Use struct_size() helper
 2021-08-04 21:18 UTC 

[PATCH][next] net/ipv4/ipv6: Replace one-element arraya with flexible-array members
 2021-08-04 20:45 UTC 

[PATCH][next] net/ipv4: Revert use of struct_size() helper
 2021-08-04 18:23 UTC 

[PATCH 0/3] Avoid card name truncation
 2021-08-03 19:46 UTC  (4+ messages)
` [PATCH 1/3] media: radio-wl1273: "
` [PATCH 2/3] media: si470x: "
` [PATCH 3/3] media: tm6000: "

[PATCH][next] net/ipv4: Replace one-element array with flexible-array member
 2021-08-02 19:15 UTC  (3+ messages)

[PATCH 42/64] net: qede: Use memset_after() for counters
 2021-08-02 16:35 UTC 

[PATCH 42/64] net: qede: Use memset_after() for counters
 2021-08-02 16:23 UTC  (2+ messages)

[PATCH v2] drivers/edac/edac_mc: Remove all strcpy() uses
 2021-08-02  9:52 UTC  (3+ messages)

[PATCH 0/2][next] Fix size comparison bug and use flexible array
 2021-08-02  6:00 UTC  (5+ messages)
` [PATCH 2/2][next] media: staging/intel-ipu3: css: Replace one-element array and use struct_size() helper

[PATCH] drivers/net/usb: Remove all strcpy() uses
 2021-08-01 17:12 UTC 

[PATCH v2] drivers/soc: Remove all strcpy() uses
 2021-08-01  8:47 UTC  (2+ messages)

[PATCH] RFC v2 struct const ops pointers member hardening
 2021-07-31 20:50 UTC  (2+ messages)

[PATCH] drivers/edac/edac_mc: Remove all strcpy() uses
 2021-07-31 15:57 UTC  (3+ messages)

[PATCH] drivers/soc: Remove all strcpy() uses in favor of strscpy()
 2021-07-31 14:53 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).