public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 18:56:41 to 2026-04-01 22:59:58 UTC [more...]

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-01 22:59 UTC  (82+ messages)
` [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
` [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
` [PATCH 13/33] rust: block: update `const_refs_to_static` "
` [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
` [PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH 30/33] docs: rust: general-information: use real example
` [PATCH 31/33] rust: declare cfi_encoding for lru_status
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH 0/5] Introduce Overflow Behavior Types
 2026-04-01 21:41 UTC  (46+ messages)
` [PATCH 1/5] refcount: Remove unused __signed_wrap function annotations
` [PATCH 2/5] hardening: Introduce Overflow Behavior Types support
` [PATCH 3/5] compiler_attributes: Add overflow_behavior macros __ob_trap and __ob_wrap
` [PATCH 4/5] lkdtm/bugs: Add basic Overflow Behavior Types test
` [PATCH 5/5] types: Add standard __ob_trap and __ob_wrap scalar types

[PATCH 1/2] kbuild: rust: allow `clippy::uninlined_format_args`
 2026-04-01 15:36 UTC  (8+ messages)
` [PATCH 2/2] rust: macros: simplify `format!` arguments

[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
 2026-04-01 11:45 UTC  (3+ messages)

[PATCH v4 00/15] add SPDX SBOM generation script
 2026-04-01 11:12 UTC  (9+ messages)
` [PATCH 02/15] scripts/sbom: integrate script in make process

[PATCH v6] kbuild: host: use single executable for rustc -C linker
 2026-04-01  5:53 UTC  (2+ messages)

[PATCH v5 0/7] scalable symbol flags with __kflagstab
 2026-04-01  1:30 UTC  (2+ messages)

tools/testing/selftests
 2026-04-01  0:00 UTC  (9+ messages)

[PATCH v2 0/4] kbuild: vdso_install: drop build ID architecture allow-list
 2026-03-31 21:13 UTC  (6+ messages)
` [PATCH v2 1/4] kbuild: vdso_install: split out the readelf invocation
` [PATCH v2 2/4] kbuild: vdso_install: hide readelf warnings
` [PATCH v2 3/4] kbuild: vdso_install: gracefully handle images without build ID
` [PATCH v2 4/4] kbuild: vdso_install: drop build ID architecture allow-list

[PATCH] modpost: Declare extra_warn with unused attribute
 2026-03-31 19:38 UTC  (2+ messages)

[PATCH v3] kbuild: modules-cpio-pkg: Respect INSTALL_MOD_PATH
 2026-03-31 17:10 UTC  (3+ messages)

[PATCH 0/4] kbuild: vdso_install: drop build ID architecture allow-list
 2026-03-31 17:09 UTC  (11+ messages)
` [PATCH 1/4] kbuild: vdso_install: split out the readelf invocation
` [PATCH 2/4] kbuild: vdso_install: hide readelf warnings
` [PATCH 3/4] kbuild: vdso_install: gracefully handle images without build ID
` [PATCH 4/4] kbuild: vdso_install: drop build ID architecture allow-list

[PATCH v6 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
 2026-03-31 16:29 UTC  (11+ messages)

[PATCH v9 0/3] kbuild: distributed build support for Clang ThinLTO
 2026-03-31 16:27 UTC  (5+ messages)
` [PATCH v9 1/3] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
` [PATCH v9 2/3] kbuild: change --thin back to 'T' in $(AR)
` [PATCH v9 3/3] kbuild: distributed build support for Clang ThinLTO

[PATCH v3 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-03-31 16:23 UTC  (5+ messages)
` [PATCH v3 2/4] kallsyms: extend lineinfo to loadable modules

[PATCH v2] kbuild: expand inlining hints with -fdiagnostics-show-inlining-chain
 2026-03-31 15:55 UTC  (3+ messages)

[PATCH v8 3/3] kbuild: distributed build support for Clang ThinLTO
 2026-03-31 15:43 UTC  (4+ messages)

[PATCH] init.h: discard exitcall symbols early
 2026-03-31 15:35 UTC  (4+ messages)

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-31 11:44 UTC  (10+ messages)
`  "

[PATCH v1] slab: support for compiler-assisted type-based slab cache partitioning
 2026-03-31 11:12 UTC 

[PATCH v2] kbuild: rust: add AutoFDO support
 2026-03-31 10:57 UTC 

[PATCH 1/4] selftests/mm: respect build verbosity settings for 32/64-bit targets
 2026-03-31  9:50 UTC 

[PATCH v2 0/2] selftests/mm: clean up build output and verbosity
 2026-03-31  9:44 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/mm: respect build verbosity settings for 32/64-bit targets
` [PATCH v2 2/2] selftests/mm: suppress compiler error in liburing check

[PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-03-31  7:55 UTC  (8+ messages)
` [PATCH v7 1/8] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v7 2/8] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v7 3/8] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` (subset) [PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree

[PATCH v4] char/nvram: Remove redundant nvram_mutex
 2026-03-31  1:49 UTC  (2+ messages)

[PATCH] kbuild: add -fdiagnostics-show-inlining-chain for FORTIFY_SOURCE
 2026-03-31  0:17 UTC  (7+ messages)

[PATCH] kbuild: pacman-pkg: package unstripped vDSO libraries
 2026-03-30 19:30 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