Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2025-03-13 14:11:16 to 2025-03-24 22:01:53 UTC [more...]

[PATCH v6 0/6] rust: reduce `as` casts, enable related lints
 2025-03-24 22:01 UTC  (6+ messages)
` [PATCH v6 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v6 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v6 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v6 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v6 5/6] rust: enable `clippy::as_underscore` lint

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-24 21:59 UTC  (48+ 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

[RFC PATCH 10/10] rust: kbuild: enable `doc_markdown` Clippy lint
 2025-03-24 21:03 UTC 

[PATCH] tools: fix annoying "mkdir -p ..." logs when building tools in parallel
 2025-03-24  2:02 UTC  (4+ messages)

[PATCH v7 00/11] kconfig: Add support for conflict resolution
 2025-03-23  8:55 UTC  (7+ messages)

[RFC PATCH security-next 0/4] Introducing Hornet LSM
 2025-03-22 21:43 UTC  (15+ messages)
` [RFC PATCH security-next 1/4] security: "
` [RFC PATCH security-next 2/4] hornet: Introduce sign-ebpf
` [RFC PATCH security-next 3/4] hornet: Add an example lskel data extactor script
` [RFC PATCH security-next 4/4] selftests/hornet: Add a selftest for the hornet LSM

[PATCH v5 01/17] rust: enable `raw_ref_op` feature
 2025-03-22 20:12 UTC  (9+ messages)

[PATCH v2] kbuild: deb-pkg: don't set KBUILD_BUILD_VERSION unconditionally
 2025-03-22 16:08 UTC  (2+ messages)

[PATCH] script: modpost: require a MODULE_DESCRIPTION()
 2025-03-22 15:45 UTC  (3+ messages)

[PATCH] kbuild: deb-pkg: require debian_revision when creating source package
 2025-03-22 14:47 UTC  (3+ messages)

[PATCH] kbuild, x86: drop unnecessary prefix map configuration
 2025-03-22 14:13 UTC  (2+ messages)

[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support
 2025-03-21  9:17 UTC  (4+ messages)
` [PATCH v9 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v9 2/3] rust: add parameter support to the `module!` macro
` [PATCH v9 3/3] modules: add rust modules files to MAINTAINERS

[PATCH v8 0/7] rust: extend `module!` macro with integer parameter support
 2025-03-21  7:53 UTC  (11+ messages)
` [PATCH v8 5/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v8 7/7] modules: add rust modules files to MAINTAINERS

[PATCH] kbuild: Require pahole >v1.29 with GENDWARFKSYMS and BTF on X86
 2025-03-20 23:27 UTC 

[PATCH] gendwarfksyms: define __GENKSYMS__ when processing asm-protoypes.h
 2025-03-20 20:00 UTC  (9+ messages)

[PATCH v2 2/3] kbuild: rust: provide an option to inline C helpers into Rust
 2025-03-19 21:31 UTC  (3+ messages)

[PATCH v3 2/2] kbuild: rust: provide an option to inline C helpers into Rust
 2025-03-19 21:15 UTC  (2+ messages)

[PATCH v2 3/4] Kbuild: Create intermediate vmlinux build with relocations preserved
 2025-03-18 16:26 UTC  (8+ messages)

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

[PATCH] kbuild: do not generate .tmp_vmlinux*.map when CONFIG_VMLINUX_MAP=y
 2025-03-15  7:08 UTC  (2+ 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  (8+ 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  (13+ messages)
` [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


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