linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-10 02:48:41 to 2025-07-22 08:27:05 UTC [more...]

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-22  8:26 UTC  (28+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 02/13] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v3 03/13] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "
` [PATCH v3 07/13] s390: "
` [PATCH v3 08/13] powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init section
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH 1/3] ext4: replace strcmp with direct comparison for '.' and '..'
 2025-07-21 23:15 UTC  (6+ messages)
` [PATCH 2/3] ext4: use memcpy() instead of strcpy()
` [PATCH 3/3] ext4: refactor the inline directory conversion and new directory codepaths

[PATCH net-next v6 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-07-21 19:35 UTC  (16+ messages)
` [PATCH net-next v6 01/14] dt-bindings: net: Add PPE "
` [PATCH net-next v6 02/14] docs: networking: Add PPE driver documentation "
` [PATCH net-next v6 03/14] net: ethernet: qualcomm: Add PPE driver for "
` [PATCH net-next v6 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574
` [PATCH net-next v6 05/14] net: ethernet: qualcomm: Initialize PPE queue "
` [PATCH net-next v6 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings
` [PATCH net-next v6 07/14] net: ethernet: qualcomm: Initialize PPE queue settings
` [PATCH net-next v6 08/14] net: ethernet: qualcomm: Initialize PPE service code settings
` [PATCH net-next v6 09/14] net: ethernet: qualcomm: Initialize PPE port control settings
` [PATCH net-next v6 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings
` [PATCH net-next v6 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping
` [PATCH net-next v6 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings
` [PATCH net-next v6 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters
` [PATCH net-next v6 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver

Review of __counted_by in wireless (was Re: [PATCH wireless] wifi: cfg80211: remove scan request n_channels counted_by)
 2025-07-21 18:52 UTC  (2+ messages)

[PATCH] wifi: brcmfmac: cyw: Fix __counted_by to be LE variant
 2025-07-21 19:03 UTC  (2+ messages)

[PATCH] wifi: nl80211: Set num_sub_specs before looping through sub_specs
 2025-07-21 18:59 UTC  (2+ messages)

[PATCH] wifi: mac80211: Write cnt before copying in ieee80211_copy_rnr_beacon()
 2025-07-21 18:54 UTC  (2+ messages)

[PATCH v6 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-07-21 10:41 UTC  (17+ messages)
` [PATCH v6 01/12] tee: allow a driver to allocate a tee_device without a pool
` [PATCH v6 02/12] tee: add close_context to TEE driver operation
` [PATCH v6 03/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v6 04/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v6 05/12] tee: increase TEE_MAX_ARG_SIZE to 4096
` [PATCH v6 06/12] firmware: qcom: scm: add support for object invocation
` [PATCH v6 07/12] firmware: qcom: scm: remove unused arguments to the shm_brige
` [PATCH v6 08/12] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v6 09/12] tee: add Qualcomm TEE driver
` [PATCH v6 10/12] qcomtee: add primordial object
` [PATCH v6 11/12] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v6 12/12] Documentation: tee: Add Qualcomm TEE driver

[PATCH v8 0/2] ARM: dts: Add support for Meta Clemente BMC
 2025-07-21  3:52 UTC  (5+ messages)
` [PATCH v8 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v8 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC

[PATCH] Compiler Attributes: Add __kcfi_salt
 2025-07-20 20:12 UTC  (6+ messages)

[PATCH] kdb: Replace deprecated strcpy() with strscpy()
 2025-07-18 22:48 UTC  (2+ messages)

[PATCH] kernel: debug: Replace deprecated strcpy() with strscpy()
 2025-07-18 22:48 UTC  (2+ messages)

[PATCH] audit: Replace deprecated strcpy() with strscpy()
 2025-07-18 21:52 UTC  (2+ messages)

[PATCH net-next 02/13] virtchnl2: add flow steering support
 2025-07-18 18:51 UTC 

[PATCH v2 0/2] i3c: add support for the Renesas controller
 2025-07-18 14:36 UTC  (5+ messages)
` [PATCH v2 2/2] i3c: master: Add basic driver for the Renesas I3C controller

[PATCH net-next v5 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-07-18  7:41 UTC  (4+ messages)
` [PATCH net-next v5 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings

[RFC v2 0/5] Add and use seprintf() instead of less ergonomic APIs
 2025-07-18  0:56 UTC  (47+ messages)
` [RFC v4 0/7] Add and use sprintf_end() "
  ` [RFC v4 3/7] mm: Use "
  ` [RFC v4 4/7] array_size.h: Add ENDOF()
  ` [RFC v4 5/7] mm: Fix benign off-by-one bugs
  ` [RFC v4 6/7] sprintf: Add [V]SPRINTF_END()
  ` [RFC v4 7/7] mm: Use [V]SPRINTF_END() to avoid specifying the array size
` [RFC v5 0/7] Add and use sprintf_{end,array}() instead of less ergonomic APIs
  ` [RFC v5 1/7] vsprintf: Add [v]sprintf_end()
  ` [RFC v5 2/7] stacktrace, stackdepot: Add sprintf_end()-like variants of functions
  ` [RFC v5 3/7] mm: Use sprintf_end() instead of less ergonomic APIs
  ` [RFC v5 4/7] array_size.h: Add ENDOF()
  ` [RFC v5 5/7] mm: Fix benign off-by-one bugs
  ` [RFC v5 6/7] sprintf: Add [v]sprintf_array()
  ` [RFC v5 7/7] mm: Use [v]sprintf_array() to avoid specifying the array size
` [RFC v6 0/8] Add and use sprintf_{end,trunc,array}() instead of less ergonomic APIs
  ` [RFC v6 1/8] vsprintf: Add [v]sprintf_trunc()
  ` [RFC v6 2/8] vsprintf: Add [v]sprintf_end()
  ` [RFC v6 3/8] sprintf: Add [v]sprintf_array()
  ` [RFC v6 4/8] stacktrace, stackdepot: Add sprintf_end()-like variants of functions
  ` [RFC v6 5/8] mm: Use sprintf_end() instead of less ergonomic APIs
  ` [RFC v6 6/8] array_size.h: Add ENDOF()
  ` [RFC v6 7/8] mm: Fix benign off-by-one bugs
  ` [RFC v6 8/8] mm: Use [v]sprintf_array() to avoid specifying the array size

[PATCH v1 1/1] string: Group str_has_prefix() and strstarts()
 2025-07-17 23:40 UTC  (5+ messages)

[PATCH v7 0/2] ARM: dts: Add support for Meta Clemente BMC
 2025-07-17 15:56 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v7 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC

[PATCH] seq_buf: Introduce KUnit tests
 2025-07-17 12:30 UTC  (2+ messages)

[PATCH RESEND] alpha: smp: Replace deprecated strcpy() with strscpy()
 2025-07-16 21:17 UTC 

[PATCH RESEND] alpha: Replace strcpy() with strscpy() in setup_arch()
 2025-07-16 21:11 UTC 

[PATCH 0/2] i3c: add support for the Renesas controller
 2025-07-16 16:45 UTC  (5+ messages)
` [PATCH 2/2] i3c: add driver for Renesas I3C controller

[net-next PATCH 01/11] octeontx2-af: Simplify context writing and reading to hardware
 2025-07-15 16:46 UTC  (2+ messages)

[PATCH v8 00/10] Add pinctrl support for the AAEON UP board FPGA
 2025-07-15 13:17 UTC  (4+ messages)

[PATCH] dt-bindings: memory: Document linux,usable-memory property
 2025-07-15 10:12 UTC  (3+ messages)

[PATCH v16 0/5] Initial Marvell PXA1908 support
 2025-07-15  6:32 UTC  (8+ messages)
` [PATCH v16 1/5] dt-bindings: mmc: sdhci-pxa: restrict pinctrl to pxav1

[RFC v3 0/7] Add and use seprintf() instead of less ergonomic APIs
 2025-07-14  7:57 UTC  (5+ messages)
` [RFC v3 3/7] mm: Use "

[PATCH] arm64: tegra: Enable ramoops on Tegra210 and newer
 2025-07-14  6:01 UTC  (12+ messages)

[RFC v1 00/17] Add Safefetch double-fetch protection
 2025-07-12 19:22 UTC  (18+ messages)
` [RFC v1 01/17] Add SafeFetch double-fetch protection to the kernel
` [RFC v1 02/17] x86: syscall: support caching in do_syscall_64()
` [RFC v1 03/17] x86: asm: support caching in do_get_user_call()
` [RFC v1 04/17] sched: add protection to task_struct
` [RFC v1 05/17] uaccess: add non-caching copy_from_user functions
` [RFC v1 06/17] futex: add get_user_no_dfcache() functions
` [RFC v1 07/17] gup: add non-caching get_user call to fault_in_readable()
` [RFC v1 08/17] init: add caching startup and initialization to start_kernel()
` [RFC v1 09/17] exit: add destruction of SafeFetch caches and debug info to do_exit()
` [RFC v1 10/17] iov_iter: add SafeFetch pinning call to copy_from_user_iter()
` [RFC v1 11/17] kernel: add SafeFetch cache handling to dup_task_struct()
` [RFC v1 12/17] bug: add SafeFetch statistics tracking to __report_bug() calls
` [RFC v1 13/17] softirq: add SafeFetch statistics to irq_enter_rc() and irq_exit()
` [RFC v1 14/17] makefile: add SafeFetch support to makefiles
` [RFC v1 15/17] kconfig: debug: add SafeFetch to debug kconfig
` [RFC v1 16/17] x86: enable SafeFetch on x86_64 builds
` [RFC v1 17/17] vfs: ioctl: add logging to ioctl_file_dedupe_range() for testing

[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-07-11  7:05 UTC  (7+ messages)
` [PATCH v5 09/12] tee: add Qualcomm TEE driver
` [PATCH v5 12/12] Documentation: tee: Add "

[PATCH v3] printk: kunit: support offstack cpumask
 2025-07-10 15:51 UTC 

[PATCH 0/3] printk: KUnit: Followup fixes for the new KUnit test
 2025-07-10 15:29 UTC  (10+ messages)
` [PATCH 2/3] printk: kunit: support offstack cpumask

[PATCH] crypto: zstd - replace zero-length array with flexible array member
 2025-07-10  8:18 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).