messages from 2025-10-09 03:44:41 to 2025-10-22 21:22:23 UTC [more...]
[PATCH] kbuild: install-extmod-build: Fix when given dir outside the build dir
2025-10-22 20:48 UTC (2+ messages)
[PATCH] kbuild: uapi: reuse KBUILD_USERCFLAGS
2025-10-22 21:20 UTC (3+ messages)
[PATCH] kbuild: Use objtree for module signing key path
2025-10-22 21:20 UTC (4+ messages)
[PATCH, v2] kbuild: doc: improve KBUILD_BUILD_TIMESTAMP documentation
2025-10-22 21:20 UTC (4+ messages)
[PATCH 0/2] Kbuild: enable -fms-extensions, make btrfs the first user
2025-10-22 21:11 UTC (10+ messages)
` [PATCH 1/2] Kbuild: enable -fms-extensions
` [PATCH 2/2] btrfs: send: make use of -fms-extensions for defining struct fs_path
[PATCH] modpost: drop '*_probe' from section check whitelist
2025-10-22 20:39 UTC (3+ messages)
[PATCH 0/3] compiler_types: Introduce __counted_by_ptr()
2025-10-22 8:20 UTC (10+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] lkdtm/bugs: Add __counted_by_ptr() test PTR_BOUNDS
` [PATCH 3/3] coredump: Use __counted_by_ptr for struct core_name::corename
[PATCH v10 0/5] tracepoints: Add warnings for unused tracepoints and trace events
2025-10-22 0:43 UTC (6+ messages)
` [PATCH v10 1/5] sorttable: Move ELF parsing into scripts/elf-parse.[ch]
` [PATCH v10 2/5] tracing: Add a tracepoint verification check at build time
` [PATCH v10 3/5] tracepoint: Do not warn for unused event that is exported
` [PATCH v10 4/5] tracing: Allow tracepoint-update.c to work with modules
` [PATCH v10 5/5] tracing: Add warnings for unused tracepoints for modules
[PATCH v9 0/4] tracepoints: Add warnings for unused tracepoints and trace events
2025-10-21 21:21 UTC (15+ messages)
` [PATCH v9 1/4] sorttable: Move ELF parsing into scripts/elf-parse.[ch]
` [PATCH v9 2/4] tracing: Add a tracepoint verification check at build time
` [PATCH v9 3/4] tracepoint: Do not warn for unused event that is exported
` [PATCH v9 4/4] tracing: Add warnings for unused tracepoints for modules
[PATCH] Kconfig:Uses glibc so strscpy has to be manually- added
2025-10-21 19:28 UTC
[PATCH v2 00/10] scalable symbol flags with __kflagstab
2025-10-21 8:35 UTC (16+ messages)
` [PATCH v2 01/10] define kernel symbol flags
` [PATCH v2 02/10] linker: add kflagstab section to vmlinux and modules
` [PATCH v2 03/10] modpost: create entries for kflagstab
` [PATCH v2 04/10] module loader: use kflagstab instead of *_gpl sections
` [PATCH v2 05/10] modpost: put all exported symbols in ksymtab section
` [PATCH v2 06/10] module loader: remove references of *_gpl sections
` [PATCH v2 07/10] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v2 08/10] remove references to *_gpl sections in documentation
` [PATCH v2 09/10] modpost: add symbol import protection flag to kflagstab
` [PATCH v2 10/10] module loader: enforce symbol import protection
[PATCH v2] efistub: Only link libstub to final vmlinux
2025-10-20 6:55 UTC (28+ messages)
Family December trip
2025-10-19 21:45 UTC
[PATCH] scripts: Add check-build-warnings.pl for tracking kernel build warnings
2025-10-17 21:22 UTC (2+ messages)
[PATCH] scripts/clang-tools: Handle included .c files in gen_compile_commands
2025-10-17 17:21 UTC (3+ messages)
` [PATCH v2] "
[PATCH] kbuild: doc: describe the error caused by pre-epoch timestamp
2025-10-16 10:38 UTC (2+ messages)
[REGRESSION][BISECTED] My audio broke (was: [PATCH 05/27] ALSA: hda: Move controller drivers into sound/hda/controllers directory)
2025-10-16 9:52 UTC (3+ messages)
[PATCH v2 0/8] dce, riscv: Unused syscall trimming with PUSHSECTION and conditional KEEP()
2025-10-16 6:03 UTC (13+ messages)
` [PATCH v2/resend "
` [PATCH v2 1/8] init/Kconfig: add CONFIG_TRIM_UNUSED_SYSCALLS and related options
` [PATCH v2 2/8] scripts/syscalltbl.sh: add optional --used-syscalls argument for syscall trimming
` [PATCH v2 3/8] scripts/Makefile.asm-headers: pass USED_SYSCALLS to syscalltbl.sh
` [PATCH v2 4/8] riscv: enable HAVE_TRIM_UNUSED_SYSCALLS when toolchain supports DCE
` [PATCH v2 5/8] kconfig: add CONFIG_PUSHSECTION_WITH_RELOC for relocation support
` [PATCH v2 6/8] compiler.h: introduce PUSHSECTION macro to establish proper references
` [PATCH v2 7/8] vmlinux.lds.h: support conditional KEEP() in linker script
` [PATCH v2 8/8] riscv: use PUSHSECTION in ex_table, jump_table, bug_table and alternatives
[PATCH v2 0/4] kbuild: Fixes for AutoFDO and Propeller builds
2025-10-16 2:38 UTC (8+ messages)
` [PATCH v2 1/4] kbuild: Fix Propeller flags
` [PATCH v2 2/4] kbuild: Disable AutoFDO and Propeller flags for kernel modules
` [PATCH v2 3/4] kbuild: Remove MFS flags from Propeller profile generate builds
` [PATCH v2 4/4] kbuild: Add config to assert profile accuracy for aggressive optimization
[BUG] kbuild: modules.builtin is empty on architectures without CONFIG_ARCH_VMLINUX_NEEDS_RELOCS
2025-10-15 17:29 UTC (3+ messages)
[PATCH] gen_initramfs.sh: add the positive check for timestamp
2025-10-15 13:39 UTC (3+ messages)
[PATCH] gen_initramfs.sh: add the positive check for timestamp
2025-10-15 10:27 UTC (2+ messages)
[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2025-10-15 9:21 UTC (9+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
` [RFC PATCH 1/4] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/4] llvm-cov: add Clang's MC/DC support
` [RFC PATCH 3/4] x86: disable llvm-cov instrumentation
` [RFC PATCH 4/4] x86: enable llvm-cov support
[REGRESSION][BISECTED] kbuild: CFLAGS=-w no longer works
2025-10-15 2:55 UTC (5+ messages)
[PATCH 1/4] kbuild: Fix Propeller flags
2025-10-14 19:03 UTC (8+ messages)
` [PATCH 2/4] kbuild: Disable AutoFDO and Propeller flags for kernel modules
` [PATCH 3/4] kbuild: Remove MFS flags from Propeller profile generate builds
` [PATCH 4/4] kbuild: Add config to assert profile accuracy for aggressive optimization
[PATCH] kconfig/mconf: Initialize the default locale at startup
2025-10-14 15:49 UTC
[RFC PATCH 0/1] kbuild: introduce containerized builds
2025-10-14 15:42 UTC (7+ messages)
` [RFC PATCH 1/1] kbuild: add Makefile.container with CONTAINER option
[PATCH] kconfig/nconf: Initialize the default locale at startup
2025-10-14 14:44 UTC
[PATCH v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
2025-10-14 13:05 UTC (11+ messages)
` [PATCH v2 01/10] kbuild: don't enable CC_CAN_LINK if the dummy program generates warnings
` [PATCH v2 02/10] init: deduplicate cc-can-link.sh invocations
` [PATCH v2 03/10] kbuild: allow architectures to override CC_CAN_LINK
` [PATCH v2 04/10] riscv: Implement custom CC_CAN_LINK
` [PATCH v2 05/10] s390: "
` [PATCH v2 06/10] powerpc: "
` [PATCH v2 07/10] MIPS: "
` [PATCH v2 08/10] x86/Kconfig: "
` [PATCH v2 09/10] sparc: "
` [PATCH v2 10/10] kbuild: simplify CC_CAN_LINK
Welders ready to work
2025-10-14 7:55 UTC
[PATCH 0/5] kcfi: Prepare for GCC support
2025-10-14 1:12 UTC (2+ messages)
[GIT PULL] Kbuild fixes for 6.18 #1
2025-10-11 23:10 UTC (2+ messages)
[PATCH] kbuild: Use '--strip-unneeded-symbol' for removing module device table symbols
2025-10-11 8:12 UTC (2+ messages)
[PATCH] kbuild: use $(obj)/ instead of $(src)/ for COPY
2025-10-10 19:02 UTC (5+ messages)
[PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds
2025-10-10 18:56 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH 0/3] kbuild: Fixes for fallout from recent modules.builtin.modinfo series
2025-10-10 17:16 UTC (9+ messages)
` [PATCH 1/3] kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinux
` [PATCH 2/3] kbuild: Add '.rel.*' strip pattern for vmlinux
` [PATCH 3/3] s390/vmlinux.lds.S: Move .vmlinux.info to end of allocatable sections
[PATCH v8 7/8] modpost: Create modalias for builtin modules
2025-10-10 13:24 UTC (8+ messages)
[PATCH v2 0/5] kbuild: uapi: various fixes
2025-10-09 16:56 UTC (5+ messages)
` [PATCH v2 4/5] kbuild: uapi: upgrade check_sizetypes() warning to error
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