Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2025-05-09 13:03:09 to 2025-05-24 18:15:37 UTC [more...]

[PATCH v3] kbuild: distributed build support for Clang ThinLTO
 2025-05-24 18:14 UTC  (2+ messages)

[PATCH] kconfig: check for a NULL pointer before access
 2025-05-24 17:07 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-05-24 10:43 UTC  (22+ 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] 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 1/3] modpost: check forbidden MODULE_IMPORT_NS("module:") at compile time
 2025-05-22  7:17 UTC  (3+ 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 v3 0/5] module: Strict per-modname namespaces
 2025-05-22  5:32 UTC  (17+ messages)
` [PATCH v3 2/5] module: Add module specific symbol namespace support
` [PATCH v3 3/5] module: Extend the MODULE_ namespace parsing
` [PATCH v3 4/5] module: Account for the build time module name mangling
` [PATCH v3 5/5] module: Provide EXPORT_SYMBOL_GPL_FOR_MODULES() helper

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-21 22:26 UTC  (33+ 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  (13+ 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 

[PATCH] Makefile: Get back to kernel-doc.pl as KERNELDOC default
 2025-05-20  5:27 UTC  (2+ messages)

[PATCH] Makefile: add KCFLAGS to build with Yocto SDK
 2025-05-20  0:47 UTC  (5+ messages)

[PATCH] kbuild: move kbuild syntax processing to scripts/Makefile.build
 2025-05-19 19:35 UTC  (2+ messages)

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-05-16 18:09 UTC  (9+ messages)
` [PATCH v3 1/9] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v3 2/9] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG

[PATCH 0/4] Make gcc-8.1 and binutils-2.30 the minimum version
 2025-05-16  8:14 UTC  (4+ messages)
` [PATCH 1/4] kbuild: require gcc-8 and binutils-2.30

[PATCH v2] kcov: rust: add flags for KCOV with Rust
 2025-05-15 12:03 UTC  (3+ messages)

[GIT PULL] Kbuild fixes for v6.15-rc7
 2025-05-15  5:30 UTC  (2+ messages)

[PATCH v3] kunit: fix longest symbol length test
 2025-05-14 21:00 UTC  (2+ messages)

[PATCH v2] Makefile: remove dependency on archscripts for header installation
 2025-05-14  6:12 UTC  (2+ messages)

[PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
 2025-05-13 14:52 UTC  (8+ messages)

[PATCH] rust: rename expanded Rust file extension from .rsi to .expanded.rs
 2025-05-13 10:11 UTC 

[PATCH v2] kunit: fix longest symbol length test
 2025-05-13  5:36 UTC  (3+ messages)

[PATCH] Makefile: remove dependency on archscripts for header installation
 2025-05-12 15:55 UTC  (4+ messages)

[PATCH v1 0/7] Add generated modalias to modules.builtin.modinfo
 2025-05-12 14:52 UTC  (11+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 1/6] scsi: Define MODULE_DEVICE_TABLE only if necessary
` [PATCH v2 2/6] modules: Add macros to specify modinfo prefix
` [PATCH v2 3/6] modpost: Make mod_device_table aliases more unique
` [PATCH v2 4/6] modpost: Create modalias for builtin modules
` [PATCH v2 5/6] kbuild: Move modules.builtin.modinfo to another makefile
` [PATCH v2 6/6] kbuild: Create modules.builtin.modinfo for modpost results

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-05-12 11:15 UTC  (5+ messages)
` [PATCH 2/2] btf: Add the option to include global variable types

[PATCH 0/2] kbuild: revert relative paths in compiler outputs
 2025-05-12  9:13 UTC  (6+ messages)
` [PATCH 1/2] Revert "kbuild: make all file references relative to source root"
` [PATCH 2/2] Revert "kbuild, rust: use -fremap-path-prefix to make paths relative"

[PATCH] kbuild: fix typos "module.builtin" to "modules.builtin"
 2025-05-12  5:36 UTC 

[PATCH] kbuild: fix dependency on sorttable
 2025-05-11  7:54 UTC  (2+ messages)

[PATCH v2] kbuild: Disable -Wdefault-const-init-unsafe
 2025-05-11  3:49 UTC  (4+ messages)

[PATCH v2] kbuild: make all file references relative to source root
 2025-05-11  3:37 UTC  (4+ messages)

[PATCH v1 5/7] modpost: Create modalias for builtin modules
 2025-05-09 16:44 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] init: remove unused CONFIG_CC_CAN_LINK_STATIC
 2025-05-09 13:23 UTC 

[PATCH 0/2] Deal with clang's -Wdefault-const-init-unsafe
 2025-05-09 13:02 UTC  (3+ messages)
` [PATCH 1/2] kbuild: Disable -Wdefault-const-init-field-unsafe


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