public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-05 19:53:12 to 2026-01-17 02:43:28 UTC [more...]

[PATCH 0/9] arm64: dts: imx8m*: misc update
 2026-01-17  2:43 UTC  (3+ messages)

[PATCH v3 0/2] scripts: introduce containerized builds
 2026-01-16 21:12 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  (38+ messages)
` [PATCH v4 1/9] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [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 v3 03/14] software node: Implement device_get_match_data fwnode callback

[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-01-16 13:33 UTC  (11+ messages)
` [PATCH v8 03/14] kasan: Fix inline mode for x86 tag-based mode

[PATCH] rust: kbuild: give `--config-path` to `rustfmt` in `.rsi` target
 2026-01-16 11:45 UTC  (4+ messages)

[PATCH 1/2] Compiler Attributes: Add __counted_by_ptr macro
 2026-01-16  9:53 UTC  (6+ messages)
  ` [PATCH v4 "

[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)

Since 6.18.x make binrpm-pkg does not sign modules
 2026-01-15  8:30 UTC  (6+ 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  (36+ messages)
` [PATCH v3 01/14] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v3 02/14] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v3 03/14] software node: Implement device_get_match_data fwnode callback
` [PATCH v3 04/14] software node: Add software_node_match_device() API
` [PATCH v3 05/14] software node: Add software_node_device_uevent() API
` [PATCH v3 06/14] software node: Add software_node_device_modalias() API
` [PATCH v3 07/14] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v3 08/14] serdev: Add support for swnode based driver matching and uevent/modalias
` [PATCH v3 09/14] dt-bindings: serial: Document the graph port
` [PATCH v3 10/14] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v3 11/14] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
` [PATCH v3 12/14] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v3 13/14] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors
` [PATCH v3 14/14] power: sequencing: pcie-m2: Create serdev device for WCN7850 bluetooth

[PATCH v2 0/2] gendwarfksyms: Document build dependencies
 2026-01-14 11:47 UTC  (3+ messages)
` [PATCH v2 1/2] Documentation/kbuild: Document gendwarfksyms "
` [PATCH v2 2/2] Documentation/kbuild: gendwarfksyms: Style cleanup

[PATCH v3 3/3] Documentation: Fix typos and grammatical errors
 2026-01-13 20:58 UTC  (3+ 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

[PATCH] kbuild: Reject unexpected values for LLVM=
 2026-01-12 23:16 UTC  (4+ messages)

[PATCH] kbuild: uapi: Avoid testing certain headers on ARCH=arm with CC=clang
 2026-01-12 22:53 UTC  (3+ messages)

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-12 22:04 UTC  (17+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 10/36] locking/mutex: Support Clang's "
` [PATCH v5 20/36] locking/ww_mutex: "
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c

[PATCH] module: Fix kernel panic when a symbol st_shndx is out of bounds
 2026-01-12 14:37 UTC  (2+ messages)

[PATCH v2 0/2] scripts: headers_install: avoid some reprocessing
 2026-01-12 11:14 UTC  (6+ messages)
` [PATCH v2 1/2] scripts: headers_install: filter ignored configs via sed
` [PATCH v2 2/2] scripts: headers_install: avoid extra sed call for license check

[PATCH v2] Documentation: Fix typos and grammatical errors
 2026-01-12  9:16 UTC 

[PATCH 1/3] scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awk
 2026-01-11  1:23 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] Makefile: Globally enable fall-through warning
 2026-01-10  4:04 UTC  (3+ messages)

Module out of tree compilation fails due to missing kdoc python module after 992a9df41ad7
 2026-01-09 20:11 UTC 

[PATCH] Documentation/kbuild: Document gendwarfksyms build dependencies
 2026-01-09  2:20 UTC  (3+ messages)

[PATCH 0/4] Inline helpers into Rust without full LTO
 2026-01-07 14:01 UTC  (13+ messages)
` [PATCH 2/4] rust: helpers: #define __rust_helper
` [PATCH 4/4] build: rust: provide an option to inline C helpers into Rust

[PATCH 0/5] kbuild: uapi: improvements to header testing
 2026-01-06 22:10 UTC  (2+ messages)

[PATCH v3] kconfig: Support conditional deps using "depends on X if Y"
 2026-01-06 22:06 UTC  (2+ messages)

[PATCH v9 0/6] scripts/make_fit: Support ramdisks and faster operations
 2026-01-06 16:27 UTC  (2+ messages)
` [PATCH v9 4/6] kbuild: Support a FIT_EXTRA_ARGS environment variable

[PATCH v3 0/3] kbuild: remove gcc's -Wtype-limits
 2026-01-05 23:56 UTC  (2+ messages)

[PATCH v2] rust: Add -fdiagnostics-show-context to bindgen_skip_c_flags
 2026-01-05 23:03 UTC  (2+ messages)

[PATCH v4 0/2] kbuild: remove gcc's -Wtype-limits
 2026-01-05 20:47 UTC  (3+ messages)


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