public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 10:29:47 to 2026-03-05 16:55:28 UTC [more...]

[PATCH v4 0/8] scalable symbol flags with __kflagstab
 2026-03-05 16:55 UTC  (7+ messages)
` [PATCH v4 1/8] define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v4 2/8] linker: add kflagstab section to vmlinux and modules
` [PATCH v4 3/8] modpost: populate kflagstab
` [PATCH v4 4/8] module loader: use kflagstab instead of *_gpl sections
` [PATCH v4 5/8] modpost: remove fragmentation of ksymtab and kcrctab sections
` [PATCH v4 6/8] module loader: deprecate usage of *_gpl sections

[PATCH v4 0/8] scalable symbol flags with __kflagstab
 2026-03-05 16:54 UTC  (9+ messages)
` [PATCH v4 1/8] define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v4 2/8] linker: add kflagstab section to vmlinux and modules
` [PATCH v4 3/8] modpost: populate kflagstab
` [PATCH v4 4/8] module loader: use kflagstab instead of *_gpl sections
` [PATCH v4 5/8] modpost: remove fragmentation of ksymtab and kcrctab sections
` [PATCH v4 6/8] module loader: deprecate usage of *_gpl sections
` [PATCH v4 7/8] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v4 8/8] documentation: remove references to *_gpl sections

[PATCH 0/2] Change Rust Binder crate name to rust_binder
 2026-03-05 12:44 UTC  (8+ messages)

[PATCH] kbuild: reduce output spam when building out of tree
 2026-03-05 12:04 UTC 

[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-05 11:58 UTC  (11+ messages)
` [PATCH v3 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH v3 2/8] module: Drop unused signature types
` [PATCH v3 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH v3 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH v3 5/8] module: Move 'struct module_signature' to UAPI
` [PATCH v3 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH v3 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH v3 8/8] selftests/bpf: verify_pkcs7_sig: Use "

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-05 10:51 UTC  (4+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`

[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
 2026-03-05 10:25 UTC  (9+ messages)
` [PATCH 1/2] kbuild: Consolidate C dialect options
` [PATCH 2/2] kbuild: Use '-fms-anonymous-structs' if it is available

[PATCH 0/9] kbuild: uapi: remove usage of toolchain headers
 2026-03-05  9:41 UTC  (14+ messages)
` [PATCH 1/9] hexagon: uapi: Fix structure alignment attribute
` [PATCH 2/9] kbuild: uapi: test linux/bpf_perf_event.h on powerpc
` [PATCH 3/9] kbuild: uapi: deduplicate linux/bpf_perf_event.h exclusions
` [PATCH 4/9] kbuild: uapi: completely exclude linux/bpf_perf_event.h on nios2
` [PATCH 5/9] kbuild: uapi: only use dummy-include for headers which use libc
` [PATCH 6/9] kbuild: uapi: provide stub includes for some libc headers
` [PATCH 7/9] kbuild: uapi: use custom stub headers instead of libc ones
` [PATCH 8/9] kbuild: uapi: simplify libc dependency logic
` [PATCH 9/9] kbuild: uapi: remove now unneeded guard headers

[PATCH v2 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-05  7:11 UTC  (9+ messages)
` [PATCH v2 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH v2 2/8] module: Drop unused signature types
` [PATCH v2 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH v2 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH v2 5/8] module: Move 'struct module_signature' to UAPI
` [PATCH v2 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH v2 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH v2 8/8] selftests/bpf: verify_pkcs7_sig: Use "

[PATCH 0/3] kallsyms: embed source file:line info in kernel stack traces
 2026-03-05  2:18 UTC  (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] kallsyms: extend lineinfo to loadable modules
` [PATCH 3/3] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction

[PATCH] kbuild: Leave objtool binary around with 'make clean'
 2026-03-05  0:36 UTC  (9+ messages)
` -next build error due to "kbuild: Leave objtool binary around with 'make clean'"

[PATCH] kbuild: install-extmod-build: Package resolve_btfids if necessary
 2026-03-05  0:36 UTC  (4+ messages)

[PATCH] genksyms: Fix parsing a declarator with a preceding attribute
 2026-03-05  0:36 UTC  (5+ messages)

[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
 2026-03-05  0:36 UTC  (2+ messages)

[PATCH v4] tools build: Fix rust cross compilation
 2026-03-04 14:39 UTC  (3+ messages)

[PATCH RESEND v2] tools build: Use -fzero-init-padding-bits=all
 2026-03-04  9:23 UTC  (14+ messages)

[PATCH 0/8] modules: Move 'struct module_signature' to UAPI
 2026-03-04  7:52 UTC  (12+ messages)
` [PATCH 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH 2/8] module: Drop unused signature types
` [PATCH 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH 5/8] modules: Move 'struct module_signature' to UAPI
` [PATCH 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH 8/8] selftests/bpf: verify_pkcs7_sig: Use "

[PATCH] rust: kbuild: emit dep-info into $(depfile) directly
 2026-03-04  2:39 UTC  (2+ messages)

[PATCH v4 2/3] rust: ptr: add projection infrastructure
 2026-03-03 21:11 UTC  (3+ messages)

[PATCH 0/2] kbuild: Follow-up to "Reject unexpected values for LLVM="
 2026-03-03 16:48 UTC  (8+ messages)
` [PATCH 1/2] Documentation/llvm: drop note about LLVM=0
` [PATCH 2/2] tools/build: Reject unexpected values for LLVM=

[PATCH] kbuild: only clean objtool on mrproper
 2026-03-03 16:27 UTC  (8+ messages)

[PATCH v3 1/2] rust: add projection infrastructure
 2026-03-03 12:21 UTC  (13+ messages)

[PATCH v1] objtool: HAVE_XXHASH test uses HOSTCFLAGS
 2026-03-03  1:16 UTC 

KCFLAGS vs KCPPFLAGS for -fdebug-prefix-map
 2026-03-02 22:29 UTC 

[PATCH v3 0/2] rust: reduce duplicate information
 2026-03-02 17:15 UTC  (5+ messages)
` [PATCH v3 2/2] scripts: generate_rust_analyzer.py: reduce cfg plumbing

[PATCH 0/6] scripts: generate_rust_analyzer: improve rust-project.json generation
 2026-03-02 17:09 UTC  (4+ messages)
` [PATCH 1/6] scripts: generate_rust_analyzer: rename cfg to generated_cfg

[PATCH v2 1/2] rust: add projection infrastructure
 2026-03-02  4:41 UTC  (4+ messages)

[PATCH v2] kconfig: fix potential NULL pointer dereference in conf_askvalue()
 2026-03-01 19:12 UTC  (3+ messages)

[PATCH] kconfig: fix potential NULL pointer dereference in conf_askvalue
 2026-03-01  5:31 UTC  (5+ messages)

[PATCH] kbuild: host: use single executable for rustc -C linker
 2026-02-27 13:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] kconfig: Error out on duplicated kconfig inclusion
 2026-02-27  8:30 UTC  (2+ messages)

[PATCH v2] rust: build: remap path to avoid absolute path
 2026-02-26 19:21 UTC  (2+ messages)

[PATCH v5] tools build: Fix rust cross compilation
 2026-02-26 18:40 UTC  (3+ messages)

Kconfig: CONFIG_CIFS_SMB_DIRECT bool option silently dropped when CIFS=m and INFINIBAND=m
 2026-02-26  1:36 UTC  (9+ messages)

extlinux can't boot kernel after commit "kbuild: keep .modinfo section in vmlinux.unstripped"
 2026-02-25 21:24 UTC  (4+ messages)

[PATCH v1 00/17] crypto: Standalone crypto module (Series 1/4): Core implementation
 2026-02-25 17:35 UTC  (5+ messages)
` [PATCH 17/17] Add standalone crypto kernel module technical documentation

[PATCH v5 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-02-25 11:22 UTC  (7+ messages)
` [PATCH v5 2/9] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v5 9/9] power: sequencing: pcie-m2: Create serdev device for WCN7850 bluetooth

[PATCH 0/2] init: ensure that /dev/console and /dev/null are (nearly) always available in initramfs
 2026-02-24 19:02 UTC  (4+ messages)

[PATCH] module: Fix kernel panic when a symbol st_shndx is out of bounds
 2026-02-24 18:34 UTC  (2+ messages)

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-24 16:14 UTC  (7+ messages)
` [PATCH v4 15/17] "


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