Linux Hardening
 help / color / mirror / Atom feed
 messages from 2026-05-17 15:44:31 to 2026-05-22 10:11:36 UTC [more...]

[DRAFT][PATCH] scsi: scsi_transport_fc: widen FPIN pname walker counter to u32
 2026-05-22 10:11 UTC  (10+ messages)
` [PATCH] "
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v2 0/7] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-22  7:49 UTC  (10+ messages)
` [PATCH v2 1/7] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v2 2/7] mm: add a set_page_section_from_pfn() helper
` [PATCH v2 3/7] mm: add a template-based fast path for zone-device page init
` [PATCH v2 4/7] mm: extend the template fast path to zone-device compound tails
` [PATCH v2 5/7] string: introduce memcpy_streaming() helpers
` [PATCH v2 6/7] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v2 7/7] mm: use memcpy_streaming() in zone-device template copies

[PATCH] mm/util: Use kmalloc buckets for kmemdup_nul()
 2026-05-21 17:46 UTC  (3+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-21 17:44 UTC  (16+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH] nios2: remove the architecture
 2026-05-21 15:37 UTC  (18+ messages)

[PATCH v5 0/8] nvmem: Add Raspberry Pi OTP nvmem driver
 2026-05-21 14:38 UTC  (15+ messages)
` [PATCH v5 1/8] soc: bcm2835: Use IS_REACHABLE for function declaration
` [PATCH v5 2/8] nvmem: core: Enforce stride and alignment checks for nvmem_device functions
` [PATCH v5 3/8] dt-bindings: raspberrypi,bcm2835-firmware: Add bcm2712-firmware compatible
` [PATCH v5 4/8] nvmem: Add the Raspberry Pi OTP driver
` [PATCH v5 5/8] firmware: raspberrypi: register nvmem driver
` [PATCH v5 6/8] arm64: dts: broadcom: bcm2712: add raspberrypi,bcm2712-firmware compatible
` [PATCH v5 7/8] dt-bindings: raspberrypi,bcm2835-firmware: Drop unnecessary select
` [PATCH v5 8/8] arm64: defconfig: Enable the raspberrypi otp driver as module

[PATCH v5 00/13] AD9910 Direct Digital Synthesizer
 2026-05-21 13:48 UTC  (23+ messages)
` [PATCH v5 01/13] iio: core: validate file offset in iio_debugfs_write_reg()
` [PATCH v5 02/13] iio: core: support 64-bit register through debugfs
` [PATCH v5 03/13] iio: core: add hierarchical channel relationships
` [PATCH v5 04/13] Documentation: ABI: testing: add parent entry for iio channels
` [PATCH v5 05/13] dt-bindings: iio: frequency: add ad9910
` [PATCH v5 06/13] iio: frequency: ad9910: initial driver implementation
` [PATCH v5 07/13] iio: frequency: ad9910: add basic parallel port support
` [PATCH v5 08/13] iio: frequency: ad9910: add digital ramp generator support
` [PATCH v5 09/13] iio: frequency: ad9910: add RAM mode support
` [PATCH v5 10/13] iio: frequency: ad9910: add output shift keying support
` [PATCH v5 11/13] iio: frequency: ad9910: show channel priority in debugfs
` [PATCH v5 12/13] Documentation: ABI: testing: add docs for ad9910 sysfs entries
` [PATCH v5 13/13] docs: iio: add documentation for ad9910 driver

[PATCHv2] platform/x86/intel/tpmi/plr: allocate die_info with plr
 2026-05-21 10:33 UTC  (2+ messages)

[PATCH v8 0/3] Add Amlogic general DMA
 2026-05-21  8:12 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
` [PATCH v8 2/3] dmaengine: amlogic: Add general DMA driver for A9
` [PATCH v8 3/3] MAINTAINERS: Add an entry for Amlogic DMA driver

[PATCH] tracing: Use flexible array for entry fetch code
 2026-05-21  3:09 UTC  (2+ messages)

[PATCHv2] tracing: simplify pages allocation
 2026-05-21  2:55 UTC  (2+ messages)

[PATCH] tracing: simplify pages allocation
 2026-05-20 19:38 UTC  (2+ messages)

[PATCH 0/2] riscv: lib: add optimized memchr() and extend KUnit tests
 2026-05-20 15:55 UTC  (3+ messages)
` [PATCH 1/2] riscv: lib: add memchr() implementation
` [PATCH 2/2] lib/string_kunit: extend benchmarks and unit test to memchr()

[PATCH v3 00/15] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-05-20 15:39 UTC  (5+ messages)
` [PATCH v3 13/15] media: qcom: camss: Add CAMSS Offline Processing Engine driver

[RFC] hardening/fuzzing project idea: KASAN redzone before skb_shared_info
 2026-05-20 14:37 UTC  (3+ messages)

[PATCH v6 0/2] riscv: lib: add optimized memcmp() and extend KUnit tests
 2026-05-20 12:39 UTC  (3+ messages)
` [PATCH v6 1/2] riscv: lib: add memcmp() implementation
` [PATCH v6 2/2] lib/string_kunit: extend benchmarks and unit test to memcmp()

[PATCH RFC v4 00/10] AD9910 Direct Digital Synthesizer
 2026-05-20  9:54 UTC  (20+ messages)
` [PATCH RFC v4 03/10] iio: frequency: ad9910: initial driver implementation
` [PATCH RFC v4 09/10] Documentation: ABI: testing: add docs for ad9910 sysfs entries
` [PATCH RFC v4 10/10] docs: iio: add documentation for ad9910 driver

[PATCH v2] mmc: mmc_test: Fix counter tracking in mmc_test_alloc_mem()
 2026-05-20  7:41 UTC  (7+ messages)

[PATCH v5 0/2] riscv: lib: add optimized memcmp() and extend KUnit tests
 2026-05-20  0:45 UTC  (4+ messages)
` [PATCH v5 1/2] riscv: lib: add memcmp() implementation
` [PATCH v5 2/2] lib/string_kunit: extend benchmarks and unit test to memcmp()

[PATCH v4 1/3] slab: support for compiler-assisted type-based slab cache partitioning
 2026-05-19 23:57 UTC  (4+ messages)

[RFC] TID v2.0: kernel module for cache-line zeroization against Flush+Reload (CLFLUSHOPT + LFENCE + REP STOSQ)
 2026-05-19 21:41 UTC  (2+ messages)

[PATCH] string: use min in sized_strscpy
 2026-05-19 19:37 UTC  (2+ messages)

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-19 16:28 UTC  (18+ messages)

[PATCH v4 0/5] nvmem: Add Raspberry Pi OTP nvmem driver
 2026-05-19 15:20 UTC  (11+ messages)
` [PATCH v4 2/5] nvmem: Add the Raspberry Pi OTP driver
` [PATCH v4 3/5] firmware: raspberrypi: register nvmem driver

[PATCH v5 00/13] arm64: Unmap linear alias of kernel data/bss
 2026-05-19 15:16 UTC  (14+ messages)
` [PATCH v5 01/13] arm64: mm: Map the linear alias of text/rodata as tagged
` [PATCH v5 02/13] mm: Make empty_zero_page[] const
` [PATCH v5 03/13] arm64: mm: Preserve existing table mappings when mapping DRAM
` [PATCH v5 04/13] arm64: mm: Preserve non-contiguous descriptors "
` [PATCH v5 05/13] arm64: mm: Remove bogus stop condition from map_mem() loop
` [PATCH v5 06/13] arm64: mm: Drop redundant pgd_t* argument from map_mem()
` [PATCH v5 07/13] arm64: mm: Permit contiguous descriptors to be rewritten
` [PATCH v5 08/13] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
` [PATCH v5 09/13] arm64: mm: Permit contiguous attribute for preliminary mappings
` [PATCH v5 10/13] arm64: Move fixmap page tables to end of kernel image
` [PATCH v5 11/13] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v5 12/13] arm64: mm: Map the kernel data/bss read-only in the linear map
` [PATCH v5 13/13] arm64: mm: Unmap kernel data/bss entirely from "

[PATCH] mmc: mmc_test: Fix __counted_by handling after kzalloc_flex() conversion
 2026-05-19 12:48 UTC  (5+ messages)

[PATCH v4 0/2] riscv: lib: add optimized memcmp() and extend KUnit tests
 2026-05-19  9:09 UTC  (4+ messages)
` [PATCH v4 1/2] riscv: lib: add memcmp() implementation
` [PATCH v4 2/2] lib/string_kunit: extend benchmarks and unit test to memcmp()

[PATCH wireless-next] wifi: mwifiex: Use flexible array for RX reorder table
 2026-05-19  6:47 UTC  (2+ messages)

[PATCH] lib: objagg: Use flexible arrays for object storage
 2026-05-19  1:58 UTC 

[PATCH v2 00/16] Bump minimum version of LLVM for building the kernel to 17.0.1
 2026-05-18 21:05 UTC  (7+ messages)
` [PATCH v2 02/16] security/Kconfig.hardening: Remove tautological condition from CC_HAS_ZERO_CALL_USED_REGS
` [PATCH v2 03/16] security/Kconfig.hardening: Remove tautological condition from FORTIFY_SOURCE
` [PATCH v2 04/16] security/Kconfig.hardening: Remove tautological condition from CC_HAS_RANDSTRUCT
` [PATCH v2 08/16] riscv: Remove tautological condition from selection of ARCH_SUPPORTS_CFI

[PATCH] [RFC] ubsan: turn off UBSAN_ALIGNMENT on s390
 2026-05-18  7:45 UTC  (3+ messages)

[PATCH 0/2] pinctrl: starfive: Fix some jh7110 issues found in late review
 2026-05-18  2:39 UTC  (4+ messages)
` [PATCH 1/2] pinctrl: starfive: jh7110: Use __counted_by() flexarray
` [PATCH 2/2] pinctrl: starfive: jh7110: Avoid ifdeffery


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