Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2026-08-07 19:35:07 to 2026-08-28 04:52:13 UTC [more...]

[PATCH 00/27] objtool: dynamically detect noreturns
 2026-08-28  4:51 UTC  (25+ messages)
` [PATCH 01/27] objtool: Remove obsolete noreturns.h entries
` [PATCH 02/27] kbuild: Add CONFIG_OBJTOOL_DEFERRED
` [PATCH 03/27] kbuild: Add CONFIG_OBJTOOL_CONTROL_FLOW
` [PATCH 04/27] objtool: Fix dead end detection for sibling calls
` [PATCH 05/27] objtool: Refactor the noreturn/dead-end detection
` [PATCH 06/27] objtool: Ignore traps after noreturn calls in STT_CODE
` [PATCH 07/27] objtool: Make .discard.stack_frame_non_standard non-allocatable
` [PATCH 08/27] efi/libstub: Drop .discard.addressable from the stub objects
` [PATCH 09/27] efi/loongarch: Mark loongarch efi_boot_kernel() non-standard for objtool
` [PATCH 10/27] objtool: Add ANNOTATE_IGNORE_NORETURN()
` [PATCH 11/27] LoongArch: Annotate reboot and kexec paths as returnable
` [PATCH 12/27] kbuild: Defer running objtool to link time for all CFG features
` [PATCH 13/27] rust: Annotate the intrinsic stubs as returnable
` [PATCH 14/27] panic: Mark abort() __noreturn
` [PATCH 15/27] x86/xen: Ignore noreturn status of weak mem_map_via_hcall()
` [PATCH 16/27] objtool: Detect noreturns in weak functions
` [PATCH 17/27] x86/entry: Make rewind_stack_and_make_dead() a real function
` [PATCH 18/27] x86/xen: Make xen_cpu_bringup_again() "
` [PATCH 19/27] x86/xen: Make xen_start_kernel() noreturn
` [PATCH 20/27] x86/boot: Rework how pi startup symbols get exposed to vmlinux
` [PATCH 21/27] objtool: Fix noreturn detection for non-sibling jumps to SYM_CODE
` [PATCH 22/27] objtool: Add options to write/read exported noreturns to/from a file
` [PATCH 23/27] kbuild: Do the per-module objtool pass right before linking
` [PATCH 24/27] kbuild: Generate the noreturn list and validate modules against it

[PATCH] rust: kbuild: disambiguate `zerocopy_derive` for `rusttest`
 2026-08-25 23:36 UTC  (3+ messages)

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-08-25 19:10 UTC  (22+ messages)
` [PATCH RFC v3 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v3 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v3 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v3 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v3 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v3 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v3 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v3 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v3 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v3 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v3 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v3 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols

[PATCH] setlocalversion: make tag local to try_tag()
 2026-08-25 13:49 UTC  (2+ messages)

[PATCH 0/1] kbuild: record real-prereqs in .cmd files
 2026-08-25  3:22 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/2] kbuild: link-vmlinux.sh: more reliable 3rd pass linking
 2026-08-24 13:47 UTC  (5+ messages)
` [PATCH 1/2] kallsyms: add symbol size for kallsyms symbols that can change size

[PATCH v2 0/2] firmware: arm_scmi: Ensure automatic module loading
 2026-08-24 12:14 UTC  (3+ messages)
` [PATCH v2 1/2] module: add SCMI device table alias support

[PATCH 1/2] scripts: add TOML config to container tool
 2026-08-24 10:55 UTC  (3+ messages)
` [PATCH 2/2] Documentation: dev-tools: update container.rst with config file

[PATCH 1/2] kbuild: rust: preserve unreachable traps with inline helpers
 2026-08-24 10:39 UTC  (10+ messages)
` [PATCH 2/2] kbuild: rust: keep Rust objects out of Clang LTO "

[PATCH] rust: cfi: disable function merging if CFI is enabled
 2026-08-24  1:15 UTC  (5+ messages)

[PATCH] kbuild: ubsan: skip UBSAN for external modules by default
 2026-08-21 19:52 UTC  (3+ messages)

[PATCH v5 0/8] Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2026-08-21 11:14 UTC  (4+ messages)
` [PATCH v5 1/8] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers

[PATCH] erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logic
 2026-08-20 10:15 UTC 

[PATCH 0/1] scripts: kstack_erase: avoid absolute stackleak plugin path
 2026-08-20  6:01 UTC  (18+ messages)
` [PATCH 1/1] scripts: kstack_erase: use relative "
            ` [PATCH v2] kstack_erase: suppress -grecord-gcc-switches for external module builds
                          ` [PATCH v3] scripts/gcc-plugins: suppress recorded GCC switches for extmod builds

[PATCH 0/2] alpha: enable building with clang
 2026-08-19 11:26 UTC  (15+ messages)
` [PATCH 2/2] alpha: read $gp and $sp explicitly for clang

[PATCH] kbuild: use prefix-map for host and user progs
 2026-08-19 10:27 UTC  (2+ messages)

[PATCH RFC v2 00/13] sysctl: add module aliases
 2026-08-19  2:28 UTC  (14+ messages)
` [PATCH RFC v2 01/13] keys, pidns, fs/verity, riscv/vector: reorder '#include <linux/sysctl.h>'
` [PATCH RFC v2 02/13] proc: add config option SYSCTL_MODULE_ALIASES
` [PATCH RFC v2 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE
` [PATCH RFC v2 04/13] sysctl: add register_sysctl() wrapper for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 05/13] sysctl, parport: update register_sysctl() callers with template arguments
` [PATCH RFC v2 06/13] sysctl, net: add register_net_sysctl{_sz}() wrappers for MODULE_SYSCTL_TABLE
` [PATCH RFC v2 07/13] sysctl, net: update register_net_sysctl{_sz}() callers with template arguments
` [PATCH RFC v2 08/13] sysctl, net: update register_net_sysctl_sz(ARRAY_SIZE(table_tmpl)) "
` [PATCH RFC v2 09/13] sysctl, ipv6: update register_net_sysctl{_sz}() callers "
` [PATCH RFC v2 10/13] sysctl, net: update register_net_sysctl_sz() edge case
` [PATCH RFC v2 11/13] sysctl: unrandomize struct ctl_table.procname
` [PATCH RFC v2 12/13] modpost: move addend_*_rel() calls into addend_rel()
` [PATCH RFC v2 13/13] modpost: handle MODULE_SYSCTL_TABLE symbols

[PATCH V2] scripts/mkcompile_h: Update LINUX_COMPILE_HOST command substitution syntax
 2026-08-18 20:43 UTC 

[GIT PULL] Kbuild and Kconfig updates for 7.3
 2026-08-18 19:14 UTC  (2+ messages)

[PATCH] kconfig: error out for recursive range
 2026-08-18 19:04 UTC  (2+ messages)

[PATCH] scripts: Make the code use consistent syntax
 2026-08-18 19:01 UTC  (2+ messages)

[PATCH v3 00/14] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-08-17 13:01 UTC  (10+ messages)
` [PATCH v3 03/14] software node: Implement device_get_match_data fwnode callback

[PATCH v3] erofs: cap LZMA stream pool size
 2026-08-15 13:31 UTC  (10+ messages)

[PATCH v4 0/7] vDSO: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery
 2026-08-13 10:26 UTC  (8+ messages)
` [PATCH v4 4/7] clocksource/drivers/mips-gic-timer: "
` [PATCH v4 5/7] clocksource/drivers/arm_arch_timer: "
` [PATCH v4 6/7] clocksource/drivers/timer-riscv: "

[PATCH v2] rust: enable fentry support
 2026-08-12 20:16 UTC 

[PATCH v5 00/13] syscalls: Add a shared table for all archs
 2026-08-12 17:38 UTC  (14+ messages)
` [PATCH v5 01/13] syscalls: Make --abis parsing more robust
` [PATCH v5 02/13] syscalls: Create unified partial table for all archs
` [PATCH v5 03/13] scripts/syscall.tbl: Use the common table
` [PATCH v5 04/13] arm: Use the common syscall table
` [PATCH v5 05/13] s390: "
` [PATCH v5 06/13] sparc: "
` [PATCH v5 07/13] mips: Remove duplicated syscallnr.sh
` [PATCH v5 08/13] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v5 09/13] mips: Use the common syscall table
` [PATCH v5 10/13] syscalls: Add an option for offsetting the common table
` [PATCH v5 11/13] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v5 12/13] alpha: Remove alpha_ prefix from custom syscall entries
` [PATCH v5 13/13] alpha: Use the common syscall table

[PATCH v4 00/12] syscalls: Add a shared table for all archs
 2026-08-12 17:36 UTC  (19+ messages)
` [PATCH v4 01/12] syscalls: Make --abis parsing more robust
` [PATCH v4 02/12] syscalls: Create unified partial table for all archs
` [PATCH v4 03/12] scripts/syscall.tbl: Use the common table
` [PATCH v4 04/12] arm: Use the common syscall table
` [PATCH v4 05/12] s390: "
` [PATCH v4 06/12] sparc: "
` [PATCH v4 07/12] mips: Remove duplicated syscallnr.sh
` [PATCH v4 08/12] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v4 09/12] mips: Use the common syscall table
` [PATCH v4 10/12] syscalls: Add an option for offsetting the common table
` [PATCH v4 11/12] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v4 12/12] alpha: Use the common syscall table

[PATCH] kconfig: Warn on dead select or imply for choice values
 2026-08-11 21:25 UTC  (2+ messages)

[PATCH RFC v3 0/8] syscalls: Add a shared table for all archs
 2026-08-10 14:22 UTC  (13+ messages)
` [PATCH RFC v3 1/8] syscalls: Make --abis parsing more robust
` [PATCH RFC v3 2/8] syscalls: Create unified partial table for all archs
` [PATCH RFC v3 3/8] scripts/syscall.tbl: Use the common table
` [PATCH RFC v3 8/8] mips: Use the common syscall table

[PATCH] kbuild: let the environment set HOSTPKG_CONFIG
 2026-08-08  5:31 UTC  (3+ messages)

[PATCH 0/2] modpost: error logging cleanups
 2026-08-07 21:22 UTC  (4+ messages)


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