public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-09 16:01:19 to 2025-03-17 23:56:47 UTC [more...]

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-17 23:56 UTC  (24+ messages)
` [PATCH v5 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v5 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v5 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v5 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v5 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v5 6/6] rust: use strict provenance APIs

[PATCH v2] kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally
 2025-03-14 13:10 UTC 

[PATCH v2] kbuild: make all file references relative to source root
 2025-03-17 17:17 UTC  (4+ messages)

[PATCH] kbuild: pacman-pkg: hardcode module installation path
 2025-03-17 17:07 UTC  (3+ messages)

[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
 2025-03-17 15:01 UTC  (14+ messages)
` [PATCH v4 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v4 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v4 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v4 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v4 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v4 6/6] rust: use strict provenance APIs

[PATCH] kconfig: Replace strncpy() with strscpy()
 2025-03-17  8:50 UTC  (2+ messages)

[PATCH] kconfig: Replace deprecated strncpy() with strscpy()
 2025-03-17  7:06 UTC 

[masahiroy-kbuild:kbuild 25/35] FAILED cannot open vmlinux: No such file or directory
 2025-03-16 15:27 UTC  (3+ messages)

[PATCH] kbuild: rpm-pkg: Include symvers in kernel package
 2025-03-16  9:11 UTC 

[PATCH 0/4] kbuild: make all file references relative to source root
 2025-03-16  2:01 UTC  (12+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] kbuild: doc: reproducible-builds: drop section "Absolute filenames"
` [PATCH 3/4] x86/boot: Switch to -ffile-prefix-map
` [PATCH 4/4] x86/boot/compressed: "

[PATCH v2] rust: kbuild: skip `--remap-path-prefix` for `rustdoc`
 2025-03-16  2:01 UTC  (3+ messages)

[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
 2025-03-15 18:00 UTC  (20+ messages)
` [PATCH v3 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v3 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v3 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v3 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v3 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v3 6/6] rust: use strict provenance APIs

[masahiroy-kbuild:kbuild 15/20] error: Unrecognized option: 'remap-path-prefix'
 2025-03-15 15:53 UTC  (5+ messages)

[PATCH v2 0/4] x86/build: Get rid of vmlinux postlink step
 2025-03-15  7:09 UTC  (14+ messages)
` [PATCH v2 1/4] Kbuild/link-vmlinux.sh: Make output file name configurable
` [PATCH v2 2/4] Kbuild: Introduce Kconfig symbol for linking vmlinux with relocations
` [PATCH v2 3/4] Kbuild: Create intermediate vmlinux build with relocations preserved
` [PATCH v2 4/4] x86: Get rid of Makefile.postlink

[PATCH] kbuild: do not generate .tmp_vmlinux*.map when CONFIG_VMLINUX_MAP=y
 2025-03-15  7:08 UTC  (3+ messages)

[PATCH 0/2] kbuild: rpm-pkg: improve debuggability
 2025-03-15  1:00 UTC  (4+ messages)
` [PATCH 2/2] kbuild: rpm-pkg: build debuginfo and debugsource RPMs

[PATCH] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-03-14 21:36 UTC  (12+ messages)

[PATCH] rust: kbuild: skip `--remap-path-prefix` for `rustdoc`
 2025-03-14 21:33 UTC 

[PATCH] rust: enable `clippy::ptr_as_ptr` lint
 2025-03-14 15:22 UTC  (6+ messages)

[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
 2025-03-14 12:26 UTC  (38+ messages)
` [PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
` [PATCH v2 2/5] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v2 3/5] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v2 4/5] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint

[PATCH] deb-pkg: add comment about future removal of KDEB_COMPRESS
 2025-03-14  9:53 UTC 

[PATCH 0/3] ubsan/overflow: Enable pattern exclusions
 2025-03-14  0:04 UTC  (4+ messages)
` [PATCH 1/3] ubsan/overflow: Rework integer overflow sanitizer option to turn on everything

[RFC PATCH 0/4] x86/build: Get rid of vmlinux postlink step
 2025-03-13 10:31 UTC  (12+ messages)

[PATCH v3 1/1] kbuild: Add a help message for "headers"
 2025-03-13  1:08 UTC  (2+ messages)

[PATCH] Documentation/kbuild: Fix indentation in modules.rst example
 2025-03-13  1:02 UTC  (2+ messages)

MODULE_LICENSE Build Error
 2025-03-13  0:42 UTC  (2+ messages)

[PATCH] script: modpost: require a MODULE_DESCRIPTION()
 2025-03-13  0:34 UTC  (3+ messages)

[PATCH] kbuild: deb-pkg: fix versioning for -rc releases
 2025-03-12 12:25 UTC  (3+ messages)

[PATCH] kbuild: deb-pkg: remove "version" variable in mkdebian
 2025-03-11 19:19 UTC  (2+ messages)

[PATCH] kbuild: deb-pkg: require debian_revision when creating source package
 2025-03-11 19:00 UTC 

[PATCH] kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION indiscriminately
 2025-03-11 18:05 UTC  (5+ messages)

[PATCH v2] kbuild: exclude .rodata.(cst|str)* when building ranges
 2025-03-11 17:28 UTC  (2+ messages)

[PATCH] kbuild: exclude .rodata.(cst|str)* when building ranges
 2025-03-11 17:27 UTC  (3+ messages)

[PATCH v2 1/1] kbuild: Add a help message for "headers"
 2025-03-11 15:10 UTC  (2+ messages)

[PATCH v2] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-03-11 11:04 UTC  (2+ messages)

[PATCH v1 1/1] kbuild: Add "make headers" to "make help" output
 2025-03-11  2:43 UTC  (9+ messages)

[PATCH] platform/x86: dell: Fix ALIENWARE_WMI dependencies
 2025-03-10 16:46 UTC 

[GIT PULL] Kbuild fixes for v6.14-rc6
 2025-03-09 19:25 UTC  (2+ messages)


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