Linux Hardening
 help / color / mirror / Atom feed
 messages from 2026-01-29 10:28:03 to 2026-02-11 01:41:44 UTC [more...]

[PATCH] fs: Keep long filenames in isolated slab buckets
 2026-02-11  1:41 UTC  (3+ messages)

[PATCH 0/2] Add __counted_by_ptr macro
 2026-02-10 11:29 UTC  (6+ messages)
` [PATCH 1/2] Compiler Attributes: "

[PATCH] ext4: Reject on-disk mount options with missing NUL-terminator
 2026-02-10  9:03 UTC  (8+ messages)

[PATCH v6 0/5] lib and lib/cmdline enhancements
 2026-02-10  7:53 UTC  (9+ messages)
` [PATCH v6 1/5] lib: fix _parse_integer_limit() to handle overflow
` [PATCH v6 2/5] lib: fix memparse() "
` [PATCH v6 3/5] lib: add more string to 64-bit integer conversion overflow tests
` [PATCH v6 4/5] lib/cmdline_kunit: add test case for memparse()
` [PATCH v6 5/5] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings

[PATCH v4] Fix sanitizer attribute infrastructure to use standard TREE_LIST format [PR113264]
 2026-02-10  2:34 UTC  (6+ messages)
  ` 答复: "

[PATCH v2][next] iwlegacy: Avoid multiple -Wflex-array-member-not-at-end warnings
 2026-02-09 22:20 UTC  (5+ messages)

[PATCH v3 0/3] Add Amlogic general DMA
 2026-02-09 21:28 UTC  (10+ messages)
` [PATCH v3 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
` [PATCH v3 2/3] dma: amlogic: Add general DMA driver for A9
` [PATCH v3 3/3] MAINTAINERS: Add an entry for Amlogic DMA driver

[PATCH 1/2] string: move __compiletime_strlen() to string.h
 2026-02-09 14:11 UTC  (9+ messages)
` [PATCH 2/2] powerpc/text-patching: Fix possible stringop-overread compilation error

[PATCH] drm/msm: Adjust msm_iommu_pagetable_prealloc_allocate() allocation type
 2026-02-07  9:13 UTC  (2+ messages)

[PATCH] pstore: ram_core: fix incorrect success return when vmap() fails
 2026-02-07  0:51 UTC  (2+ messages)

[PATCH] pstore/ram: fix buffer overflow in persistent_ram_save_old()
 2026-02-07  0:35 UTC 

[PATCH v2] KVM: arm64: vgic: Handle const qualifier from gic_kvm_info allocation type
 2026-02-06 22:30 UTC 

[PATCH] KVM: arm64: vgic: Handle const qualifier from clusters allocation type
 2026-02-06 22:29 UTC  (2+ messages)

[PATCH] lib/group_cpus: Handle const qualifier from clusters allocation type
 2026-02-06 22:20 UTC 

[PATCH ALTERNATIVE] ext4: Treat s_mount_opts and mount_opts as __nonstring
 2026-02-06 21:58 UTC  (2+ messages)

[Kernel Bug] WARNING in ext4_fill_super
 2026-02-06 20:36 UTC  (7+ messages)

[PATCH v5 0/5] lib and lib/cmdline enhancements
 2026-02-06 10:11 UTC  (16+ messages)
` [PATCH v5 1/5] lib: fix _parse_integer_limit() to handle overflow
` [PATCH v5 2/5] lib: fix memparse() "
` [PATCH v5 3/5] lib: add more string to 64-bit integer conversion overflow tests
` [PATCH v5 4/5] lib/cmdline_kunit: add test case for memparse()
` [PATCH v5 5/5] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings

[PATCH] vsnprintf: drop __printf() attributes on binary printing functions
 2026-02-06  9:28 UTC  (6+ messages)

[PATCH] dm: dm-zoned: Adjust dmz_load_mapping() allocation type
 2026-02-05  4:08 UTC  (3+ messages)

[PATCH v4 0/4] lib and lib/cmdline enhancements
 2026-02-04 11:22 UTC  (8+ messages)
` [PATCH v4 1/4] lib: fix _parse_integer_limit() to handle overflow
` [PATCH v4 2/4] lib: add more string to 64-bit integer conversion overflow tests
` [PATCH v4 3/4] lib/cmdline_kunit: add test case for memparse()
` [PATCH v4 4/4] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings

[PATCH v2 0/3] Add Amlogic general DMA
 2026-02-02 16:10 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
` [PATCH v2 2/3] dma: amlogic: Add general DMA driver for A9

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

[PATCH] pstore/ram: fix buffer overflow in persistent_ram_save_old()
 2026-02-01 13:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 00/41] kernel-doc: make it parse new functions and structs
 2026-01-31 14:25 UTC  (42+ messages)
` [PATCH v4 01/41] docs: kdoc_re: add support for groups()
` [PATCH v4 02/41] docs: kdoc_re: don't go past the end of a line
` [PATCH v4 03/41] docs: kdoc_parser: move var transformers to the beginning
` [PATCH v4 04/41] docs: kdoc_parser: don't mangle with function defines
` [PATCH v4 05/41] docs: kdoc_parser: add functions support for NestedMatch
` [PATCH v4 06/41] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [PATCH v4 07/41] docs: kdoc_parser: fix variable regexes to work with size_t
` [PATCH v4 08/41] docs: kdoc_parser: fix the default_value logic for variables
` [PATCH v4 09/41] docs: kdoc_parser: add some debug for variable parsing
` [PATCH v4 10/41] docs: kdoc_parser: don't exclude defaults from prototype
` [PATCH v4 11/41] docs: kdoc_parser: fix parser to support multi-word types
` [PATCH v4 12/41] docs: kdoc_parser: ignore context analysis and lock attributes
` [PATCH v4 13/41] docs: kdoc_parser: add support for LIST_HEAD
` [PATCH v4 14/41] docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
` [PATCH v4 15/41] docs: kdoc_re: properly handle strings and escape chars on it
` [PATCH v4 16/41] docs: kdoc_re: better show KernRe() at documentation
` [PATCH v4 17/41] docs: kdoc_re: don't recompile NestedMatch regex every time
` [PATCH v4 18/41] docs: kdoc_re: Change NestedMath args replacement to \0
` [PATCH v4 19/41] docs: kdoc_re: make NestedMatch use KernRe
` [PATCH v4 20/41] docs: kdoc_re: add support on NestedMatch for argument replacement
` [PATCH v4 21/41] docs: kdoc_parser: better handle struct_group macros
` [PATCH v4 22/41] docs: kdoc_re: fix a parse bug on struct page_pool_params
` [PATCH v4 23/41] docs: kdoc_re: add a helper class to declare C function matches
` [PATCH v4 24/41] docs: kdoc_parser: use the new CFunction class
` [PATCH v4 25/41] docs: kdoc_parser: minimize differences with struct_group_tagged
` [PATCH v4 26/41] docs: kdoc_parser: move transform lists to a separate file
` [PATCH v4 27/41] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
` [PATCH v4 28/41] docs: kdoc_re: prevent adding whitespaces on sub replacements
` [PATCH v4 29/41] docs: xforms_lists.py: use CFuntion to handle all function macros
` [PATCH v4 30/41] docs: kdoc_files: allows the caller to use a different xforms class
` [PATCH v4 31/41] docs: kdoc_re: Fix NestedMatch.sub() which causes PDF builds to break
` [PATCH v4 32/41] docs: sphinx-build-wrapper: allow -v override -q
` [PATCH v4 33/41] tools: sphinx-build-wrapper: improve its help message
` [PATCH v4 34/41] docs: kdoc_files: document KernelFiles() ABI
` [PATCH v4 35/41] docs: kdoc_output: add optional args to ManOutput class
` [PATCH v4 36/41] docs: sphinx-build-wrapper: better handle troff .TH markups
` [PATCH v4 37/41] docs: kdoc_output: use a more standard order for .TH on man pages
` [PATCH v4 38/41] docs: kdoc_output: describe the class init parameters
` [PATCH v4 39/41] docs: kdoc_output: pick a better default for modulename
` [PATCH v4 40/41] docs: python: add helpers to run unit tests
` [PATCH v4 41/41] tools: unittests: add tests for kernel-doc NestedMatch and KernRe

[PATCH][next] dlm: Avoid -Wflex-array-member-not-at-end warning
 2026-01-31  1:17 UTC  (3+ messages)

[PATCH 00/19] printk cleanup - part 3
 2026-01-30 17:27 UTC  (8+ messages)
` [PATCH 01/19] printk/nbcon: Use an enum to specify the required callback in console_is_usable()
` [PATCH 02/19] printk: Introduce console_is_nbcon
` [PATCH 05/19] printk: Add more context to suspend/resume functions

[PATCH v4 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-30 16:16 UTC  (4+ messages)
` [PATCH v4 2/3] prandom: Add __always_inline version of prandom_u32_state()

[PATCH v3 00/30] kernel-doc: make it parse new functions and structs
 2026-01-30 11:11 UTC  (40+ messages)
` [PATCH v3 07/30] docs: kdoc_parser: fix variable regexes to work with size_t
  ` [Intel-wired-lan] "
` [PATCH v3 08/30] docs: kdoc_parser: fix the default_value logic for variables
  ` [Intel-wired-lan] "
` [PATCH v3 09/30] docs: kdoc_parser: add some debug for variable parsing
  ` [Intel-wired-lan] "
` [PATCH v3 10/30] docs: kdoc_parser: don't exclude defaults from prototype
  ` [Intel-wired-lan] "
` [PATCH v3 11/30] docs: kdoc_parser: fix parser to support multi-word types
  ` [Intel-wired-lan] "
` [PATCH v3 12/30] docs: kdoc_parser: ignore context analysis and lock attributes
  ` [Intel-wired-lan] "
` [PATCH v3 13/30] docs: kdoc_parser: add support for LIST_HEAD
  ` [Intel-wired-lan] "
` [PATCH v3 15/30] docs: kdoc_re: properly handle strings and escape chars on it
  ` [Intel-wired-lan] "
` [PATCH v3 16/30] docs: kdoc_re: better show KernRe() at documentation
  ` [Intel-wired-lan] "
` [PATCH v3 17/30] docs: kdoc_re: don't recompile NextMatch regex every time
  ` [Intel-wired-lan] "
` [PATCH v3 18/30] docs: kdoc_re: Change NestedMath args replacement to \0
  ` [Intel-wired-lan] "
` [PATCH v3 19/30] docs: kdoc_re: make NextedMatch use KernRe
  ` [Intel-wired-lan] "
` [PATCH v3 20/30] docs: kdoc_re: add support on NestedMatch for argument replacement
  ` [Intel-wired-lan] "
` [PATCH v3 23/30] docs: kdoc_parser: better handle struct_group macros
  ` [Intel-wired-lan] "
` [PATCH v3 25/30] docs: kdoc_re: add a helper class to declare C function matches
  ` [Intel-wired-lan] "
` [PATCH v3 26/30] docs: kdoc_parser: use the new CFunction class
  ` [Intel-wired-lan] "
` [PATCH v3 27/30] docs: kdoc_parser: minimize differences with struct_group_tagged
  ` [Intel-wired-lan] "
` [PATCH v3 28/30] docs: kdoc_parser: move transform lists to a separate file
  ` [Intel-wired-lan] "
` [PATCH v3 29/30] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
  ` [Intel-wired-lan] [PATCH v3 29/30] docs: kdoc_re: don't remove the trailing "; " "

[PATCH v6 1/8] lib/string_kunit: add correctness test for strlen()
 2026-01-30  1:31 UTC  (4+ messages)

[PATCH v2 0/2] Simplify kallsyms offset table generation
 2026-01-30  0:10 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