messages from 2026-03-26 21:21:35 to 2026-04-01 11:49:47 UTC [more...]
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
2026-04-01 11:45 UTC (20+ 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 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 (11+ messages)
` [PATCH 02/15] scripts/sbom: integrate script in make process
[PATCH 0/5] Introduce Overflow Behavior Types
2026-04-01 9:38 UTC (38+ 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 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 (9+ messages)
` [PATCH v5 1/7] module: define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v5 2/7] module: add kflagstab section to vmlinux and modules
` [PATCH v5 3/7] module: populate kflagstab in modpost
` [PATCH v5 4/7] module: use kflagstab instead of *_gpl sections
` [PATCH v5 5/7] module: deprecate usage of *_gpl sections in module loader
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections
tools/testing/selftests
2026-04-01 0:00 UTC (11+ messages)
[PATCH 1/2] kbuild: rust: allow `clippy::uninlined_format_args`
2026-03-31 21:53 UTC (7+ messages)
` [PATCH 2/2] rust: macros: simplify `format!` arguments
[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 (6+ 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 0/3] kbuild: distributed build support for Clang ThinLTO
2026-03-31 15:43 UTC (7+ messages)
` [PATCH v8 1/3] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
` [PATCH v8 2/3] kbuild: change --thin back to 'T' in $(AR)
` [PATCH v8 3/3] kbuild: distributed build support for Clang ThinLTO
[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 (21+ 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)
[PATCH v7 0/3] kbuild: distributed build support for Clang ThinLTO
2026-03-30 15:55 UTC (7+ messages)
` [PATCH v7 1/3] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
` [PATCH v7 2/3] kbuild: change --thin back to 'T' in $(AR)
` [PATCH v7 3/3] kbuild: distributed build support for Clang ThinLTO
[PATCH v12 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
2026-03-30 14:33 UTC (2+ messages)
` [PATCH v12 03/15] kasan: Fix inline mode for x86 tag-based mode
[PATCH] kconfig: forbid multiple entries with the same symbol in a choice
2026-03-30 14:14 UTC (2+ messages)
[PATCH v3] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
2026-03-30 6:42 UTC (2+ messages)
[PATCH v2] kbuild: add GCC stability warning
2026-03-30 5:43 UTC (3+ messages)
[PATCH v4] kbuild: host: use single executable for rustc -C linker
2026-03-29 19:46 UTC (5+ messages)
` [PATCH v5] "
[PATCH] kbuild: add GCC stability warning
2026-03-29 18:02 UTC
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-29 17:33 UTC (2+ messages)
[PATCH] kbuild: fix decl_tag_kfuncs gating to require pahole v1.27
2026-03-27 16:53 UTC (2+ messages)
[PATCH v6 0/2] kbuild: distributed build support for Clang ThinLTO
2026-03-27 7:59 UTC (3+ messages)
` [PATCH v6 2/2] "
[PATCH v4 0/8] scalable symbol flags with __kflagstab
2026-03-26 21:31 UTC (3+ messages)
[PATCH v5 0/7] scalable symbol flags with __kflagstab
2026-03-26 21:21 UTC (8+ messages)
` [PATCH v5 1/7] module: define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v5 2/7] module: add kflagstab section to vmlinux and modules
` [PATCH v5 3/7] module: populate kflagstab in modpost
` [PATCH v5 4/7] module: use kflagstab instead of *_gpl sections
` [PATCH v5 5/7] module: deprecate usage of *_gpl sections in module loader
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox