Linux Hardening
 help / color / mirror / Atom feed
 messages from 2025-05-27 06:57:22 to 2025-06-16 10:49:54 UTC [more...]

[PATCH v12 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-16 10:49 UTC  (14+ messages)
` [PATCH v12 1/5] rust: add bindings for bitmap.h
` [PATCH v12 2/5] rust: add bindings for bitops.h
` [PATCH v12 3/5] rust: add bitmap API
` [PATCH v12 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v12 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH v9 0/7 RESEND] Enable EINJv2 Support
 2025-06-13 17:40 UTC  (13+ messages)
` [PATCH v9 1/7] ACPI: APEI: EINJ: Fix kernel test sparse warnings
` [PATCH v9 2/7] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH v9 3/7] ACPI: APEI: EINJ: Add einjv2 extension struct
` [PATCH v9 4/7] ACPI: APEI: EINJ: Discover EINJv2 parameters
` [PATCH v9 5/7] ACPI: APEI: EINJ: Create debugfs files to enter device id and syndrome
` [PATCH v9 6/7] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [PATCH v9 7/7] ACPI: APEI: EINJ: Update the documentation for EINJv2 support

[PATCH RFC 0/7] i3c: add driver for the Renesas IP and support RZ/G3S+G3E
 2025-06-13 14:41 UTC  (11+ messages)
` [PATCH RFC 4/7] i3c: add driver for Renesas I3C IP

[PATCH] platform/x86: thinkpad_acpi: Handle KCOV __init vs inline mismatches
 2025-06-13 10:14 UTC  (2+ messages)

[RFC PATCH] um: replace deprecated strncpy with strscpy
 2025-06-12 16:09 UTC  (3+ messages)

[PATCH v5 0/2] ESWIN EIC7700 pinctrl driver
 2025-06-12 10:51 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: pinctrl: eswin: Document for EIC7700 SoC
` [PATCH v5 2/2] pinctrl: eswin: Add EIC7700 pinctrl driver

[PATCH v11 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-12  9:42 UTC  (12+ messages)
` [PATCH v11 1/5] rust: add bindings for bitmap.h
` [PATCH v11 2/5] rust: add bindings for bitops.h
` [PATCH v11 3/5] rust: add bitmap API
` [PATCH v11 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v11 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH v3] printk: ringbuffer: Add KUnit test
 2025-06-12  6:29 UTC 

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

[PATCH v2][next] NFSD: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-11 22:58 UTC 

[PATCH v3][next] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-11 19:52 UTC 

[PATCH v10 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-11 19:36 UTC  (11+ messages)
` [PATCH v10 1/5] rust: add bindings for bitmap.h
` [PATCH v10 2/5] rust: add bindings for bitops.h
` [PATCH v10 3/5] rust: add bitmap API
` [PATCH v10 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v10 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH v2] printk: ringbuffer: Add KUnit test
 2025-06-11 14:40 UTC  (3+ messages)

[PATCH v8 00/10] Add pinctrl support for the AAEON UP board FPGA
 2025-06-11  9:00 UTC  (11+ messages)
` [PATCH v8 01/10] gpiolib: add support to register sparse pin range
` [PATCH v8 02/10] gpio: aggregator: move GPIO forwarder allocation in a dedicated function
` [PATCH v8 03/10] gpio: aggregator: refactor the code to add GPIO desc in the forwarder
` [PATCH v8 04/10] gpio: aggregator: refactor the forwarder registration part
` [PATCH v8 05/10] gpio: aggregator: update gpiochip_fwd_setup_delay_line() parameters
` [PATCH v8 06/10] gpio: aggregator: export symbols of the GPIO forwarder library
` [PATCH v8 07/10] gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
` [PATCH v8 08/10] gpio: aggregator: add possibility to attach data to the forwarder
` [PATCH v8 09/10] lib/string_choices: Add str_input_output() helper
` [PATCH v8 10/10] pinctrl: Add pin controller driver for AAEON UP boards

[PATCH v7 00/10] Add pinctrl support for the AAEON UP board FPGA
 2025-06-10 22:10 UTC  (15+ messages)
` [PATCH v7 01/10] gpiolib: add support to register sparse pin range
` [PATCH v7 02/10] gpio: aggregator: move GPIO forwarder allocation in a dedicated function
` [PATCH v7 03/10] gpio: aggregator: refactor the code to add GPIO desc in the forwarder
` [PATCH v7 04/10] gpio: aggregator: refactor the forwarder registration part
` [PATCH v7 05/10] gpio: aggregator: update gpiochip_fwd_setup_delay_line() parameters
` [PATCH v7 06/10] gpio: aggregator: export symbols of the GPIO forwarder library
` [PATCH v7 07/10] gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
` [PATCH v7 08/10] gpio: aggregator: add possibility to attach data to the forwarder
` [PATCH v7 09/10] lib/string_choices: Add str_input_output() helper
` [PATCH v7 10/10] pinctrl: Add pin controller driver for AAEON UP boards

[PATCH] crypto: Annotate crypto strings with nonstring
 2025-06-10 18:41 UTC  (2+ messages)

[PATCH v2] platform/chrome: chromeos_pstore: Add ecc_size module parameter
 2025-06-10 15:10 UTC  (2+ messages)

[PATCH] smp: Replace deprecated strcpy() with strscpy()
 2025-06-10 10:47 UTC  (5+ messages)

[PATCH RESEND] mux: Convert mux_control_ops to a flex array member in mux_chip
 2025-06-10 10:40 UTC 

[PATCH v2] slab: Decouple slab_debug and no_hash_pointers
 2025-06-10  8:35 UTC  (7+ messages)

[PATCH] platform/chrome: chromeos_pstore: Add ecc_size module parameter
 2025-06-10  2:51 UTC 

[PATCH 0/1] disable __counted_by for clang < 19.1.3
 2025-06-09 13:51 UTC  (4+ messages)
` [PATCH 1/1] Compiler Attributes: "

[PATCH v6 00/12] Add pinctrl support for the AAEON UP board FPGA
 2025-06-09  9:01 UTC  (4+ messages)
` [PATCH v6 12/12] pinctrl: Add pin controller driver for AAEON UP boards

Introdunction
 2025-06-07 12:40 UTC 

[PATCH v8 0/7] Enable EINJv2 Support
 2025-06-04 23:44 UTC  (9+ messages)
` [PATCH v8 1/7] ACPI: APEI: EINJ: Fix kernel test sparse warnings
` [PATCH v8 2/7] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH v8 3/7] ACPI: APEI: EINJ: Add einjv2 extension struct
` [PATCH v8 4/7] ACPI: APEI: EINJ: Discover EINJv2 parameters
` [PATCH v8 5/7] ACPI: APEI: EINJ: Create debugfs files to enter device id and syndrome
` [PATCH v8 6/7] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [PATCH v8 7/7] ACPI: APEI: EINJ: Update the documentation for EINJv2 support

i915 utils: range_overflows*()
 2025-06-04  8:59 UTC  (5+ messages)
      ` [RFC] drm/i915/utils: document range_overflows*() macros

[Self- Introduction] - Stefan Weigl-Bosker
 2025-06-04  1:51 UTC 

[PATCH] overflow: Introduce __DEFINE_FLEX for having no initializer
 2025-06-03 13:55 UTC  (2+ messages)

[PATCH] lib/tests: Make RANDSTRUCT_KUNIT_TEST depend on RANDSTRUCT
 2025-06-02 18:19 UTC  (4+ messages)

[PATCH] lib/tests: Make FORTIFY_KUNIT_TEST depend on FORTIFY_SOURCE
 2025-06-02 18:11 UTC  (2+ messages)

[PATCH] ubsan: Fix incorrect hand-side used in handle
 2025-06-02 18:06 UTC  (2+ messages)

[PATCH v9 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-02 13:11 UTC  (10+ messages)
` [PATCH v9 2/5] rust: add bindings for bitops.h
` [PATCH v9 3/5] rust: add bitmap API

[GIT PULL] require gcc-8 and binutils-2.30
 2025-05-31 15:30 UTC  (3+ messages)

[PATCH] randstruct: gcc-plugin: Fix attribute addition
 2025-05-31  4:33 UTC  (2+ messages)

[PATCH 3/3] Revert "hardening: Disable GCC randstruct for COMPILE_TEST"
 2025-05-30 22:31 UTC  (6+ messages)

[PATCH v3][next] overflow: Fix direct struct member initialization in _DEFINE_FLEX()
 2025-05-30 18:52 UTC  (4+ messages)

[PATCH v9 3/5] rust: add bitmap API
 2025-05-29 20:15 UTC  (3+ messages)

[PATCH] arm64: tegra: Enable ramoops on Tegra210 and newer
 2025-05-29  8:52 UTC  (12+ messages)

[PATCH] ubsan: integer-overflow: depend on BROKEN to keep this out of CI
 2025-05-29  6:00 UTC  (6+ messages)

[linus:master] [crypto] 40b9969796: UBSAN:unsigned-integer-overflow_in_lib/crypto/chacha20poly1305-selftest.c
 2025-05-28 17:41 UTC  (5+ messages)

[PATCH v9 4/5] rust: add find_bit_benchmark_rust module
 2025-05-28  9:10 UTC  (2+ messages)

[PATCH net-next v2 0/8] net: Convert dev_set_mac_address() to struct sockaddr_storage
 2025-05-27 18:43 UTC  (5+ messages)
` [PATCH net-next v2 8/8] net: core: Convert dev_set_mac_address_user() to use "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox