Linux Hardening
 help / color / mirror / Atom feed
 messages from 2026-01-18 11:12:39 to 2026-01-27 01:26:26 UTC [more...]

[PATCH v5 0/8] riscv: optimize string functions and add kunit tests
 2026-01-27  1:25 UTC  (3+ messages)
` [PATCH v5 1/8] lib/string_kunit: add correctness test for strlen()
` [PATCH v5 2/8] lib/string_kunit: add correctness test for strnlen()

[PATCH v3 0/3] lib and lib/cmdline enhancements
 2026-01-26 16:44 UTC  (8+ messages)
` [PATCH v3 1/3] lib: fix _parse_integer_limit() to handle overflow
` [PATCH v3 2/3] lib/cmdline_kunit: add test case for memparse()
` [PATCH v3 3/3] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings

[PATCH v3 0/7] Initial Redmi Note 8T support and more
 2026-01-26 16:34 UTC  (8+ messages)
` [PATCH v3 1/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove board-id
` [PATCH v3 2/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory ranges
` [PATCH v3 3/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebuffer
` [PATCH v3 4/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extcon
` [PATCH v3 5/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio ranges
` [PATCH v3 6/7] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 8T
` [PATCH v3 7/7] arm64: dts: qcom: Add "

[RFC v3 0/6] Improve function parameters in ISO C2y
 2026-01-26 12:49 UTC  (7+ messages)
  ` [RFC v3 1/6] alx-0077r3 - disallow function parameters of function type
  ` [RFC v3 2/6] alx-0076r3 - incompatible array parameters
  ` [RFC v3 3/6] alx-0078r2 - [static n] shouldn't access more than n elements
  ` [RFC v3 4/6] alx-0079r2 - [static n] == non-null [n]
  ` [RFC v3 5/6] alx-0081r2 - array parameters of 0 elements
  ` [RFC v3 6/6] alx-0080r1 - [static] without array length expression

[PATCH v4 0/8] riscv: optimize string functions and add kunit tests
 2026-01-26  9:28 UTC  (12+ messages)
` [PATCH v4 1/8] lib/string_kunit: add correctness test for strlen()
` [PATCH v4 2/8] lib/string_kunit: add correctness test for strnlen()
` [PATCH v4 3/8] lib/string_kunit: add correctness test for strrchr()
` [PATCH v4 4/8] lib/string_kunit: add performance benchmark for strlen()
` [PATCH v4 5/8] lib/string_kunit: extend benchmarks to strnlen() and chr searches
` [PATCH v4 6/8] riscv: lib: add strnlen() implementation
` [PATCH v4 7/8] riscv: lib: add strchr() implementation
` [PATCH v4 8/8] riscv: lib: add strrchr() implementation

[PATCH v2 00/10] arm64: Unmap linear alias of kernel data/bss
 2026-01-26  9:26 UTC  (11+ messages)
` [PATCH v2 01/10] arm64: Move the zero page to rodata
` [PATCH v2 02/10] arm64: Move fixmap page tables to end of kernel image
` [PATCH v2 03/10] arm64: mm: Permit contiguous descriptors to be rewritten
` [PATCH v2 04/10] arm64: mm: Preserve existing table mappings when mapping DRAM
` [PATCH v2 05/10] arm64: mm: Preserve non-contiguous descriptors "
` [PATCH v2 06/10] arm64: mm: Remove bogus stop condition from map_mem() loop
` [PATCH v2 07/10] arm64: mm: Drop redundant pgd_t* argument from map_mem()
` [PATCH v2 08/10] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v2 09/10] arm64: mm: Map the kernel data/bss read-only in the linear map
` [PATCH v2 10/10] arm64: mm: Unmap kernel data/bss entirely from "

[PATCH v2 0/3] lib and lib/cmdline enhancements
 2026-01-23 16:10 UTC  (6+ messages)
` [PATCH v2 1/3] lib: fix _parse_integer_limit() to handle overflow
` [PATCH v2 2/3] lib/cmdline_kunit: add test case for memparse()
` [PATCH v2 3/3] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings

[PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
 2026-01-23 14:15 UTC  (4+ messages)
` [PATCH RFT 4/5] dmaengine: dw-edma: Dynamitc append new request during dmaengine running

[PATCH v3 0/8] riscv: optimize string functions and add kunit tests
 2026-01-23 10:16 UTC  (29+ messages)
` [PATCH v3 1/8] lib/string_kunit: add correctness test for strlen
` [PATCH v3 2/8] lib/string_kunit: add correctness test for strnlen
` [PATCH v3 3/8] lib/string_kunit: add correctness test for strrchr()
` [PATCH v3 4/8] lib/string_kunit: add performance benchmarks for strlen
` [PATCH v3 5/8] lib/string_kunit: extend benchmarks to strnlen and chr searches
` [PATCH v3 6/8] riscv: lib: add strnlen implementation
` [PATCH v3 7/8] riscv: lib: add strchr implementation
` [PATCH v3 8/8] riscv: lib: add strrchr implementation

[PATCH 0/4] arm64: Unmap linear alias of kernel data/bss
 2026-01-23  7:27 UTC  (12+ messages)
` [PATCH 1/4] arm64: Move fixmap page tables to end of kernel image
` [PATCH 2/4] arm64: Map the kernel data/bss read-only in the linear map
` [PATCH 3/4] arm64: Move the zero page to rodata
` [PATCH 4/4] arm64: Unmap kernel data/bss entirely from the linear map

[PATCH 0/2] minor lib/cmdline enhancements
 2026-01-22 15:25 UTC  (7+ messages)
` [PATCH 1/2] lib/cmdline_kunit: add test case for memparse()
` [PATCH 2/2] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings

[RFC/RFT PATCH 00/19] Link the relocatable x86 kernel as PIE
 2026-01-22 14:25 UTC  (19+ messages)
` [RFC/RFT PATCH 01/19] x86/idt: Move idt_table to __ro_after_init section
` [RFC/RFT PATCH 10/19] x86/kvm: Use RIP-relative addressing

[PATCH 00/26] Introduce meminspect
 2026-01-22 10:03 UTC  (7+ messages)
` [PATCH 18/26] mm/memblock: Add MEMBLOCK_INSPECT flag

[net] Revert "net: wwan: mhi_wwan_mbim: Avoid -Wflex-array-member-not-at-end warning"
 2026-01-22  2:18 UTC  (4+ messages)
      `  "

[PATCH v2 0/7] Initial Redmi Note 8T support and more
 2026-01-21 15:31 UTC  (9+ messages)
` [PATCH v2 2/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory ranges
` [PATCH v2 3/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebuffer
` [PATCH v2 5/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio ranges

[PATCH v3 1/2] lib: introduce simple error-checking wrapper for memparse()
 2026-01-21 13:25 UTC  (14+ messages)
  ` [PATCH v4 1/3] "
    ` [PATCH v4 2/3] lib: fix a few comments to match kernel-doc -Wreturn style
    ` [PATCH v4 3/3] xfs: adjust handling of a few numerical mount options

[PATCH v2 0/7] thermal: samsung: Add support for Google GS101 TMU
 2026-01-21  7:52 UTC  (9+ messages)
` [PATCH v2 1/7] dt-bindings: thermal: Add "
` [PATCH v2 2/7] firmware: samsung: acpm: Add TMU protocol support
` [PATCH v2 3/7] firmware: samsung: acpm: Add devm_acpm_get_by_phandle helper
` [PATCH v2 4/7] thermal: samsung: Add support for GS101 TMU
` [PATCH v2 5/7] MAINTAINERS: Add entry for Samsung Exynos ACPM thermal driver
` [PATCH v2 6/7] arm64: dts: exynos: gs101: Add thermal management unit
` [PATCH v2 7/7] arm64: defconfig: enable Exynos ACPM thermal support

[PATCH 0/2] Add __counted_by_ptr macro
 2026-01-20 21:06 UTC  (6+ messages)
` [PATCH 2/2] memblock: annotate struct memblock_type with __counted_by_ptr

[PATCH 1/2] Compiler Attributes: Add __counted_by_ptr macro
 2026-01-20 19:15 UTC  (7+ messages)
` [PATCH v4 "

[PATCH v4 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-20 18:45 UTC  (15+ messages)
` [PATCH v4 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v4 2/3] prandom: Add __always_inline version of prandom_u32_state()
` [PATCH v4 3/3] randomize_kstack: Unify random source across arches

[RFC PATCH] arm64: Bring back linear map randomization using PArange override
 2026-01-19 15:18 UTC  (2+ messages)

[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-19 12:59 UTC  (11+ messages)
` [PATCH v3 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v3 2/3] prandom: Convert prandom_u32_state() to __always_inline
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches

[PATCH 0/8] thermal: samsung: Add support for Google GS101 TMU
 2026-01-19 12:57 UTC  (5+ messages)
` [PATCH 1/8] dt-bindings: thermal: Add "

[PATCH v2 00/14] riscv: optimize string functions and add kunit tests
 2026-01-19  9:24 UTC  (3+ messages)

[PATCH v4 00/10] Initial support for Samsung Galaxy Tab 2 series
 2026-01-19  7:17 UTC  (15+ messages)
` (no subject)
` [PATCH v4 01/10] ARM: dts: twl6032: Add DTS file for TWL6032 PMIC
` [PATCH v4 02/10] dt-bindings: vendor-prefixes: Add Doestek
` [PATCH v4 03/10] dt-bindings: display: bridge: lvds-codec: add doestek,dtc34lm85am
` [PATCH v4 04/10] dt-bindings: display: panel-lvds: Add compatible for Samsung LTN070NL01 Panel
` [PATCH v4 05/10] dt-bindings: display: panel-lvds: Add compatible for Samsung LTN101AL03 Panel
` [PATCH v4 06/10] ARM: dts: ti: omap: espresso-common: Add common device tree for Samsung Galaxy Tab 2 series
` [PATCH v4 07/10] dt-bindings: omap: Add Samsung Galaxy Tab 2 7.0
` [PATCH v4 08/10] ARM: dts: ti: omap: samsung-espresso7: Add initial support for "
` [PATCH v4 09/10] dt-bindings: omap: Add Samsung Galaxy Tab 2 10.1
` [PATCH v4 10/10] ARM: dts: ti: omap: samsung-espresso10: Add initial support for "

(no subject)
 2026-01-19  3:40 UTC  (2+ messages)
` [PATCH v4 01/10] ARM: dts: twl6032: Add DTS file for TWL6032 PMIC

[PATCH] rust: bindgen: disable GCC latent entropy plugin
 2026-01-18 22:47 UTC  (2+ messages)

[PATCH v2 08/14] lib/string_kunit: add performance benchmark for strlen()
 2026-01-18 11:11 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