linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-23 01:41:12 to 2025-07-07 20:46:28 UTC [more...]

[RFC v1 0/3] Add and use seprintf() instead of less ergonomic APIs
 2025-07-07 20:46 UTC  (37+ messages)
` [RFC v1 1/3] vsprintf: Add [v]seprintf(), [v]stprintf()
` [RFC v1 2/3] stacktrace, stackdepot: Add seprintf()-like variants of functions
` [RFC v1 3/3] mm: Use seprintf() instead of less ergonomic APIs
` [RFC v2 0/5] Add and use "
  ` [RFC v2 1/5] vsprintf: Add [v]seprintf(), [v]stprintf()
  ` [RFC v2 2/5] stacktrace, stackdepot: Add seprintf()-like variants of functions
  ` [RFC v2 3/5] mm: Use seprintf() instead of less ergonomic APIs
  ` [RFC v2 4/5] array_size.h: Add ENDOF()
  ` [RFC v2 5/5] mm: Fix benign off-by-one bugs
  ` [RFC v3 0/7] Add and use seprintf() instead of less ergonomic APIs
    ` [RFC v3 1/7] vsprintf: Add [v]seprintf(), [v]stprintf()
    ` [RFC v3 2/7] stacktrace, stackdepot: Add seprintf()-like variants of functions
    ` [RFC v3 3/7] mm: Use seprintf() instead of less ergonomic APIs
    ` [RFC v3 4/7] array_size.h: Add ENDOF()
    ` [RFC v3 5/7] mm: Fix benign off-by-one bugs
    ` [RFC v3 6/7] sprintf: Add [V]STPRINTF()
    ` [RFC v3 7/7] mm: Use [V]STPRINTF() to avoid specifying the array size

[PATCH][next] overflow: Add safe add/sub and compare helpers
 2025-07-07 20:11 UTC 

[PATCH v10 1/7] ACPI: APEI: EINJ: Fix kernel test sparse warnings
 2025-07-07 16:24 UTC  (3+ messages)
` [PATCH] ACPI: APEI: EINJ: Fix trigger actions

[PATCH][V2] fortify: add branch hints on unlikely fortify_panic paths
 2025-07-07 13:45 UTC  (2+ messages)

[PATCH v15 0/4] Initial Marvell PXA1908 support
 2025-07-07 13:15 UTC  (3+ messages)

[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-07-07 12:19 UTC  (9+ messages)
` [PATCH v5 08/12] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v5 09/12] tee: add Qualcomm TEE driver
` [PATCH v5 11/12] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v5 12/12] Documentation: tee: Add Qualcomm TEE driver

[PATCH] mod_devicetable: Enlarge the maximum platform_device_id name length
 2025-07-04 23:49 UTC  (3+ messages)

[PATCH 0/3] printk: KUnit: Followup fixes for the new KUnit test
 2025-07-04 11:41 UTC  (9+ messages)
` [PATCH 1/3] printk: ringbuffer: Explain why the KUnit test ignores failed writes
` [PATCH 2/3] printk: kunit: support offstack cpumask
` [PATCH 3/3] printk: kunit: Fix __counted_by() in struct prbtest_rbdata

[PATCH] crypto: zstd - replace zero-length array with flexible array member
 2025-07-03 22:46 UTC  (3+ messages)

[PATCH 0/2] Add AMD I3C master controller driver and bindings
 2025-07-03 15:24 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: i3c: Add binding for AMD I3C master controller
` [PATCH 2/2] i3c: master: Add AMD I3C bus controller driver

[PATCH v4] btrfs: replace deprecated strcpy with strscpy
 2025-07-03 15:12 UTC  (6+ messages)

[PATCH v5 0/2] ARM: dts: Add support for Meta Clemente BMC
 2025-07-03  9:47 UTC  (7+ messages)
` [PATCH v5 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v5 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC

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

[PATCH] arm64: tegra: Enable ramoops on Tegra210 and newer
 2025-07-03  7:24 UTC  (14+ messages)

[PATCH] kunit/fortify: Add back "volatile" for sizeof() constants
 2025-07-02 21:12 UTC  (6+ messages)

[PATCH net-next 0/6] eth: fbnic: Add firmware logging support
 2025-07-02 20:45 UTC  (8+ messages)
` [PATCH net-next 1/6] eth: fbnic: Fix incorrect minimum firmware version
` [PATCH net-next 2/6] eth: fbnic: Use FIELD_PREP to generate "
` [PATCH net-next 3/6] eth: fbnic: Create ring buffer for firmware logs
` [PATCH net-next 4/6] eth: fbnic: Add mailbox support "
` [PATCH net-next 5/6] eth: fbnic: Enable firmware logging
` [PATCH net-next 6/6] eth: fbnic: Create fw_log file in DebugFS

[BUG] KASAN: slab-out-of-bounds in vsnprintf triggered by large stack frame
 2025-07-02 20:33 UTC  (3+ messages)
    ` [UNDERSTOOD] "

[bug report] printk: ringbuffer: Add KUnit test
 2025-07-02 20:33 UTC  (6+ messages)

[PATCH] ACPI / sysfs: Replace deprecated strcpy() with sysfs_emit
 2025-07-02 18:04 UTC  (2+ messages)

uprobes are destructive but exposed by perf under CAP_PERFMON
 2025-07-02 11:58 UTC  (3+ messages)

[PATCH v4] printk: ringbuffer: Add KUnit test
 2025-07-01 15:24 UTC  (2+ messages)

[PATCH 00/11] power: supply: pmi8998 charger improvements and smb5 support
 2025-06-29 23:14 UTC  (11+ messages)
` [PATCH 01/11] dt-bindings: power: supply: qcom,pmi89980-charger: add pm8150b and 7250b
` [PATCH 09/11] power: supply: qcom_smbx: add smb5 support
` [PATCH 11/11] power: supply: qcom_smbx: program aicl rerun time

[PATCH v4 0/2] ARM: dts: Add support for Meta Clemente BMC
 2025-06-28 12:05 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v4 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC

[PATCH 0/2] Possible TTY privilege escalation in TIOCSTI ioctl
 2025-06-28  1:52 UTC  (11+ messages)
` [PATCH 1/2] selftests/tty: add TIOCSTI test suite
` [PATCH 2/2] selinux: add capability checks for TIOCSTI ioctl

[PATCH v5][for-next/hardening] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-27 20:28 UTC  (3+ messages)

[PATCH][next] fortify: add branch hints on unlikely fortify_panic paths
 2025-06-27 16:47 UTC  (5+ messages)

[PATCH v4][for-next/hardening] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-27 15:52 UTC  (4+ messages)

[PATCH] ACPI / sysfs: Replace deprecated and unsafe functions with sysfs_emit
 2025-06-26  3:33 UTC  (6+ messages)

[PATCH v3][next] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-25 22:24 UTC  (8+ messages)

[PATCH RFC 0/7] i3c: add driver for the Renesas IP and support RZ/G3S+G3E
 2025-06-25 10:00 UTC  (12+ messages)
` [PATCH RFC 4/7] i3c: add driver for Renesas I3C IP

[PATCH v8 00/10] Add pinctrl support for the AAEON UP board FPGA
 2025-06-25  8:26 UTC  (2+ messages)

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-06-25  1:09 UTC  (5+ messages)
` [PATCH v2 10/14] loongarch: Handle KCOV __init vs inline mismatches

[PATCH v3 0/2] ARM: dts: Add support for Meta Clemente BMC
 2025-06-24 23:48 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v3 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC

[PATCH v2 0/2] ARM: dts: Add support for Meta Clemente BMC
 2025-06-24 23:44 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: dts: aspeed: clemente: add "

[PATCH v3 0/4] Support i.MX8MM Mettler Toledo Snowflake board
 2025-06-24 11:04 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: vendor-prefixes: Add Mettler-Toledo
` [PATCH v3 2/4] dt-bindings: arm: fsl: Add Mettler-Toledo Snowflake V2 board
` [PATCH v3 3/4] arm64: dts: freescale: Add Mettler-Toledo Snowflake V2 support
` [PATCH v3 4/4] MAINTAINERS: Add entry for METTLER TOLEDO BOARD SUPPORT

[PATCH v3] pstore/ram: Validate ECC parameters against Reed-Solomon constraint
 2025-06-23  7:22 UTC 

[PATCH v2] pstore/ram: Validate ECC parameters against Reed-Solomon constraint
 2025-06-23  6:51 UTC  (2+ messages)

[PATCH] pstore/ram: Validate ECC parameters against Reed-Solomon constraint
 2025-06-23  4:37 UTC  (3+ messages)

[PATCH v3] platform/chrome: chromeos_pstore: Add ecc_size module parameter
 2025-06-23  2:41 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).