linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 03:06:00 to 2021-07-27 21:00:52 UTC [more...]

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-27 20:58 UTC  (21+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [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 10/64] lib80211: "
` [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 18/64] cxgb3: "
` [PATCH 22/64] bnx2x: "
` [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] scripts: make some scripts executable
 2021-07-27 15:56 UTC  (2+ 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] drivers/soc: Remove all strcpy() uses in favor of strscpy()
 2021-07-26  8:03 UTC  (2+ messages)

[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 net-next resend v2] net: use %px to print skb address in trace_netif_receive_skb
 2021-07-23  7:09 UTC 

[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  (13+ messages)
` [PATCH 1/9] selftests/lkdtm: Avoid needing explicit sub-shell
` [PATCH 2/9] selftests/lkdtm: Fix expected text for CR4 pinning
` [PATCH 3/9] selftests/lkdtm: Fix expected text for free poison
` [PATCH 4/9] lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITE
` [PATCH 5/9] lkdtm/heap: Add vmalloc linear overflow test
` [PATCH 6/9] lkdtm: Enable DOUBLE_FAULT on all architectures
` [PATCH 7/9] lkdtm: Add CONFIG hints in errors where possible
` [PATCH 8/9] selftests/lkdtm: Enable various testable CONFIGs
` [PATCH 9/9] lkdtm/heap: Add init_on_alloc tests

[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  (4+ messages)

[PATCH] jfs: Avoid field-overflowing memcpy()
 2021-06-23 14:32 UTC  (2+ messages)

[PATCH] hv_netvsc: Avoid field-overflowing memcpy()
 2021-06-22 17:30 UTC  (2+ messages)

[PATCH] octeontx2-af: Avoid field-overflowing memcpy()
 2021-06-22 17:20 UTC  (3+ messages)
` [EXT] "

[PATCH] RDMA/core: Use flexible array for mad data
 2021-06-22 17:09 UTC  (2+ messages)

[PATCH] wcn36xx: Avoid memset() beyond end of struct field
 2021-06-22 15:28 UTC  (2+ messages)

[PATCH] ath11k: Avoid memcpy() over-reading of he_cap
 2021-06-22 15:28 UTC  (2+ messages)

[PATCH] mwifiex: Avoid memset() over-write of WEP key_material
 2021-06-22 15:25 UTC  (3+ messages)

[PATCH] rtlwifi: rtl8192de: Fully initialize curvecount_val
 2021-06-22 15:24 UTC  (3+ messages)

[PATCH v2] mwl8k: Avoid memcpy() over-reading of mcs.rx_mask
 2021-06-22 15:24 UTC  (2+ messages)

[PATCH] orinoco: Avoid field-overflowing memcpy()
 2021-06-22 15:23 UTC  (2+ messages)

[PATCH] s390/zcrypt: Switch to flexible array member
 2021-06-22 14:17 UTC  (2+ messages)

[PATCH] s390/speculation: Use statically initialized const for instructions
 2021-06-22 14:16 UTC  (2+ messages)

[PATCH] cifs: Avoid field over-reading memcpy()
 2021-06-22  2:40 UTC  (2+ messages)

[PATCH] IB/mlx4: Avoid field-overflowing memcpy()
 2021-06-22  0:05 UTC  (5+ messages)

[PATCH] ibmvnic: Use strscpy() instead of strncpy()
 2021-06-21 22:00 UTC  (2+ messages)

[PATCH] scsi: aha1740: Avoid over-read of sense buffer
 2021-06-19  3:29 UTC  (2+ messages)

[PATCH] scsi: arcmsr: Avoid over-read of sense buffer
 2021-06-19  3:29 UTC  (2+ messages)

[PATCH] scsi: ips: Avoid over-read of sense buffer
 2021-06-19  3:29 UTC  (2+ messages)

[PATCH][next] xfs: Fix multiple fall-through warnings for Clang
 2021-06-18 23:43 UTC  (2+ messages)

[PATCH][next] drm/amd/display: Fix fall-through warning for Clang
 2021-06-18 20:36 UTC  (3+ messages)

[PATCH] mac80211: Recast pointer for trailing memcpy()
 2021-06-18  8:42 UTC  (3+ messages)

[PATCH] drm/i915/display: Do not zero past infoframes.vsc
 2021-06-17 21:33 UTC 

[PATCH] net: qed: Fix memcpy() overflow of qed_dcbx_params()
 2021-06-17 19:20 UTC  (2+ messages)

[PATCH][next] kgdb: Fix fall-through warning for Clang
 2021-06-17 10:10 UTC  (2+ messages)

[PATCH] sh_eth: Avoid memcpy() over-reading of ETH_SS_STATS
 2021-06-17  5:50 UTC  (3+ messages)

[PATCH] mwl8k: Avoid memcpy() over-reading of ETH_SS_STATS
 2021-06-17  3:22 UTC  (3+ messages)

[PATCH] r8152: Avoid memcpy() over-reading of ETH_SS_STATS
 2021-06-17  3:20 UTC  (5+ messages)

[PATCH] r8169: Avoid memcpy() over-reading of ETH_SS_STATS
 2021-06-16 20:10 UTC  (2+ messages)

[PATCH] e100: Avoid memcpy() over-reading of ETH_SS_STATS
 2021-06-16 19:53 UTC 

[PATCH v2] scsi: fcoe: Statically initialize flogi_maddr
 2021-06-16  3:49 UTC  (2+ messages)

[PATCH][next] scsi: NCR5380: Fix fall-through warning for Clang
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH][next] scsi: mpi3mr: Fix fall-through warning for Clang
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH v8 0/8] Fork brute force attack mitigation
 2021-06-11 15:41 UTC  (5+ messages)

[PATCH][next] virtchnl: Replace one-element array in struct virtchnl_vsi_queue_config_info
 2021-06-10  0:03 UTC  (6+ messages)
  ` [Intel-wired-lan] "

[PATCH v3][venus-for-next-v5.14] media: venus: hfi_cmds: Fix packet size calculation
 2021-06-09 21:06 UTC  (2+ messages)

[PATCH v2][next] media: venus: hfi_msgs.h: Replace one-element arrays with flexible-array members
 2021-06-09 21:05 UTC  (2+ messages)

[PATCH v2][next] iommu/vt-d: Fix out-bounds-warning in intel_svm_page_response()
 2021-06-09  7:41 UTC  (2+ messages)

[PATCH][next] ima: Fix fall-through warning for Clang
 2021-06-08 17:02 UTC  (2+ messages)

regresion v5.13-rc1+ - page_poison broken since 51cba1ebc60d
 2021-06-08 16:50 UTC 

[PATCH 0/3] scsi: Fix a handful of memcpy() field overflows
 2021-06-08  3:05 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).