Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-17 23:25:21 to 2025-07-30 12:44:57 UTC [more...]

[PATCH] erofs: Do not select tristate symbols from bool symbols
 2025-07-30 12:44 UTC 

[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  (20+ messages)
` [PATCH v5 01/10] module: remove meaningless 'name' parameter from __MODULE_INFO()
` [PATCH v5 02/10] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v5 03/10] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v5 04/10] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v5 05/10] scsi: Always define blogic_pci_tbl structure
` [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 08/10] modpost: Create modalias for builtin modules
` [PATCH v5 09/10] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
` [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  (12+ messages)
` [PATCH v4 1/4] arm64: Handle KCOV __init vs inline mismatches
` [PATCH v4 2/4] x86: "
` [PATCH v4 3/4] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v4 4/4] kstack_erase: Support Clang stack depth tracking

[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  (5+ messages)

[PATCH v2] kconfig: nconf: Fix uncleared lines on help screens
 2025-07-26  6:30 UTC  (3+ messages)

[PATCH v4 0/4] tracepoints: Add warnings for unused tracepoints and trace events
 2025-07-23 22:47 UTC  (10+ messages)
` [PATCH v4 1/4] tracing: sorttable: Add a tracepoint verification check at build time
` [PATCH v4 2/4] tracing: sorttable: Find unused tracepoints for arm64 that uses reloc for address
` [PATCH v4 3/4] tracepoint: Do not warn for unused event that is exported
` [PATCH v4 4/4] tracing: Call trace_ftrace_test_filter() for the event

[PATCH v3 0/5] tracepoints: Add warnings for unused tracepoints and trace events
 2025-07-22 18:12 UTC  (9+ messages)
` [PATCH v3 1/5] tracepoints: Add verifier that makes sure all defined tracepoints are used
` [PATCH v3 2/5] tracing: sorttable: Add a tracepoint verification check at build time
` [PATCH v3 3/5] tracing: sorttable: Find unused tracepoints for arm64 that uses reloc for address
` [PATCH v3 4/5] tracepoint: Do not warn for unused event that is exported
` [PATCH v3 5/5] tracing: Call trace_ftrace_test_filter() for the event

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-22 13:29 UTC  (25+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo
 2025-07-22 10:05 UTC  (4+ messages)

[PATCH v3] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-07-22  9:08 UTC  (8+ messages)

[PATCH v2 0/4] QRTR bus and Qualcomm Sensor Manager IIO drivers
 2025-07-21 11:13 UTC  (7+ messages)
` [PATCH v2 4/4] iio: Add Qualcomm Sensor Manager driver

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-07-21  7:20 UTC  (8+ messages)
` [PATCH v5 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support

[PATCH] kconfig: nconf: Fix uncleared lines on help screens
 2025-07-19 18:20 UTC  (2+ messages)

[BUG linux-next] nconfig: uncleared lines of text on help screens
 2025-07-19 13: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 read-only IMAP folder(s) and NNTP newsgroup(s).