public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-28 01:41:39 to 2026-01-13 12:37:46 UTC [more...]

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-01-13 12:28 UTC  (5+ 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 05/17] module: Switch load_info::len to size_t

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

[PATCH] kbuild: Drop superfluous compiler option checks
 2026-01-13  7:29 UTC 

[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 v4 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-01-12 19:29 UTC  (14+ 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 v3 3/3] Documentation: Fix typos and grammatical errors
 2026-01-12 19:11 UTC  (2+ messages)

[PATCH v3 00/14] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-01-12 16:41 UTC  (34+ 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] module: Fix kernel panic when a symbol st_shndx is out of bounds
 2026-01-12 14:37 UTC  (2+ messages)

[PATCH] kconfig: fix static linking of nconf
 2026-01-12 13:24 UTC  (3+ 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 

Since 6.18.x make binrpm-pkg does not sign modules
 2026-01-11 17:41 UTC  (5+ messages)

[PATCH 1/3] scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awk
 2026-01-11  1:23 UTC  (9+ messages)
` [PATCH 2/3] scripts: kconfig: merge_config.sh: use awk in checks too
` [PATCH 3/3] scripts: kconfig: merge_config.sh: warn on duplicate input files
  ` [PATCH v2 1/3] scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awk
    ` [PATCH v2 2/3] scripts: kconfig: merge_config.sh: use awk in checks too
    ` [PATCH v2 3/3] scripts: kconfig: merge_config.sh: warn on duplicate input files

[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  (3+ messages)

[PATCH v3] kconfig: Support conditional deps using "depends on X if Y"
 2026-01-06 22:06 UTC  (3+ 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  (14+ messages)
` [PATCH v3 3/3] overflow: Remove is_non_negative() and is_negative()
          ` [PATCH] overflow: Update is_non_negative() and is_negative() comment

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

[PATCH v4 0/2] kbuild: remove gcc's -Wtype-limits
 2026-01-05 20:47 UTC  (5+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] kbuild: cleanup local -Wno-type-limits exceptions

[PATCH 0/9] arm64: dts: imx8m*: misc update
 2026-01-05 19:53 UTC  (2+ messages)

[bpf-next:master 8/9] FAILED: load BTF from .tmp_vmlinux1.BTF.1: No such file or directory
 2026-01-05 16:47 UTC  (2+ messages)

[PATCH v2 00/20] `syn` support
 2026-01-05  4:31 UTC  (4+ messages)
` [PATCH v2 19/20] rust: syn: enable support in kbuild

[PATCH v2 00/10] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-01-02 11:13 UTC  (8+ messages)
` [PATCH v2 02/10] serdev: Add serdev device based driver match support
` [PATCH v2 08/10] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector

[PATCH bpf-next v1] scripts/gen-btf.sh: Reduce log verbosity
 2025-12-31 21:40 UTC  (2+ messages)

[PATCH bpf-next v2] resolve_btfids: Implement --patch_btfids
 2025-12-31 17:10 UTC  (3+ messages)

[PATCH v3 0/2] scripts: introduce containerized builds
 2025-12-31 16:51 UTC  (3+ messages)
` [PATCH v3 1/2] scripts: add tool to run "
` [PATCH v3 2/2] Documentation: dev-tools: add container.rst page

[PATCH v1 0/2] scripts: introduce containerized builds
 2025-12-31 16:54 UTC  (4+ messages)
` [PATCH v1 1/2] scripts: add tool to run "

[PATCH] riscv: boot: Always make Image from vmlinux, not vmlinux.unstripped
 2025-12-31  0:30 UTC  (4+ messages)

[PATCH bpf-next v1] resolve_btfids: Implement --patch_btfids
 2025-12-31  0:28 UTC  (3+ messages)

[PATCH v2 0/2] scripts: introduce containerized builds
 2025-12-30 20:23 UTC  (8+ messages)
` [PATCH v2 1/2] scripts: add tool to run "
` [PATCH v2 2/2] Documentation: dev-tools: add container.rst page

[PATCH] kbuild: uapi: Drop check_config()
 2025-12-30 20:08 UTC  (3+ messages)

[RFC PATCH v1] module: Fix kernel panic when a symbol st_shndx is out of bounds
 2025-12-30 18:54 UTC  (10+ messages)

[PATCH bpf-next] scripts/gen-btf.sh: Fix .btf.o generation when compiling for RISCV
 2025-12-30 18:40 UTC  (2+ messages)

[PATCH v6 0/4] RISC-V: re-enable gcc + rust builds
 2025-12-30 16:58 UTC  (6+ messages)
` [PATCH v6 1/4] rust: export BINDGEN_TARGET from a separate Makefile
` [PATCH v6 2/4] rust: generate a fatal error if BINDGEN_TARGET is undefined
` [PATCH v6 3/4] rust: add a Kconfig function to test for support of bindgen options
` [PATCH v6 4/4] RISC-V: handle extension configs for bindgen, re-enable gcc + rust builds

[GIT PULL] Kbuild fixes for v6.19-rc4
 2025-12-29 20:18 UTC  (2+ messages)

[PATCH v8 0/6] scripts/make_fit: Support ramdisks and faster operations
 2025-12-29 11:16 UTC  (3+ messages)
` [PATCH v8 4/6] kbuild: Support a MAKE_FIT_FLAGS environment variable


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