linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-24 14:09:58 to 2025-08-10 21:12:09 UTC [more...]

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-08-10 21:12 UTC  (2+ messages)

[PATCH] kconfig: nconf: NUL-terminate 'line' correctly in fill_window()
 2025-08-10 14:22 UTC 

Unable to build custom amd64 module
 2025-08-10  6:51 UTC  (10+ messages)

[PATCH AUTOSEL 6.16-5.4] kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed()
 2025-08-10  0:20 UTC  (3+ messages)
` [PATCH AUTOSEL 6.16-5.4] kconfig: gconf: fix potential memory leak in renderer_edited()
` [PATCH AUTOSEL 6.16-5.4] kconfig: nconf: Ensure null termination where strncpy is used

[PATCH] Makefile: mrproper deletes signing_key.x509
 2025-08-09 20:11 UTC  (2+ messages)

[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-08-08 14:17 UTC  (2+ messages)

[PATCH] scripts/mod/modpost: For CentOS 7/old binutils compatibility
 2025-08-08  3:06 UTC  (5+ messages)

[PATCH v2] kbuild: Re-enable -Wunterminated-string-initialization
 2025-08-07 22:00 UTC  (8+ messages)

6.12 and 6.15 building fixdep / modpost for amd64 instead of 686
 2025-08-07  9:17 UTC  (6+ messages)

[GIT PULL] Kbuild updates for v6.17-rc1 (take 2)
 2025-08-06  5:49 UTC  (3+ messages)

[GIT PULL] Kbuild updates for v6.17-rc1
 2025-08-06  1:52 UTC  (6+ messages)

[PATCH early RFC 0/4] running KASAN off of KCSAN's TSAN hooks
 2025-08-05 13:49 UTC  (7+ messages)
` [PATCH early RFC 1/4] kbuild: kasan,kcsan: refactor out enablement check
` [PATCH early RFC 2/4] kbuild: kasan: refactor open coded cflags for kasan test
` [PATCH early RFC 3/4] kasan: add support for running via KCSAN hooks
` [PATCH early RFC 4/4] mm/slub: Defer KCSAN hook on free to KASAN if available

[PATCH] MAINTAINERS: hand over Kbuild maintenance
 2025-08-04 18:02 UTC  (4+ messages)

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-08-04 15:01 UTC  (5+ messages)

[RFC PATCH 0/5] gen_init_cpio: add copy_file_range support
 2025-08-03 21:11 UTC  (6+ messages)
` [RFC PATCH 1/5] gen_init_cpio: write to fd instead of stdout stream
` [RFC PATCH 2/5] gen_init_cpio: support -o <output_path> parameter
` [RFC PATCH 3/5] gen_init_cpio: attempt copy_file_range for file data
` [RFC PATCH 4/5] gen_init_cpio: avoid duplicate strlen calls
` [RFC PATCH 5/5] gen_initramfs.sh: use gen_init_cpio -o parameter

[PATCH] kbuild: Re-enable -Wunterminated-string-initialization
 2025-08-02 17:08 UTC  (5+ messages)

[PATCH] tools/testing/vma: Fix function parameter declarations for GCC 8.3 compatibility
 2025-08-01  9:48 UTC  (11+ messages)

[PATCH] erofs: Do not select tristate symbols from bool symbols
 2025-07-30 15:12 UTC  (2+ messages)

[PATCH] kbuild: run kunit selftests via the top-level kunit target
 2025-07-30  1:47 UTC  (3+ messages)

[PATCH] kbuild: userprogs: use correct linker when mixing clang and GNU ld
 2025-07-30  0:47 UTC  (5+ messages)

[PATCH v3 kbuild-rebased] kheaders: make it possible to override TAR
 2025-07-29 15:33 UTC  (5+ messages)
  ` [PATCH v4] "

[PATCH] kconfig/lxdialog: replace strcpy with snprintf in print_autowrap
 2025-07-29 14:11 UTC  (2+ messages)

[PATCH 0/2] scripts: add two new scripts to look up Kconfigs
 2025-07-29 14:03 UTC  (5+ messages)
` [PATCH 2/2] scripts: add kconfig lookup script

[PATCH v5 00/10] Add generated modalias to modules.builtin.modinfo
 2025-07-29 13:54 UTC  (14+ messages)
` [PATCH v5 03/10] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v5 06/10] pinctrl: meson: Fix typo in device table macro
` [PATCH v5 07/10] modpost: Add modname to mod_device_table alias
` [PATCH v5 10/10] s390: vmlinux.lds.S: Reorder sections

[PATCH v2] kbuild: userprogs: use correct linker when mixing clang and GNU ld
 2025-07-29 13:49 UTC  (2+ messages)

[PATCH v3] kconfig/lxdialog: replace strcpy() with strncpy() in inputbox.c
 2025-07-29 13:41 UTC  (9+ messages)

[PATCH v4 0/4] stackleak: Support Clang stack depth tracking
 2025-07-29  9:34 UTC  (9+ messages)
` [PATCH v4 1/4] arm64: Handle KCOV __init vs inline mismatches
` [PATCH v4 2/4] x86: "

[PATCH] rust: kernel: remove support for unused host `#[test]`s
 2025-07-29  8:27 UTC  (3+ messages)

[PATCH 00/11] riscv: fine grained hardware assisted kernel control-flow integrity
 2025-07-29  0:36 UTC  (41+ messages)
` [PATCH 01/11] riscv: add landing pad for asm routines
` [PATCH 02/11] riscv: update asm call site in `call_on_irq_stack` to setup correct label
` [PATCH 03/11] riscv: indirect jmp in asm that's static in nature to use sw guarded jump
` [PATCH 04/11] riscv: exception handlers can be software guarded transfers
` [PATCH 05/11] riscv: enable landing pad enforcement
` [PATCH 06/11] mm: Introduce ARCH_HAS_KERNEL_SHADOW_STACK
` [PATCH 07/11] scs: place init shadow stack in .shadowstack section
` [PATCH 08/11] riscv/mm: prepare shadow stack for init task
` [PATCH 09/11] riscv: scs: add hardware shadow stack support to scs
` [PATCH 10/11] scs: generic scs code updated to leverage hw assisted shadow stack
` [PATCH 11/11] riscv: Kconfig & Makefile for riscv kernel control flow integrity

[PATCH] rust: workaround `rustdoc` target modifiers bug
 2025-07-28  6:06 UTC  (4+ messages)

[PATCH v2] kconfig/lxdialog: replace strcpy() with strlcpy() in inputbox.c
 2025-07-27 16:24 UTC  (3+ messages)

[PATCH] kconfig: replace strcpy() with strlcpy() in symbol.c
 2025-07-26 20:38 UTC  (2+ messages)

[PATCH] kconfig/lxdialog: replace strcpy() with strscpy() in inputbox.c
 2025-07-26 17:06 UTC  (7+ messages)

xconfig problem with 'comment'
 2025-07-26 16:43 UTC  (3+ messages)

[PATCH] rust: kbuild: clean output before running `rustdoc`
 2025-07-26 16:04 UTC  (2+ messages)

[PATCH v5 0/3] tracepoints: Add warnings for unused tracepoints and trace events
 2025-07-26 10:36 UTC  (8+ messages)
` [PATCH v5 1/3] sorttable: Move ELF parsing into scripts/elf-parse.[ch]
` [PATCH v5 2/3] tracing: Add a tracepoint verification check at build time
` [PATCH v5 3/3] tracepoint: Do not warn for unused event that is exported

[PATCH v3] kheaders: make it possible to override TAR
 2025-07-26  6:46 UTC  (4+ messages)

[PATCH v2] kconfig: nconf: Fix uncleared lines on help screens
 2025-07-26  6: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;
as well as URLs for NNTP newsgroup(s).