linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-22 05:28:03 to 2025-08-28 16:00:48 UTC [more...]

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-28 16:00 UTC  (16+ messages)
` [PATCH v6 01/15] devres: provide devm_kmemdup_const()
` [PATCH v6 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v6 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v6 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v6 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v6 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v6 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v6 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v6 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v6 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v6 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v6 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v6 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v6 15/15] pinctrl: qcom: make the pinmuxing strict

[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-28 15:05 UTC  (12+ messages)

[RFC PATCH 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
 2025-08-28 14:57 UTC  (33+ messages)
` [RFC PATCH 2/7] mangle: Introduce C typeinfo mangling API
` [RFC PATCH 3/7] kcfi: Add core Kernel Control Flow Integrity infrastructure
` [RFC PATCH 4/7] x86: Add x86_64 Kernel Control Flow Integrity implementation

[PATCH net-next v9 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-28 13:20 UTC  (13+ messages)
` [PATCH net-next v9 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH net-next v9 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH net-next v9 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v9 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v9 5/5] net: rnpgbe: Add register_netdev

[PATCH 0/5] kcfi: Prepare for GCC support
 2025-08-28 12:11 UTC  (22+ messages)
` [PATCH 1/5] compiler_types.h: Move __nocfi out of compiler-specific header
` [PATCH 2/5] x86/traps: Clarify KCFI instruction layout
` [PATCH 3/5] x86/cfi: Add option for cfi=debug bootparam
` [PATCH 4/5] x86/cfi: Remove __noinitretpoline and __noretpoline
` [PATCH 5/5] kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI

[PATCH net-next v7 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-28  2:02 UTC  (26+ messages)
` [PATCH net-next v7 4/5] net: rnpgbe: Add basic mbx_fw support

[RFC][PATCH v2 00/29] introduce kmemdump
 2025-08-27 20:06 UTC  (22+ messages)
` [RFC][PATCH v2 22/29] mm/numa: Register information into Kmemdump

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-08-27 16:09 UTC  (5+ messages)

[PATCH v2] scsi: fc: Avoid -Wflex-array-member-not-at-end warnings
 2025-08-27 16:07 UTC  (3+ messages)

[PATCH v9 0/2] Add ADI I3C Controller
 2025-08-27 13:51 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH v9 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP

[PATCH v8 0/2] Add ADI I3C Controller
 2025-08-27 13:02 UTC  (4+ messages)
` [PATCH v8 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH v8 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP

[PATCH v7 0/2] Add ADI I3C Controller
 2025-08-27 12:15 UTC  (8+ messages)
` [PATCH v7 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH v7 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP

[PATCH] iwlegacy: Remove unused structs and avoid -Wflex-array-member-not-at-end warnings
 2025-08-27 10:05 UTC  (5+ messages)

[PATCH v2] fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-08-27  9:18 UTC  (2+ messages)

[PATCH RFC] slab: support for compiler-assisted type-based slab cache partitioning
 2025-08-27  8:34 UTC  (10+ messages)

[PATCH][next] wifi: iwlwifi: mei: Remove unused flexible-array member in struct iwl_sap_hdr
 2025-08-27  8:15 UTC 

[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-08-27  6:34 UTC  (6+ messages)

[PATCH net-next v8 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-27  6:34 UTC  (8+ messages)
` [PATCH net-next v8 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH net-next v8 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH net-next v8 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v8 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v8 5/5] net: rnpgbe: Add register_netdev

[PATCH v8 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-08-27  6:06 UTC  (6+ messages)
` [PATCH v8 06/11] firmware: qcom: scm: add support for object invocation
` [PATCH v8 09/11] qcomtee: add primordial object

[PATCH][next] scsi: fc: Avoid -Wflex-array-member-not-at-end warnings
 2025-08-27  5:54 UTC  (4+ messages)

[PATCH] arc: Fix __fls() const-foldability via __builtin_clzl()
 2025-08-27  3:41 UTC  (6+ messages)

[RFC PATCH 0/5] tty: Add KUnit test framework for TTY drivers
 2025-08-26 22:51 UTC  (6+ messages)
` [RFC PATCH 1/5] tty: Add KUnit test infrastructure configuration
` [RFC PATCH 2/5] tty: Add KUnit test helper functions
` [RFC PATCH 3/5] tty: Add mock TTY driver for KUnit testing
` [RFC PATCH 4/5] tty: Add KUnit tests for core TTY functionality
` [RFC PATCH 5/5] tty: Add KUnit tests for ttynull driver

[PATCH v3] Fix sanitizer attribute infrastructure to use standard TREE_LIST format [PR113264]
 2025-08-26 18:22 UTC  (2+ messages)

[PATCH] crypto: Prevent kernel-infoleak in rng_recvmsg
 2025-08-26 16:58 UTC  (2+ messages)

[PATCH v2] Fix sanitizer attribute infrastructure to use standard TREE_LIST format [PR113264]
 2025-08-26 16:54 UTC  (3+ messages)

[PATCH v2][next] RDMA/cm: Avoid -Wflex-array-member-not-at-end warning
 2025-08-26 12:00 UTC  (4+ messages)

[PATCH] Fix sanitizer attribute infrastructure to use standard TREE_LIST format [PR113264]
 2025-08-26  5:43 UTC  (3+ messages)

[PATCH] arc: Add const attribute support for mathematical ARC builtins
 2025-08-26  4:22 UTC 

[PATCH v9 0/8] nvme-fc: FPIN link integrity handling
 2025-08-26  2:33 UTC  (2+ messages)
` (subset) "

[PATCH] hardening: Require clang 20.1.0 for __counted_by
 2025-08-25 13:25 UTC  (2+ messages)

[PATCH] tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
 2025-08-25  7:05 UTC  (2+ messages)

[PATCH v2 0/9] panic: introduce panic status function family
 2025-08-25  2:29 UTC  (10+ messages)
` [PATCH v2 1/9] panic: Introduce helper functions for panic state
` [PATCH v2 2/9] fbdev: Use panic_in_progress() helper
` [PATCH v2 3/9] crash_core: use panic_try_start() in crash_kexec()
` [PATCH v2 4/9] panic: use panic_try_start() in nmi_panic()
` [PATCH v2 5/9] panic: use panic_try_start() in vpanic()
` [PATCH v2 6/9] printk/nbcon: use panic_on_this_cpu() helper
` [PATCH v2 7/9] panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
` [PATCH v2 8/9] panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
` [PATCH v2 9/9] watchdog: skip checks when panic is in progress

[PATCH 1/2] ARM: dts: qcom: apq8064-mako: Minor whitespace cleanup
 2025-08-24  2:55 UTC  (2+ messages)
` (subset) "

[PATCH 00/11] power: supply: pmi8998 charger improvements and smb5 support
 2025-08-24  2:55 UTC  (2+ messages)
` (subset) "


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