linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-20 05:47:56 to 2025-06-03 08:47:46 UTC [more...]

[PATCH 1/2] kbuild: set y instead of 1 to KBUILD_{BUILTIN,MODULES}
 2025-06-03  8:46 UTC  (4+ messages)
` [PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds

[PATCH v3] kbuild: distributed build support for Clang ThinLTO
 2025-06-02 22:20 UTC  (12+ messages)

[PATCH v2 1/4] kbuild: move W=1 check for scripts/misc-check to top-level Makefile
 2025-06-02 22:06 UTC  (5+ messages)
` [PATCH v2 2/4] scripts/misc-check: add double-quotes to satisfy shellcheck
` [PATCH v2 3/4] scripts/misc-check: check missing #include <linux/export.h> when W=1
` [PATCH v2 4/4] scripts/misc-check: check unnecessary "

[PATCH] kbuild: stop module name mangling
 2025-06-02 19:35 UTC  (3+ messages)

[PATCH v3 0/6] Add generated modalias to modules.builtin.modinfo
 2025-06-02 18:44 UTC  (26+ messages)
` [PATCH v3 1/6] scsi: Define MODULE_DEVICE_TABLE only if necessary
  ` [PATCH v4 1/6] scsi: Always define blogic_pci_tbl structure
` [PATCH v3 2/6] modules: Add macros to specify modinfo prefix
` [PATCH v3 3/6] modpost: Make mod_device_table aliases more unique
` [PATCH v3 4/6] modpost: Create modalias for builtin modules
` [PATCH v3 5/6] kbuild: Move modules.builtin.modinfo to another makefile
` [PATCH v3 6/6] kbuild: Create modules.builtin.modinfo for modpost results
` [PATCH v3 7/6] scsi: Always define MODULE_DEVICE_TABLE

[PATCH 0/1] kconfig: comparison feature between two .config files added to mconf
 2025-06-02 16:42 UTC  (9+ messages)
` [PATCH 1/1] Kconfig: Added compare capabilities for mconf

[PATCH v2] kconfig/nconf: Replace strncpy() with snprintf() for safe string copy
 2025-06-02 13:57 UTC  (4+ messages)

[PATCH] module: make __mod_device_table__* symbols static
 2025-06-02 10:55 UTC 

[PATCH AUTOSEL 6.12 67/93] Make 'cc-option' work correctly for the -Wno-xyzzy pattern
 2025-06-01 23:33 UTC 

[PATCH AUTOSEL 6.14 074/102] Make 'cc-option' work correctly for the -Wno-xyzzy pattern
 2025-06-01 23:29 UTC 

[PATCH AUTOSEL 6.15 080/110] Make 'cc-option' work correctly for the -Wno-xyzzy pattern
 2025-06-01 23:24 UTC 

[PATCH 1/3] kbuild: move W=1 check for scripts/misc-check to top-level Makefile
 2025-06-01  9:19 UTC  (5+ messages)
` [PATCH 2/3] scripts/misc-check: check missing #include <linux/export.h>
` [PATCH 3/3] scripts/misc-check: check unnecessary "

[GIT PULL] require gcc-8 and binutils-2.30
 2025-05-31 15:30 UTC  (3+ messages)

[PATCH] genksyms: Fix enum consts from a reference affecting new values
 2025-05-31 13:59 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 21/26] Make 'cc-option' work correctly for the -Wno-xyzzy pattern
 2025-05-30 12:40 UTC 

[PATCH AUTOSEL 6.14 23/28] Make 'cc-option' work correctly for the -Wno-xyzzy pattern
 2025-05-30 12:39 UTC 

[PATCH AUTOSEL 6.15 25/30] Make 'cc-option' work correctly for the -Wno-xyzzy pattern
 2025-05-30 12:38 UTC 

[PATCH] scripts/tags.sh: allow to use alternative ctags implementation
 2025-05-29 19:46 UTC 

[linus:master] [crypto] 40b9969796: UBSAN:unsigned-integer-overflow_in_lib/crypto/chacha20poly1305-selftest.c
 2025-05-28 17:41 UTC  (2+ messages)

[PATCH] kbuild: replace deprecated T option with --thin for $(AR)
 2025-05-27 22:16 UTC  (2+ messages)

[PATCH] kconfig: introduce menu type enum
 2025-05-27 17:56 UTC 

[GIT PULL] Kbuild fixes for v6.15-rc7
 2025-05-27 14:58 UTC  (4+ messages)

[PATCH v2 00/11] kunit: Introduce UAPI testing framework
 2025-05-27 14:51 UTC  (17+ messages)
` [PATCH v2 01/11] kbuild: userprogs: add nolibc support
` [PATCH v2 02/11] kbuild: introduce CONFIG_ARCH_HAS_NOLIBC
` [PATCH v2 04/11] kbuild: introduce blob framework
` [PATCH v2 09/11] kunit: uapi: Add example for UAPI tests
` [PATCH v2 10/11] kunit: uapi: Introduce preinit executable

[PATCH 1/3] modpost: check forbidden MODULE_IMPORT_NS("module:") at compile time
 2025-05-27  7:55 UTC  (4+ messages)
` [PATCH 2/3] modpost: allow "make nsdeps" to skip module-specific symbol namespace
` [PATCH 3/3] docs/core-api/symbol-namespaces: drop table of contents and section numbering

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-05-27  3:30 UTC  (24+ messages)
` [PATCH v2 01/14] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v2 02/14] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v2 03/14] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches
` [PATCH v2 05/14] arm: "
` [PATCH v2 06/14] arm64: "
` [PATCH v2 07/14] s390: "
` [PATCH v2 08/14] powerpc: "
` [PATCH v2 09/14] mips: "
` [PATCH v2 10/14] loongarch: "
` [PATCH v2 11/14] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v2 12/14] kstack_erase: Support Clang stack depth tracking
` [PATCH v2 13/14] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v2 14/14] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH 1/2] tinyconfig: enable CONFIG_LD_DEAD_CODE_DATA_ELIMINATION
 2025-05-26  9:07 UTC  (2+ messages)
` [PATCH 2/2] kbuild: link lib-y objects to vmlinux forcibly even when CONFIG_MODULES=n

[PATCH] kconfig: check for a NULL pointer before access
 2025-05-26  8:08 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] scripts: add zboot support to extract-vmlinux
 2025-05-23 15:03 UTC  (3+ messages)

[PATCH] Makefile.kcov: apply needed compiler option unconditionally in CFLAGS_KCOV
 2025-05-22  8:18 UTC  (6+ messages)

[PATCH] scripts: Correct the function name in comment
 2025-05-22  7:31 UTC  (2+ messages)

[PATCH] kconfig/nconf: Replace deprecated strncpy() with strscpy()
 2025-05-22  7:20 UTC  (2+ messages)

[PATCH v3 0/5] module: Strict per-modname namespaces
 2025-05-22  5:32 UTC  (7+ messages)
` [PATCH v3 2/5] module: Add module specific symbol namespace support
` [PATCH v3 3/5] module: Extend the MODULE_ namespace parsing

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-21 22:26 UTC  (17+ messages)

[PATCH v2] kbuild: distributed build support for Clang ThinLTO
 2025-05-21 16:53 UTC  (4+ messages)

[PATCH] kconfig/nconf: Replace deprecated strncpy() with strscpy()
 2025-05-21 14:05 UTC 

[PATCH] kconfig: replace unsafe strncpy with safer alternatives in confdata.c
 2025-05-21 12:50 UTC 

[PATCH v3 0/3] Some kernel-doc fixes
 2025-05-21 10:19 UTC  (6+ messages)
` [PATCH v3 1/3] MAINTAINERS: update linux-doc entry to cover new Python scripts
` [PATCH v3 2/3] docs: kerneldoc.py: simplify exception handling logic
` [PATCH v3 3/3] scripts: kernel-doc: prevent a KeyError when checking output

[PATCH v2 0/3] Some kernel-doc fixes
 2025-05-21  8:30 UTC  (6+ messages)
` [PATCH v2 1/3] MAINTAINERS: update linux-doc entry to cover new Python scripts
` [PATCH v2 2/3] docs: kerneldoc.py: simplify exception handling logic
` [PATCH v2 3/3] scripts: kernel-doc: prevent a KeyError when checking output

[PATCH v2 0/1] Some kernel-doc fixes
 2025-05-21  7:01 UTC  (3+ messages)
` [PATCH v2 1/1] MAINTAINERS: update linux-doc entry to cover new Python scripts

Kconfig for range is being ignored
 2025-05-20 23:33 UTC  (7+ messages)

[PATCH v2] rust: kbuild: rebuild if `.clippy.toml` changes
 2025-05-20 20:08 UTC  (3+ messages)

[PATCH] rust: kbuild: rebuild if `.clippy.toml` changes
 2025-05-20 19:36 UTC  (3+ messages)

[PATCH 0/4] Some kernel-doc fixes
 2025-05-20 15:40 UTC  (10+ messages)
` [PATCH 1/4] docs: kerneldoc.py: don't use Sphinx logger
` [PATCH 2/4] scripts: kernel-doc: prevent a KeyError when checking output
` [PATCH 3/4] docs: kerneldoc.py: add try/except blocks for kernel-doc class errors
` [PATCH 4/4] MAINTAINERS: update linux-doc entry to cover new Python scripts

[PATCH 0/1] docs: kernel-doc: doesn't suppress error/warnings
 2025-05-20 13:09 UTC  (8+ messages)
` [PATCH 1/1] docs: kerneldoc.py: don't use Sphinx logger

[PATCH] modpost: decreasing the log print level
 2025-05-20  5:07 UTC 


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).