Linux Hardening
 help / color / mirror / Atom feed
 messages from 2026-03-05 22:44:28 to 2026-03-13 14:18:48 UTC [more...]

[PATCH v4 00/10] gpio: improve support for shared GPIOs
 2026-03-13 14:18 UTC  (9+ messages)
` [PATCH v4 03/10] gpiolib: implement low-level, shared GPIO support

[PATCH 00/38] docs: several improvements to kernel-doc
 2026-03-13 10:48 UTC  (5+ messages)
      ` [Intel-wired-lan] "

[PATCH] i3c: master: use kzalloc_flex
 2026-03-13  9:48 UTC  (3+ messages)

[PATCH v2 00/28] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-13  9:17 UTC  (30+ messages)
` [PATCH v2 01/28] docs: python: add helpers to run unit tests
` [PATCH v2 02/28] unittests: add a testbench to check public/private kdoc comments
` [PATCH v2 03/28] docs: kdoc: don't add broken comments inside prototypes
` [PATCH v2 04/28] docs: kdoc: properly handle empty enum arguments
` [PATCH v2 05/28] docs: kdoc_re: add a C tokenizer
` [PATCH v2 06/28] docs: kdoc: use tokenizer to handle comments on structs
` [PATCH v2 07/28] docs: kdoc: move C Tokenizer to c_lex module
` [PATCH v2 08/28] unittests: test_private: modify it to use CTokenizer directly
` [PATCH v2 09/28] unittests: test_tokenizer: check if the tokenizer works
` [PATCH v2 10/28] unittests: add a runner to execute all unittests
` [PATCH v2 11/28] docs: kdoc: create a CMatch to match nested C blocks
` [PATCH v2 12/28] tools: unittests: add tests for CMatch
` [PATCH v2 13/28] docs: c_lex: properly implement a sub() method "
` [PATCH v2 14/28] unittests: test_cmatch: add tests for sub()
` [PATCH v2 15/28] docs: kdoc: replace NestedMatch with CMatch
` [PATCH v2 16/28] docs: kdoc_re: get rid of NestedMatch class
` [PATCH v2 17/28] docs: xforms_lists: handle struct_group directly
` [PATCH v2 18/28] docs: xforms_lists: better evaluate struct_group macros
` [PATCH v2 19/28] docs: c_lex: add support to work with pure name ids
` [PATCH v2 20/28] docs: xforms_lists: use CMatch for all identifiers
` [PATCH v2 21/28] docs: c_lex: add "@" operator
` [PATCH v2 22/28] docs: c_lex: don't exclude an extra token
` [PATCH v2 23/28] docs: c_lex: setup a logger to report tokenizer issues
` [PATCH v2 24/28] docs: unittests: add and adjust tests to check for errors
` [PATCH v2 25/28] docs: c_lex: better handle BEGIN/END at search
` [PATCH v2 26/28] docs: kernel-doc.rst: document private: scope propagation
` [PATCH v2 27/28] docs: c_lex: produce a cleaner str() representation
` [PATCH v2 28/28] unittests: test_cmatch: remove weird stuff from expected results

[PATCH] i2c: atr: use kzalloc_flex
 2026-03-13  8:17 UTC  (2+ messages)

[PATCHv3] gpio: virtio: remove one kcalloc
 2026-03-13  6:29 UTC  (3+ messages)

[PATCH] EDAC: sb_edac: use kzalloc_flex
 2026-03-13  2:56 UTC  (8+ messages)

[PATCH] usb: fhci: use kzalloc_flex for priv struct
 2026-03-13  0:34 UTC 

[PATCH] clk: at91: use kzalloc_flex
 2026-03-13  0:21 UTC 

[PATCH ath-next] wifi: ath11k: use kzalloc_flex
 2026-03-13  0:16 UTC 

[PATCH ath-next] wifi: ath12k: use kzalloc_flex
 2026-03-13  0:14 UTC 

[PATCH] drm: property: use kzalloc_flex
 2026-03-13  0:06 UTC 

[PATCHv2] gpio: ljca: reduce struct allocation
 2026-03-12  8:16 UTC  (5+ messages)

[PATCH v2 00/20] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-12  7:12 UTC  (21+ messages)
` [PATCH v2 01/20] docs: python: add helpers to run unit tests
` [PATCH v2 02/20] unittests: add a testbench to check public/private kdoc comments
` [PATCH v2 03/20] docs: kdoc: don't add broken comments inside prototypes
` [PATCH v2 04/20] docs: kdoc: properly handle empty enum arguments
` [PATCH v2 05/20] docs: kdoc_re: add a C tokenizer
` [PATCH v2 06/20] docs: kdoc: use tokenizer to handle comments on structs
` [PATCH v2 07/20] docs: kdoc: move C Tokenizer to c_lex module
` [PATCH v2 08/20] unittests: test_private: modify it to use CTokenizer directly
` [PATCH v2 09/20] unittests: test_tokenizer: check if the tokenizer works
` [PATCH v2 10/20] unittests: add a runner to execute all unittests
` [PATCH v2 11/20] docs: kdoc: create a CMatch to match nested C blocks
` [PATCH v2 12/20] tools: unittests: add tests for CMatch
` [PATCH v2 13/20] docs: c_lex: properly implement a sub() method "
` [PATCH v2 14/20] unittests: test_cmatch: add tests for sub()
` [PATCH v2 15/20] docs: kdoc: replace NestedMatch with CMatch
` [PATCH v2 16/20] docs: kdoc_re: get rid of NestedMatch class
` [PATCH v2 17/20] docs: xforms_lists: handle struct_group directly
` [PATCH v2 18/20] docs: xforms_lists: better evaluate struct_group macros
` [PATCH v2 19/20] docs: c_lex: add support to work with pure name ids
` [PATCH v2 20/20] docs: xforms_lists: use CMatch for all identifiers

[PATCH] EDAC/mc: Use kzalloc_flex()
 2026-03-12  5:08 UTC 

[PATCH] usb: typec: qcom-pmic-typec: simplify allocation
 2026-03-12  5:04 UTC  (6+ messages)

[PATCH] bus: mhi: use kzalloc_flex
 2026-03-12  4:59 UTC 

[PATCH] EDAC, i7core: use kzalloc_flex
 2026-03-12  2:35 UTC  (2+ messages)

[PATCHv2] usb: typec: qcom-pmic-typec: simplify allocation
 2026-03-12  0:17 UTC  (4+ messages)

[PATCH] comedi: isadma: use kzalloc_flex
 2026-03-11 23:24 UTC 

[PATCH] thunderbolt: use kzalloc_flex
 2026-03-11 23:22 UTC 

[PATCH] usb: renesas_usbhs: use kzalloc_flex
 2026-03-11 23:20 UTC 

[PATCHv3] gpio: ljca: reduce struct allocation
 2026-03-11 23:18 UTC 

[PATCHv2 0/2] mtd: concat: use flex array
 2026-03-11 15:25 UTC  (4+ messages)
` [PATCHv2 1/2] mtd: virt_concat: use single allocation for node
` [PATCHv2 2/2] mtd: concat: replace alloc + calloc with 1 alloc

[PATCH] drm/amdgpu: Replace deprecated strcpy() in amdgpu_virt_write_vf2pf_data
 2026-03-11 13:50 UTC  (4+ messages)

[PATCH] gpio: tegra186: allocate irqs with the main struct
 2026-03-11  8:46 UTC  (2+ messages)

[PATCH] gpio: htc-egpio: allocate irq with the main struct
 2026-03-11  8:46 UTC  (2+ messages)

[PATCH] gpio: bcm-kona: remove kcalloc
 2026-03-11  8:46 UTC  (2+ messages)

[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
 2026-03-11  8:32 UTC  (2+ messages)

[PATCH net-next v2] net: sched: cls_u32: Avoid memcpy() false-positive warning in u32_init_knode()
 2026-03-11  3:00 UTC  (2+ messages)

[PATCH] wifi: b43: kzalloc + kcalloc to kzalloc_flex
 2026-03-11  0:47 UTC 

[PATCH] regulator: da9063: kzalloc + kcalloc to kzalloc
 2026-03-11  0:41 UTC 

[PATCH] mailbox: hi6220: kzalloc + kcalloc to kzalloc
 2026-03-11  0:35 UTC 

[PATCH] drm: dp_tunnel: use kzalloc_flex
 2026-03-10 22:09 UTC  (3+ messages)

[PATCHv2] IB/hfi1: kzalloc to kzalloc_flex
 2026-03-10 18:04 UTC  (2+ messages)

[PATCH] nvme: Annotate struct nvme_dhchap_key with __counted_by
 2026-03-10 14:48 UTC  (3+ messages)

[PATCH] phy: qualcomm: usb-hs-28nm: use flex array
 2026-03-10 13:39 UTC  (4+ messages)

[PATCH] gpio: ljca: reduce struct allocation
 2026-03-10 11:52 UTC  (8+ messages)

[PATCH] RDMA/ocrdma: kzalloc_objs to kzalloc_flex
 2026-03-10 10:23 UTC  (2+ messages)

RFC: Selecting an NVMEM cell for Power State Change Reason (PSCR) recording
 2026-03-10  9:29 UTC  (3+ messages)
    ` [PR 174] dt-bindings: chosen: Add "power-state-change-reason" nvmem property

[PATCH] gpio: msc313: remove kcalloc
 2026-03-10  8:51 UTC  (8+ messages)

[PATCH] gpio: virtio: remove one kcalloc
 2026-03-10  5:01 UTC  (2+ messages)

[PATCH v3 0/7] Initial Redmi Note 8T support and more
 2026-03-10  2:45 UTC  (2+ messages)

[PATCH net-next] net: rocker: kzalloc + kcalloc to kzalloc_flex
 2026-03-10  2:00 UTC  (4+ messages)

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

[RFC/RFT PATCH 00/19] Link the relocatable x86 kernel as PIE
 2026-03-09 14:11 UTC  (4+ messages)
` [RFC/RFT PATCH 03/19] x86: Combine .data with .bss in kernel mapping

[PATCH net-next v1] net: sched: cls_u32: Avoid memcpy() false-positive warning in u32_init_knode()
 2026-03-09 12:12 UTC  (2+ messages)

[PATCH] IB/hfi1: kzalloc to kzalloc_flex
 2026-03-09  9:52 UTC  (4+ messages)

[PATCHv2 0/2] phy: miphy28lp: build and simplify allocation
 2026-03-09  7:00 UTC  (5+ messages)
` [PATCHv2 1/2] phy: miphy28lp: add COMPILE_TEST
` [PATCHv2 2/2] phy: miphy28lp: kzalloc + kcalloc to single kzalloc

[PATCH] dmaengine: milbeaut-hdmac: use kzalloc_flex
 2026-03-08 22:21 UTC 

[PATCH] maengine: xilinx: use kzalloc_flex
 2026-03-08 22:07 UTC 

[PATCH] btrfs: raid56: use kzalloc_flex for rbio
 2026-03-08 21:18 UTC  (2+ messages)

[PATCH ath-next] wifi: wil6210: use kzalloc_flex in wil_tid_ampdu_rx
 2026-03-08 20:55 UTC 

[PATCH v4] Fix sanitizer attribute infrastructure to use standard TREE_LIST format [PR113264]
 2026-03-07 19:38 UTC 

[PATCH] HID: core: use flex array allocation
 2026-03-07  3:29 UTC 

[PATCH v3][next] wifi: ath6kl: wmi: Avoid -Wflex-array-member-not-at-end warning
 2026-03-06 21:18 UTC  (2+ messages)

[PATCH] phy: miphy28lp: kzalloc + kcalloc to single kzalloc
 2026-03-06 19:36 UTC  (3+ messages)

[PATCH] ubsan: turn off kmsan inside of ubsan instrumentation
 2026-03-06 19:25 UTC  (2+ messages)

[PATCH] soc: mediatek: mtk-dvfsrc: use flex array
 2026-03-06 19:25 UTC  (3+ messages)

[PATCH] usb: typec: tcpm: kzalloc + kcalloc to kzalloc_flex
 2026-03-06 19:16 UTC  (3+ messages)

[PATCH] phy: mediatek: xsphy: reduce main allocation
 2026-03-06  4:13 UTC  (2+ messages)

[PATCH] clk-lpc18xx-ccu: kzalloc + kcalloc to kzalloc_flex
 2026-03-06  4:08 UTC  (2+ messages)

[PATCH] accel: ethosu: Add performance counter support
 2026-03-06 16:36 UTC 

[PATCH] media: nxp: imx8-isi: remove kzalloc_objs
 2026-03-06  7:04 UTC  (6+ messages)

[PATCH] ksmbd: ipc: use kzalloc_flex and __counted_by
 2026-03-06  6:35 UTC 


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