linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-19 19:46:22 to 2021-12-13 22:39:08 UTC [more...]

[PATCH 00/17] Enable strict compile-time memcpy() fortify checks
 2021-12-13 22:33 UTC  (17+ messages)
` [PATCH 01/17] KVM: x86: Replace memset() "optimization" with normal per-field writes
` [PATCH 02/17] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 03/17] net/mlx5e: Use struct_group() for memcpy() region
` [PATCH 04/17] media: omap3isp: "
` [PATCH 05/17] sata_fsl: "
` [PATCH 06/17] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH 07/17] fortify: Detect struct member overflows in memmove() "
` [PATCH 08/17] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH 09/17] RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mr
` [PATCH 10/17] drbd: Use struct_group() to zero algs
` [PATCH 11/17] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH 12/17] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH 13/17] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH 14/17] IB/mthca: Use memset_startat() for clearing mpt_entry
` [PATCH 15/17] scsi: lpfc: Use struct_group() to initialize struct lpfc_cgn_info
` [PATCH 17/17] fortify: Work around Clang inlining bugs

[PATCH v3 0/3] Assorted improvements to usercopy
 2021-12-13 21:16 UTC  (10+ messages)
` [PATCH v3 1/3] mm/usercopy: Check kmap addresses properly
` [PATCH v3 2/3] mm/usercopy: Detect vmalloc overruns
` [PATCH v3 3/3] mm/usercopy: Detect compound page overruns

[PATCH -next] lockdep: Use memset_startat() helper in reinit_class()
 2021-12-13 20:39 UTC  (4+ messages)

[PATCH v4 0/1] implement TLS register based stack canary for ARM
 2021-12-13 13:54 UTC  (5+ messages)
` [PATCH v4 1/1] [ARM] Add support for TLS register based stack protector canary access

[PATCH] drm/dp: Actually read Adjust Request Post Cursor2 register
 2021-12-13  9:34 UTC  (9+ messages)

[PATCH][next] dmaengine: at_xdmac: Use struct_size() in devm_kzalloc()
 2021-12-13  5:54 UTC  (3+ messages)

[PATCH] Kconfig.debug: Make DEBUG_INFO selectable from a choice
 2021-12-10 19:57 UTC  (4+ messages)

[PATCH v8 00/14] Function Granular KASLR
 2021-12-10 13:20 UTC  (39+ messages)
` [PATCH v8 01/14] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v8 02/14] x86/tools: Add relative relocs for randomized functions
` [PATCH v8 03/14] x86: Add support for function granular KASLR
` [PATCH v8 04/14] linkage: add macros for putting ASM functions into own sections
` [PATCH v8 06/14] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v8 07/14] kallsyms: Hide layout
` [PATCH v8 08/14] livepatch: only match unique symbols when using FG-KASLR
` [PATCH v8 09/14] x86/boot: allow FG-KASLR to be selected
` [PATCH v8 10/14] arm64/crypto: conditionally place ASM functions into separate sections
` [PATCH v8 11/14] module: Reorder functions
` [PATCH v8 12/14] module: use a scripted approach for FG-KASLR
` [PATCH v8 13/14] Documentation: add documentation "
` [PATCH v8 14/14] maintainers: add MAINTAINERS entry "
  ` [PATCH v8 05/14] x86: conditionally place regular ASM functions into separate sections

[PATCH] x86/boot/string: Add missing function declarations
 2021-12-09 23:47 UTC  (3+ messages)

[PATCH] skbuff: Extract list pointers to silence compiler warnings
 2021-12-09 21:30 UTC  (2+ messages)

[PATCH] scsi: lpfc: Use struct_group() to initialize struct lpfc_cgn_info
 2021-12-09 14:50 UTC  (2+ messages)

[PATCH] scsi: lpfc: Use struct_group to isolate cast to larger object
 2021-12-09 14:50 UTC  (2+ messages)

[PATCH] ath6kl: Use struct_group() to avoid size-mismatched casting
 2021-12-09  8:00 UTC  (2+ messages)

[PATCH v2] net/mlx5e: Avoid field-overflowing memcpy()
 2021-12-09  5:34 UTC 

[PATCH] rtc: Move variable into switch case statement
 2021-12-09  4:39 UTC 

[PATCH] x86/uaccess: Move variable into switch case statement
 2021-12-09  4:34 UTC 

[PATCH] find: Do not read beyond variable boundaries on small sizes
 2021-12-08 23:23 UTC  (15+ messages)

[PATCH 0/2] libertas: Add missing __packed annotations
 2021-12-08 18:40 UTC  (4+ messages)
` [PATCH 1/2] libertas: Add missing __packed annotation with struct_group()
` [PATCH 2/2] libertas_tf: Add missing __packed annotations

[PATCH v2] RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mr
 2021-12-08  8:51 UTC  (2+ messages)

[PATCH] hv_sock: Extract hvs_send_data() helper that takes only header
 2021-12-08  6:10 UTC  (3+ messages)

[PATCH][next] crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()
 2021-12-08  5:24 UTC  (2+ messages)

[PATCH][next] net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()
 2021-12-08  5:24 UTC  (2+ messages)

[PATCH][next] crypto: cavium - Use kcalloc() instead of kzalloc()
 2021-12-08  5:05 UTC  (2+ messages)

[PATCH][next] net: hinic: Use devm_kcalloc() instead of devm_kzalloc()
 2021-12-08  5:03 UTC  (2+ messages)

[PATCH] RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mr
 2021-12-07 19:45 UTC  (5+ messages)

[PATCH] powerpc/signal32: Use struct_group() to zero spe regs
 2021-12-07 13:27 UTC  (6+ messages)

[PATCH] thunderbolt: xdomain: Avoid potential stack OOB read
 2021-12-07 12:21 UTC  (2+ messages)

[PATCH] ALSA: mixart: Reduce size of mixart_timer_notify
 2021-12-07  8:00 UTC  (2+ messages)

[PATCH] hugetlb/cgroup: Fix copy/paste array assignment
 2021-12-07  1:54 UTC  (4+ messages)

[PATCH] net: prestera: replace zero-length array with flexible-array member
 2021-12-07  0:40 UTC  (4+ messages)

[PATCH] ubsan: Remove CONFIG_UBSAN_OBJECT_SIZE
 2021-12-06  7:00 UTC  (2+ messages)

[PATCH] [RFC][PR102768] aarch64: Add compiler support for Shadow Call Stack
 2021-12-06  3:22 UTC  (9+ messages)
` [PATCH] [PATCH,v2,1/1,AARCH64][PR102768] "

[PATCH v2] drm/dp: Actually read Adjust Request Post Cursor2 register
 2021-12-04  0:30 UTC  (3+ messages)

[PATCH] lib/test_ubsan: Silence compile-time array bounds warnings
 2021-12-03 23:07 UTC  (5+ messages)

[PATCH] scsi: megaraid: Avoid mismatched storage type sizes
 2021-12-03  9:14 UTC 

[PATCH] drm/dp: Fix off-by-one in register cache size
 2021-12-03  8:43 UTC 

[PATCH] char/mwave: Adjust io port register size
 2021-12-03  8:42 UTC 

[PATCH] gcc-plugins: use swap() to make code cleaner
 2021-12-02 19:35 UTC  (2+ messages)

[PATCH][next] scsi: Replace one-element arrays with flexible-array members
 2021-12-02 19:40 UTC  (4+ messages)

[PATCH] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
 2021-11-30 21:49 UTC  (2+ messages)

[PATCH] sata_fsl: Use struct_group() for memcpy() region
 2021-11-29 11:37 UTC  (2+ messages)

[PATCH v3] rtlwifi: rtl8192de: Style clean-ups
 2021-11-29 10:47 UTC  (2+ messages)

[PATCH v2] mwl8k: Use named struct for memcpy() region
 2021-11-29 10:46 UTC  (2+ messages)

[PATCH v2] intersil: Use struct_group() for memcpy() region
 2021-11-29 10:45 UTC  (2+ messages)

[PATCH] libertas_tf: Use struct_group() for memcpy() region
 2021-11-29 10:45 UTC  (2+ messages)

[PATCH] libertas: Use struct_group() for memcpy() region
 2021-11-29 10:44 UTC  (2+ messages)

[PATCH] [RFC,v2,1/1,AARCH64][PR102768] aarch64: Add compiler support for Shadow Call Stack
 2021-11-26  7:06 UTC 

[PATCH] ath11k: Use memset_startat() for clearing queue descriptors
 2021-11-24 17:08 UTC  (2+ messages)

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-11-24 13:33 UTC  (5+ messages)
` [PATCH v2 12/63] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region

[PATCH] hfsplus: Use struct_group_attr() for memcpy() region
 2021-11-23 14:27 UTC  (2+ messages)

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-22 16:21 UTC  (9+ messages)

[PATCH v2 net-next 0/2] skbuff: Switch structure bounds to struct_group()
 2021-11-22 15:40 UTC  (4+ messages)
` [PATCH v2 net-next 1/2] skbuff: Move conditional preprocessor directives out of struct sk_buff
` [PATCH v2 net-next 2/2] skbuff: Switch structure bounds to struct_group()

[PATCH] Revert "mark pstore-blk as broken"
 2021-11-21 18:04 UTC  (7+ messages)

[PATCH] mac80211: Use memset_after() to clear tx status
 2021-11-20 18:36 UTC  (3+ messages)

[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
 2021-11-19 19:46 UTC  (15+ messages)
                    ` [PATCH 0/2] SA_IMMUTABLE fixes
                        ` [GIT PULL] SA_IMMUTABLE fixes for v5.16-rc2


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).