Linux Hardening
 help / color / mirror / Atom feed
 messages from 2026-08-26 16:17:21 to 2026-09-03 10:09:02 UTC [more...]

[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
 2026-09-03 10:08 UTC  (48+ messages)
` [PATCH v4 01/27] cxl: Fix resource.c include path and export cxl_restore_hdm_after_pci_reset
` [PATCH v4 02/27] cxl/regs: Skip sub-block region request for BAR-owning drivers
` [PATCH v4 03/27] cxl: Move component register defines to uapi/cxl/cxl_regs.h
` [PATCH v4 04/27] cxl: Establish media readiness in cxl_mem_probe()
` [PATCH v4 06/27] vfio/pci: Add CXL ops registration interface
` [PATCH v4 07/27] vfio/pci: Detect CXL devices and load vfio-cxl on demand
` [PATCH v4 08/27] vfio/cxl: Add the vfio-cxl module skeleton
` [PATCH v4 09/27] vfio/cxl: Create the CXL memory device at bind
` [PATCH v4 10/27] vfio/cxl: Reject unsupported decoder topologies "
` [PATCH v4 11/27] vfio/cxl: Own the whole component register BAR
` [PATCH v4 12/27] vfio/pci: Let a provider exclude a BAR sub-range from mmap
` [PATCH v4 14/27] vfio: Add CXL region type for the HDM region
` [PATCH v4 15/27] vfio/pci: Call CXL open and close hooks around device use
` [PATCH v4 16/27] vfio/cxl: Shadow the CXL DVSEC body at open
` [PATCH v4 17/27] vfio/cxl: Virtualize the CXL DVSEC
` [PATCH v4 18/27] vfio/cxl: Expose the HDM memory and trap the decoder registers
` [PATCH v4 22/27] vfio/cxl: Revoke the HDM mapping on reset and power transitions
` [PATCH v4 23/27] vfio/cxl: Refresh the decoder snapshot after a device reset
` [PATCH v4 24/27] vfio/cxl: Service a guest-triggered CXL reset
` [PATCH v4 25/27] vfio/pci: Provide an opt-out for the CXL Type-2 extensions
` [PATCH v4 27/27] selftests/vfio: Add CXL Type-2 passthrough corner-case tests

[PATCH RFC v9 00/25] pkeys-based page table hardening
 2026-09-03  9:14 UTC  (31+ messages)
` [PATCH RFC v9 01/25] mm: Introduce kpkeys
` [PATCH RFC v9 02/25] set_memory: Introduce set_memory_pkey() stub
` [PATCH RFC v9 03/25] arm64: mm: Enable overlays for all EL1 indirect permissions
` [PATCH RFC v9 04/25] arm64: Introduce por_elx_set_pkey_perms() helper
` [PATCH RFC v9 05/25] arm64: Implement asm/kpkeys.h using POE
` [PATCH RFC v9 07/25] arm64: Context-switch POR_EL1
` [PATCH RFC v9 08/25] arm64: Initialize POR_EL1 register on cpu_resume()
` [PATCH RFC v9 09/25] arm64: Enable kpkeys
` [PATCH RFC v9 13/25] mm: kpkeys: Introduce early page table allocator
` [PATCH RFC v9 14/25] mm: kpkeys: Protect vmemmap page tables

[PATCH v12 0/3] Add Amlogic general DMA
 2026-09-03  7:42 UTC  (5+ messages)
` [PATCH v12 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
` [PATCH v12 2/3] dmaengine: amlogic: Add general DMA driver for A9
` [PATCH v12 3/3] MAINTAINERS: Add an entry for Amlogic DMA driver

[PATCH] KMSAN: fix memset() when using fortify-source, again
 2026-09-03  3:39 UTC  (2+ messages)

[PATCH v11 0/7] mm: optimize zone-device memmap initialization
 2026-09-03  2:58 UTC  (14+ messages)
` [PATCH v11 1/7] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v11 2/7] mm: add a set_page_section_from_pfn() helper
` [PATCH v11 3/7] mm: add a template-based fast path for zone-device page init
` [PATCH v11 4/7] mm: extend the template fast path to zone-device compound tails
` [PATCH v11 5/7] string: introduce memcpy_nontemporal()
` [PATCH v11 6/7] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v11 7/7] x86/string: extend memcpy_flushcache() fixed-size fastpaths

[PATCH net-next v2 0/7] net: mctp: usblib: Increase coverage of kunit testing
 2026-09-03  2:42 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: mctp: usblib: Add to parameterized kunit tests
` [PATCH net-next v2 2/7] net: mctp: usblib: Add test for splits inside headers
` [PATCH net-next v2 3/7] net: mctp: usblib: Add tests of invalid headers
` [PATCH net-next v2 4/7] net: mctp: usblib: Complete rx tests
` [PATCH net-next v2 5/7] net: mctp: usblib: Simplify allocation logic in mctp_usblib_test_rx_init
` [PATCH net-next v2 6/7] net: mctp: usblib: Add initial kunit tx tests
` [PATCH net-next v2 7/7] net: mctp: usblib: Add test for failing append

[RFC v3 0/5] Bootpatch-SLR: Randomizing Linux Kernel Structure Layouts at Boot
 2026-09-03  0:43 UTC  (2+ messages)

[RFC][PATCH 0/3] SPSLR-v3 cleanups
 2026-09-02 23:33 UTC  (4+ messages)
` [PATCH 1/3] gcc-plugins: pinpoint: use quoted includes for internal headers
` [PATCH 2/3] gcc-plugins: sanemaker: make the no-op trap macros statement-safe
` [PATCH 3/3] gcc-plugins: pinpoint: move to subdirectory

[PATCH v16 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
 2026-09-02 16:49 UTC  (8+ messages)
` [PATCH v16 1/7] kcfi: Introduce KCFI typeinfo mangling API
` [PATCH v16 2/7] kcfi: Add core Kernel Control Flow Integrity infrastructure
` [PATCH v16 3/7] kcfi: Add regression test suite
` [PATCH v16 4/7] x86: Add x86_64 Kernel Control Flow Integrity implementation
` [PATCH v16 5/7] aarch64: Add AArch64 "
` [PATCH v16 6/7] arm: Add ARM 32-bit "
` [PATCH v16 7/7] riscv: Add RISC-V "

[PATCH v5] io_uring/register: add IORING_REGISTER_CLONE_FILES opcode
 2026-09-02 13:40 UTC  (6+ messages)
` [PATCH v6] "

[PATCH v2] kstack_erase: suppress -grecord-gcc-switches for external module builds
 2026-09-02  5:21 UTC  (6+ messages)
` [PATCH v3] scripts/gcc-plugins: suppress recorded GCC switches for extmod builds

[PATCH v4] hardening: Default randstruct off with rust for better allmodconfig support
 2026-09-01 23:07 UTC  (5+ messages)

[PATCH net-next 0/3] llc: do not run the state machine on out of service connections
 2026-09-01 21:03 UTC  (4+ messages)
` [PATCH net-next 1/3] "
` [PATCH net-next 2/3] llc: report a closed connection for out of service sockets
` [PATCH net-next 3/3] llc: add KUnit tests for the connection state machine bounds

[PATCH] kbuild: ubsan: skip UBSAN for external modules by default
 2026-09-01 18:42 UTC  (4+ messages)

[RFC PATCH v2 0/4] arm64: mm: Map fixmap page tables read-only
 2026-09-01 15:27 UTC  (3+ messages)

[RESEND RFC PATCH v2 00/13] mm/swap: introduce per-priority allocation queues
 2026-09-01 15:01 UTC  (3+ messages)
` [RESEND RFC PATCH v2 09/13] mm/swap: add priority queue for swap device allocation

randstruct_layout_fptr_deep: EXPECTATION FAILED at lib/tests/randstruct_kunit.c:176 (kernel v7.3-rc1, x86_64)
 2026-09-01 14:37 UTC 

[PATCH v2 0/2] vsprintf: Don't leak pointers
 2026-09-01 13:30 UTC  (15+ messages)
` [PATCH v2 1/2] vsprintf: Don't leak pointers for %ps without KALLSYMS enabled
` [PATCH v2 2/2] kallsyms: Document why unresolved symbols are revealed

[PATCH v2 0/5] iio: light: stk3310: per-chip match data and STK36C61 support
 2026-09-01  6:57 UTC  (20+ messages)
` [PATCH v2 1/5] iio: light: stk3310: lower-case the i2c device ID names
` [PATCH v2 2/5] dt-bindings: iio: light: stk33xx: document the Sensortek STK36C61
` [PATCH v2 3/5] iio: light: stk3310: move the data registers into the channel address
` [PATCH v2 4/5] iio: light: stk3310: add per-chip match data
` [PATCH v2 5/5] iio: light: stk3310: support the Sensortek STK36C61

[PATCH v3 0/5] iio: light: stk3310: per-chip match data and STK36C61 support
 2026-09-01  0:51 UTC  (6+ messages)
` [PATCH v3 1/5] iio: light: stk3310: lower-case the i2c device ID names
` [PATCH v3 2/5] dt-bindings: iio: light: stk33xx: document the Sensortek STK36C61
` [PATCH v3 3/5] iio: light: stk3310: move the data registers into the channel address
` [PATCH v3 4/5] iio: light: stk3310: add per-chip match data
` [PATCH v3 5/5] iio: light: stk3310: support the Sensortek STK36C61

[PATCH v7] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support
 2026-08-31 15:36 UTC  (2+ messages)

[PATCH 1/2] userns: Add __counted_by_ptr attribute to struct uid_gid_map
 2026-08-31  9:22 UTC  (15+ messages)
` [PATCH 2/2] userns: Add KUnit test suite for uid_gid_map
` [PATCH v4 1/2] userns: Add __counted_by_ptr attribute to struct uid_gid_map
  ` [PATCH v4 2/2] userns: Add KUnit test suite for uid_gid_map

[PATCH 0/7] net: mctp: usblib: Increase coverage of kunit testing
 2026-08-31  3:43 UTC  (8+ messages)
` [PATCH 1/7] net: mctp: usblib: Add to parameterized kunit tests
` [PATCH 2/7] net: mctp: usblib: Add test for splits inside headers
` [PATCH 3/7] net: mctp: usblib: Add tests of invalid headers
` [PATCH 4/7] net: mctp: usblib: Complete rx tests
` [PATCH 5/7] net: mctp: usblib: Simplify allocation logic in mctp_usblib_test_rx_init
` [PATCH 6/7] net: mctp: usblib: Add initial kunit tx tests
` [PATCH 7/7] net: mctp: usblib: Add test for failing append

[RFC PATCH v2 00/13] mm/swap: introduce per-priority allocation queues
 2026-08-29  7:38 UTC 

Shadow Stack Locking Semantics between arch's
 2026-08-28 17:11 UTC  (9+ messages)

[PATCH v8 0/9] Add support for Qualcomm remoteproc subsystem cooling
 2026-08-28 13:42 UTC  (13+ messages)
` [PATCH v8 7/9] arm64: dts: qcom: talos: Enable CDSP cooling
` [PATCH v8 8/9] arm64: dts: qcom: monaco: "
` [PATCH v8 9/9] arm64: dts: qcom: hamoa: "

[PATCH v7 0/2] leds: Add IS32FL3207 controller support
 2026-08-28  9:30 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: leds: Add IS32FL3207 controller

[PATCH net-next v2 9/9] net: sparx5: add neighbour event handling for L3 routing
 2026-08-27 14:44 UTC  (3+ messages)

[PATCH net-next v2 8/9] net: sparx5: add L3 FIB, nexthop and neighbour entry management
 2026-08-27 13:48 UTC  (3+ messages)

[RFC PATCH] arm64: mm: Map fixmap PTE tables r/o in the linear map
 2026-08-27 12:34 UTC  (8+ messages)

[PATCH v5 0/7] arm64: dts: qcom: Add 3 new devices
 2026-08-27 11:51 UTC  (3+ messages)
` [PATCH v5 1/7] dt-bindings: vendor-prefixes: Add LeEco

[PATCH 1/2] vfs: Annotate struct fdtable's fd field with __counted_by_ptr
 2026-08-27 11:16 UTC  (9+ messages)
  ` [PATCH 2/2] vfs: Add KUnit tests for fdtable
` [PATCH v3 1/2] vfs: Annotate struct fdtable's fd field with __counted_by_ptr
  ` [PATCH v3 2/2] vfs: Add KUnit tests for fdtable

[PATCH v15 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
 2026-08-27  8:03 UTC  (5+ messages)
` [PATCH v15 4/7] x86: Add x86_64 Kernel Control Flow Integrity implementation

[PATCH 2/2] userns: Add KUnit test suite for uid_gid_map
 2026-08-26 22:04 UTC  (4+ messages)
` [PATCH v3 "


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