linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-23 20:39:57 to 2021-07-28 21:40:18 UTC [more...]

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-28 21:37 UTC  (109+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [PATCH 03/64] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 05/64] skbuff: Switch structure bounds to struct_group()
` [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH 07/64] staging: rtl8192e: Use struct_group() "
` [PATCH 08/64] staging: rtl8192u: "
` [PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy()
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 11/64] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 12/64] mwl8k: Use struct_group() for memcpy() region
` [PATCH 13/64] libertas: "
` [PATCH 14/64] libertas_tf: "
` [PATCH 15/64] ipw2x00: "
` [PATCH 16/64] thermal: intel: int340x_thermal: "
` [PATCH 17/64] iommu/amd: "
` [PATCH 18/64] cxgb3: "
` [PATCH 19/64] ip: Use struct_group() for memcpy() regions
` [PATCH 20/64] intersil: Use struct_group() for memcpy() region
` [PATCH 21/64] cxgb4: "
` [PATCH 22/64] bnx2x: "
` [PATCH 23/64] drm/amd/pm: "
` [PATCH 24/64] staging: wlan-ng: "
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 26/64] net/mlx5e: "
` [PATCH 27/64] HID: cp2112: "
` [PATCH 28/64] compiler_types.h: Remove __compiletime_object_size()
` [PATCH 29/64] lib/string: Move helper functions out of string.c
` [PATCH 30/64] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH 31/64] fortify: Explicitly disable Clang support
` [PATCH 32/64] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH 35/64] fortify: Detect struct member overflows in memmove() "
` [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH 37/64] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH 38/64] xfrm: Use memset_after() to clear padding
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status
` [PATCH 40/64] net: 802: Use memset_after() to clear struct fields
` [PATCH 41/64] net: dccp: Use memset_after() for TP zeroing
` [PATCH 42/64] net: qede: Use memset_after() for counters
` [PATCH 43/64] ath11k: Use memset_after() for clearing queue descriptors
` [PATCH 44/64] iw_cxgb4: Use memset_after() for cpl_t5_pass_accept_rpl
` [PATCH 45/64] intel_th: msu: Use memset_after() for clearing hw header
` [PATCH 46/64] IB/mthca: Use memset_after() for clearing mpt_entry
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
` [PATCH 48/64] drbd: Use struct_group() to zero algs
` [PATCH 49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH 50/64] KVM: x86: Use struct_group() to zero decode cache
` [PATCH 51/64] tracing: Use struct_group() to zero struct trace_iterator
` [PATCH 52/64] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH 53/64] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
` [PATCH 55/64] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH 56/64] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH 57/64] netfilter: conntrack: Use struct_group() to zero struct nf_conn
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow
` [PATCH 59/64] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH 60/64] fortify: Work around Clang inlining bugs
` [PATCH 61/64] Makefile: Enable -Warray-bounds
` [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
` [PATCH 63/64] iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write
` [PATCH 64/64] fortify: Add run-time WARN for cross-field memcpy()

[Patch net-next resend v2] net: use %px to print skb address in trace_netif_receive_skb
 2021-07-28 20:41 UTC  (7+ messages)
  ` tracepoints and %p [was: Re: [Patch net-next resend v2] net: use %px to print skb address in trace_netif_receive_skb]

[PATCH] drivers/soc: Remove all strcpy() uses in favor of strscpy()
 2021-07-28  9:36 UTC  (4+ messages)

[PATCH] RFC v2 struct const ops pointers member hardening
 2021-07-28  6:52 UTC 

[PATCH] scripts: make some scripts executable
 2021-07-28  6:27 UTC  (5+ messages)

[PATCH] drivers/edac/edac_mc: Remove all strcpy() uses
 2021-07-27 12:38 UTC  (2+ messages)

[PATCH] RFC struct const ops pointer member hardening
 2021-07-27 10:26 UTC 

[PATCH][next] ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()
 2021-07-26 19:52 UTC 

[PATCH][next] flow_dissector: Fix out-of-bounds warnings
 2021-07-26 19:25 UTC 

[PATCH] deprecated.rst: Include details on "no_hash_pointers"
 2021-07-25 20:32 UTC  (2+ messages)

[PATCH] drivers/bluetooth: Remove all strcpy() uses
 2021-07-24 12:22 UTC  (3+ messages)

[PATCH v2] drivers/bluetooth: Remove all strcpy() uses
 2021-07-24 12:21 UTC 

[PATCH 0/3] lib/test_stackinit: Add assigned initializers
 2021-07-23 22:19 UTC  (4+ messages)
` [PATCH 1/3] lib/test_stackinit: Fix static initializer test
` [PATCH 2/3] lib/test_stackinit: Allow building stand-alone
` [PATCH 3/3] lib/test_stackinit: Add assigned initializers

[PATCH] hardening: Clarify Kconfig text for auto-var-init
 2021-07-20 22:16 UTC  (2+ messages)

[PATCH] media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf()
 2021-07-20  0:36 UTC  (3+ messages)

Coverity Scan model file, license, public access
 2021-07-16 10:26 UTC  (2+ messages)

[PATCH v4][next] xfs: Replace one-element arrays with flexible-array members
 2021-07-15  5:33 UTC  (6+ messages)

[PATCH v2] hardening: Introduce CONFIG_ZERO_CALL_USED_REGS
 2021-07-14 22:01 UTC 

[PATCH v2] mm: page_alloc: Fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction
 2021-07-14  7:55 UTC  (3+ messages)

[PATCH v5 0/8] Use per-CPU temporary mappings for patching on Radix MMU
 2021-07-13  5:31 UTC  (9+ messages)
` [PATCH v5 1/8] powerpc: Add LKDTM accessor for patching addr
` [PATCH v5 2/8] lkdtm/powerpc: Add test to hijack a patch mapping
` [PATCH v5 3/8] x86_64: Add LKDTM accessor for patching addr
` [PATCH v5 4/8] lkdtm/x86_64: Add test to hijack a patch mapping
` [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] media: atomisp: Perform a single memset() for union
 2021-07-11 15:16 UTC  (2+ messages)

[PATCH] rpmsg: glink: Replace strncpy() with strscpy_pad()
 2021-07-11 14:55 UTC 

[RESEND PATCH v4 00/11] Use per-CPU temporary mappings for patching
 2021-07-09  5:03 UTC  (18+ messages)
` [RESEND PATCH v4 05/11] powerpc/64s: Add ability to skip SLB preload
` [RESEND PATCH v4 08/11] powerpc: Initialize and use a temporary mm for patching

[PATCH v8 3/8] security/brute: Detect a brute force attack
 2021-07-05 12:52 UTC  (6+ messages)

[PATCH][next] btrfs: Fix multiple out-of-bounds warnings
 2021-07-02 11:17 UTC  (3+ messages)

[PATCH] scsi: aic94xx: Fix fall-through warning for Clang
 2021-07-01 16:40 UTC  (2+ messages)

[PATCH] s390/dasd: Avoid field over-reading memcpy()
 2021-06-29 15:51 UTC  (3+ messages)

[PATCH] s390: iucv: Avoid field over-reading memcpy()
 2021-06-29 15:19 UTC  (3+ messages)

[PATCH][next] Input: Fix fall-through warning for Clang
 2021-06-29 14:05 UTC  (4+ messages)

[PATCH 0/9] LKDTM: Improvements for kernelci.org
 2021-06-26  6:12 UTC  (6+ messages)
` [PATCH 5/9] lkdtm/heap: Add vmalloc linear overflow test
` [PATCH 7/9] lkdtm: Add CONFIG hints in errors where possible

[PATCH] igb: Avoid memcpy() over-reading of ETH_SS_STATS
 2021-06-25 22:41 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] crypto: nx: Fix memcpy() over-reading in nonce
 2021-06-24  7:36 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).