messages from 2026-01-13 12:37:43 to 2026-01-20 15:34:46 UTC [more...]
[PATCH 0/6] scripts: generate_rust_analyzer: improve rust-project.json generation
2026-01-20 15:34 UTC (15+ messages)
` [PATCH 1/6] scripts: generate_rust_analyzer: rename cfg to generated_cfg
` [PATCH 2/6] scripts: generate_rust_analyzer: plumb editions via command line
` [PATCH 3/6] scripts: generate_rust_analyzer: plumb crate-attrs
` [PATCH 4/6] scripts: generate_rust_analyzer: plumb common crate-attrs for non-host crates
` [PATCH 5/6] scripts: generate_rust_analyzer: add pin_init to driver crate deps
` [PATCH 6/6] scripts: generate_rust_analyzer: move sysroot crates to sysroot_project
[PATCH v9 00/13] kasan: x86: arm64: KASAN tag-based mode for x86
2026-01-20 14:41 UTC (2+ messages)
` [PATCH v9 03/13] kasan: Fix inline mode for x86 tag-based mode
[PATCH v3 0/2] scripts: introduce containerized builds
2026-01-20 13:54 UTC (11+ messages)
` [PATCH v3 2/2] Documentation: dev-tools: add container.rst page
[RFC PATCH 0/3] kbuild: Make sure to generate config and System.map
2026-01-20 12:37 UTC (4+ messages)
` [RFC PATCH 1/3] MAINTAINERS: Add scripts/install.sh into Kbuild entry
` [RFC PATCH 2/3] kbuild: Make sure to generate config file
` [RFC PATCH 3/3] kbuild: Make sure to generate System.map file
[PATCH v2 0/2] gendwarfksyms: Document build dependencies
2026-01-20 12:18 UTC (5+ messages)
` [PATCH v2 1/2] Documentation/kbuild: Document gendwarfksyms "
` [PATCH v2 2/2] Documentation/kbuild: gendwarfksyms: Style cleanup
[PATCH v2 00/14] Add SPDX SBOM generation tool
2026-01-20 11:53 UTC (15+ messages)
` [PATCH v2 01/14] tools/sbom: integrate tool in make process
` [PATCH v2 02/14] tools/sbom: setup sbom logging
` [PATCH v2 03/14] tools/sbom: add command parsers
` [PATCH v2 04/14] tools/sbom: add cmd graph generation
` [PATCH v2 05/14] tools/sbom: add additional dependency sources for cmd graph
` [PATCH v2 06/14] tools/sbom: add SPDX classes
` [PATCH v2 07/14] tools/sbom: add JSON-LD serialization
` [PATCH v2 08/14] tools/sbom: add shared SPDX elements
` [PATCH v2 09/14] tools/sbom: collect file metadata
` [PATCH v2 10/14] tools/sbom: add SPDX output graph
` [PATCH v2 11/14] tools/sbom: add SPDX source graph
` [PATCH v2 12/14] tools/sbom: add SPDX build graph
` [PATCH v2 13/14] tools/sbom: add unit tests for command parsers
` [PATCH v2 14/14] tools/sbom: add unit tests for SPDX-License-Identifier parsing
[PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper
2026-01-20 11:13 UTC (4+ messages)
[PATCH 00/14] Add SPDX SBOM generation tool
2026-01-20 6:08 UTC (19+ messages)
` [PATCH 01/14] tools/sbom: integrate tool in make process
` [PATCH 02/14] tools/sbom: setup sbom logging
` [PATCH 03/14] tools/sbom: add command parsers
` [PATCH 04/14] tools/sbom: add cmd graph generation
` [PATCH 05/14] tools/sbom: add additional dependency sources for cmd graph
` [PATCH 06/14] tools/sbom: add SPDX classes
` [PATCH 07/14] tools/sbom: add JSON-LD serialization
` [PATCH 08/14] tools/sbom: add shared SPDX elements
` [PATCH 09/14] tools/sbom: collect file metadata
` [PATCH 10/14] tools/sbom: add SPDX output graph
` [PATCH 11/14] tools/sbom: add SPDX source graph
` [PATCH 12/14] tools/sbom: add SPDX build graph
` [PATCH 13/14] tools/sbom: add unit tests for command parsers
` [PATCH 14/14] tools/sbom: Add unit tests for SPDX-License-Identifier parsing
Since 6.18.x make binrpm-pkg does not sign modules
2026-01-20 0:04 UTC (7+ messages)
[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2026-01-19 19:43 UTC (8+ messages)
` [PATCH v8 03/14] kasan: Fix inline mode for x86 tag-based mode
[PATCH v2 0/9] arm64: dts: imx8m*: misc update
2026-01-19 16:20 UTC (22+ messages)
` [PATCH v2 1/9] arm64: dts: imx8mm-evk: replace space with tab
` [PATCH v2 2/9] arm64: dts: imx8mm-evk: correct the spdif compatible string
` [PATCH v2 3/9] arm64: dts: imx8mm-evk: add uart1 and bluetooth node
` [PATCH v2 4/9] arm64: dts: imx8mm: add wakeup-source for usb phy
` [PATCH v2 5/9] arm64: dts: imx8mm-evk: add uart3 port
` [PATCH v2 6/9] arm64: dts: imx8mn-evk: add bluetooth dts node
` [PATCH v2 7/9] arm64: dts: imx8mn: add wakeup-source for usb phy
` [PATCH v2 8/9] arm64: dts: imx8mp-evk: replace space with tab
` [PATCH v2 9/9] arm64: dts: imx8mp-evk: add bluetooth dts node
[PATCH 0/9] docs: Fix kernel-doc -Werror and moves it to tools/docs
2026-01-19 12:05 UTC (10+ messages)
` [PATCH 1/9] docs: kdoc: fix logic to handle unissued warnings
` [PATCH 2/9] docs: kdoc: avoid error_count overflows
` [PATCH 3/9] docs: kdoc: ensure that comments are using our coding style
` [PATCH 4/9] docs: kdoc: some fixes to kernel-doc comments
` [PATCH 5/9] docs: kdoc: remove support for an external kernel-doc from sphinx
` [PATCH 6/9] docs: kdoc: move kernel-doc to tools/docs
` [PATCH 7/9] docs: kdoc: move the return values to the helper message
` [PATCH 8/9] docs: kdoc: improve description of MsgFormatter
` [PATCH 9/9] docs: conf.py: get rid of the now unused kerneldoc_bin env var
[PATCH] rust: bindgen: disable GCC latent entropy plugin
2026-01-18 22:47 UTC (2+ messages)
[PATCH] rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target
2026-01-18 21:27 UTC (6+ messages)
[PATCH v3 0/9] arm64: dts: imx8m*: misc update
2026-01-18 16:28 UTC (10+ messages)
` [PATCH v3 1/9] arm64: dts: imx8mm-evk: replace space with tab
` [PATCH v3 2/9] arm64: dts: imx8mm-evk: correct the spdif compatible string
` [PATCH v3 3/9] arm64: dts: imx8mm-evk: add uart1 and bluetooth node
` [PATCH v3 4/9] arm64: dts: imx8mm: add wakeup-source for usb phy
` [PATCH v3 5/9] arm64: dts: imx8mm-evk: add uart3 port
` [PATCH v3 6/9] arm64: dts: imx8mn-evk: add bluetooth dts node
` [PATCH v3 7/9] arm64: dts: imx8mn: add wakeup-source for usb phy
` [PATCH v3 8/9] arm64: dts: imx8mp-evk: replace space with tab
` [PATCH v3 9/9] arm64: dts: imx8mp-evk: add bluetooth dts node
[PATCH 1/2] Compiler Attributes: Add __counted_by_ptr macro
2026-01-17 19:07 UTC (9+ messages)
` [PATCH v4 "
[PATCH 0/9] arm64: dts: imx8m*: misc update
2026-01-17 2:43 UTC (3+ messages)
[PATCH] scripts: generate_rust_analyzer.py: reduce cfg plumbing
2026-01-16 21:00 UTC (2+ messages)
[PATCH v4 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
2026-01-16 17:30 UTC (34+ messages)
` [PATCH v4 2/9] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v4 3/9] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v4 4/9] dt-bindings: serial: Document the graph port
` [PATCH v4 5/9] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v4 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
` [PATCH v4 7/9] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v4 8/9] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors
` [PATCH v4 9/9] power: sequencing: pcie-m2: Create serdev device for WCN7850 bluetooth
[PATCH v2 0/2] Simplify kallsyms offset table generation
2026-01-16 9:34 UTC (3+ messages)
` [PATCH v2 1/2] mips: Add support for PC32 relocations in vmlinux
` [PATCH v2 2/2] kallsyms: Get rid of kallsyms relative base
[PATCH] kallsyms: Get rid of kallsyms relative base
2026-01-16 0:52 UTC (2+ messages)
[PATCH v2 0/2] fortify: test_fortify.sh: Improve handling of tempfile
2026-01-15 3:50 UTC (4+ messages)
` [PATCH v2 1/2] fortify: Rename temporary file to match ignore pattern
` [PATCH v2 2/2] fortify: Cleanup temp file also on non-successful exit
[PATCH] kbuild: Drop superfluous compiler option checks
2026-01-14 21:24 UTC (2+ messages)
[PATCH] kbuild: Fix unnecessary rebuilding DT base+overlay targets
2026-01-14 19:16 UTC (2+ messages)
[PATCH] kconfig: fix static linking of nconf
2026-01-14 13:26 UTC (4+ messages)
[PATCH v3 00/14] Add support for handling PCIe M.2 Key E connectors in devicetree
2026-01-14 12:40 UTC (7+ messages)
` [PATCH v3 03/14] software node: Implement device_get_match_data fwnode callback
[PATCH v3 3/3] Documentation: Fix typos and grammatical errors
2026-01-13 20:58 UTC (2+ messages)
[PATCH v4 00/17] module: Introduce hash-based integrity checking
2026-01-13 14:56 UTC (19+ messages)
` [PATCH v4 01/17] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
` [PATCH v4 02/17] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v4 03/17] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v4 04/17] module: Make mod_verify_sig() static
` [PATCH v4 05/17] module: Switch load_info::len to size_t
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 07/17] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v4 08/17] module: Deduplicate signature extraction
` [PATCH v4 09/17] module: Make module loading policy usable without MODULE_SIG
` [PATCH v4 10/17] module: Move integrity checks into dedicated function
` [PATCH v4 11/17] module: Move lockdown check into generic module loader
` [PATCH v4 12/17] module: Move signature splitting up
` [PATCH v4 13/17] module: Report signature type to users
` [PATCH v4 14/17] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v4 15/17] module: Introduce hash-based integrity checking
` [PATCH v4 16/17] kbuild: move handling of module stripping to Makefile.lib
` [PATCH v4 17/17] kbuild: make CONFIG_MODULE_HASHES compatible with module stripping
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox