linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-18 16:53:46 to 2025-05-02 19:01:32 UTC [more...]

[PATCH RFC 0/4] stackleak: Support Clang stack depth tracking
 2025-05-02 19:01 UTC  (5+ messages)
` [PATCH RFC 1/4] stackleak: Rename CONFIG_GCC_PLUGIN_STACKLEAK to CONFIG_STACKLEAK
` [PATCH RFC 2/4] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH RFC 3/4] stackleak: Split STACKLEAK_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH RFC 4/4] stackleak: Support Clang stack depth tracking

[PATCH v3 0/4] Introducing Hornet LSM
 2025-05-02 18:44 UTC  (5+ messages)
` [PATCH v3 1/4] security: "
` [PATCH v3 2/4] hornet: Introduce sign-ebpf
` [PATCH v3 3/4] hornet: Add a light skeleton data extractor script
` [PATCH v3 4/4] selftests/hornet: Add a selftest for the Hornet LSM

[PATCH] kbuild: use ARCH from compile.h in unclean source tree msg
 2025-05-02 17:24 UTC 

[PATCH 0/3] Detect changed compiler dependencies for full rebuild
 2025-05-02 16:12 UTC  (5+ messages)
` [PATCH 1/3] gcc-plugins: Force full rebuild when plugins change
` [PATCH 2/3] randstruct: Force full rebuild when seed changes
` [PATCH 3/3] integer-wrap: Force full rebuild when .scl file changes

[PATCH v3 0/5] module: Strict per-modname namespaces
 2025-05-02 14:39 UTC  (7+ messages)
` [PATCH v3 1/5] modpost: Use for() loop
` [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 v2] kunit: fix longest symbol length test
 2025-05-02 14:37 UTC 

[PATCH v2] kcov: rust: add flags for KCOV with Rust
 2025-05-02 13:47 UTC  (3+ messages)

[PATCH v11 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-02 13:44 UTC  (5+ messages)
` [PATCH v11 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v11 2/3] rust: add parameter support to the `module!` macro
` [PATCH v11 3/3] modules: add rust modules files to MAINTAINERS

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-05-02 13:30 UTC  (14+ 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 v3 3/9] kbuild: add stamp file for vmlinux BTF data
` [PATCH v3 4/9] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v3 5/9] module: Make module loading policy usable without MODULE_SIG
` [PATCH v3 6/9] module: Move integrity checks into dedicated function
` [PATCH v3 7/9] module: Move lockdown check into generic module loader
` [PATCH v3 8/9] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v3 9/9] module: Introduce hash-based integrity checking

[PATCH -v2 0/7] module: Strict per-modname namespaces
 2025-05-02 13:15 UTC  (10+ messages)
` [PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing
` [PATCH -v2 6/7] module: Account for the build time module name mangling

[PATCH v10 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-02 12:15 UTC  (8+ messages)
` [PATCH v10 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v10 2/3] rust: add parameter support to the `module!` macro
` [PATCH v10 3/3] modules: add rust modules files to MAINTAINERS

[PATCH v2] kbuild: make all file references relative to source root
 2025-05-02 11:33 UTC  (5+ messages)

[PATCH 0/2] Deal with clang's -Wdefault-const-init-unsafe
 2025-05-02  9:46 UTC  (12+ messages)
` [PATCH 1/2] kbuild: Disable -Wdefault-const-init-field-unsafe
` [PATCH 2/2] include/linux/typecheck.h: Zero initialize dummy variables

[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-05-01 15:50 UTC  (14+ messages)
` [PATCH RFC v3 1/8] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v3 2/8] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v3 3/8] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v3 4/8] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v3 5/8] rseq: add __always_inline for rseq_kernel_fields
` [PATCH RFC v3 6/8] kcov: add __always_inline for canonicalize_ip
` [PATCH RFC v3 7/8] x86/xen: add __init for xen_pgd_walk
` [PATCH RFC v3 8/8] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE

[PATCH v1 0/7] Add generated modalias to modules.builtin.modinfo
 2025-05-01 12:29 UTC  (18+ messages)
` [PATCH v1 1/7] mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE
  ` (subset) "
` [PATCH v1 2/7] scsi: Define MODULE_DEVICE_TABLE only if necessary
` [PATCH v1 3/7] modules: Add macros to specify modinfo prefix
` [PATCH v1 4/7] modpost: Make mod_device_table aliases more unique
` [PATCH v1 5/7] modpost: Create modalias for builtin modules
` [PATCH v1 6/7] kbuild: Move modules.builtin.modinfo to another makefile
` [PATCH v1 7/7] kbuild: Create modules.builtin.modinfo for modpost results

[PATCH] kbuild: Properly disable -Wunterminated-string-initialization for clang
 2025-05-01  1:57 UTC  (2+ messages)

[PATCH] kbuild: distributed build support for Clang ThinLTO
 2025-05-01  1:20 UTC  (3+ messages)

[PATCH 0/4] gendwarfksyms: Add more kABI rules
 2025-04-30 21:40 UTC  (5+ messages)
` [PATCH 1/4] gendwarfksyms: Clean up kABI rule look-ups
` [PATCH 2/4] gendwarfksyms: Add a kABI rule to override byte_size attributes
` [PATCH 3/4] gendwarfksyms: Add a kABI rule to override type strings
` [PATCH 4/4] Documentation/kbuild: Add new gendwarfksyms kABI rules

[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support
 2025-04-30 19:39 UTC  (3+ messages)

[PATCH v2 0/4] KVM: arm64: UBSAN at EL2
 2025-04-30 18:32 UTC  (9+ messages)
` [PATCH v2 1/4] arm64: Introduce esr_is_ubsan_brk()
` [PATCH v2 2/4] ubsan: Remove regs from report_ubsan_failure()
` [PATCH v2 3/4] KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2
` [PATCH v2 4/4] KVM: arm64: Handle UBSAN faults

[PATCH v2 0/4] x86/build: Get rid of vmlinux postlink step
 2025-04-30 16:29 UTC  (4+ messages)
` [PATCH v2 3/4] Kbuild: Create intermediate vmlinux build with relocations preserved

[PATCH] kcov: rust: add flags for KCOV with Rust
 2025-04-30 16:15 UTC  (5+ messages)

[PATCH v4 0/4] Don't create Python bytecode when building the kernel
 2025-04-30 15:41 UTC  (9+ messages)
` [PATCH v4 2/4] Makefile: move KERNELDOC macro to the main Makefile
` [PATCH v4 3/4] scripts/kernel-doc.py: don't create *.pyc files

[PATCH] randstruct: Rebuild completely if randstruct.seed changes
 2025-04-29 16:52 UTC  (3+ messages)

how to create early build deps?
 2025-04-29 12:49 UTC  (3+ messages)

[PATCH v3 0/2] kbuild: Support gendwarfksyms
 2025-04-28 11:50 UTC  (5+ messages)
` [PATCH v3 1/2] kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-Arch
` [PATCH v3 2/2] kbuild: rpm-pkg: Add (elfutils-devel or libdw-devel) to BuildRequires

[PATCH] kunit: fix longest symbol length test
 2025-04-27 20:09 UTC  (2+ messages)

[PATCH] usr/include: openrisc: don't HDRTEST bpf_perf_event.h
 2025-04-26 16:14 UTC  (4+ messages)

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-25 21:44 UTC  (24+ messages)
` [PATCH v2 security-next 1/4] security: "

[PATCH 0/4] KVM: arm64: UBSAN at EL2
 2025-04-25 17:30 UTC  (4+ messages)
` [PATCH 3/4] KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2

[PATCH v3 0/2] Don't create Python bytecode when building the kernel
 2025-04-24  9:28 UTC  (19+ messages)
` [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files

[linus:master] [ubsan/overflow] ed2b548f10: INFO:task_blocked_for_more_than#seconds
 2025-04-23  7:18 UTC 

[PATCH v9 0/6] rust: reduce `as` casts, enable related lints
 2025-04-22 15:15 UTC  (8+ messages)
` [PATCH v9 4/6] rust: enable `clippy::as_underscore` lint

[PATCH] kbuild: Switch from -Wvla to -Wvla-larger-than=0
 2025-04-21 21:30 UTC  (5+ messages)

[PATCH] kbuild: Use --strip-unneeded with INSTALL_MOD_STRIP
 2025-04-21  6:06 UTC  (10+ messages)

[PATCH v3] scripts: Do not strip .rela.dyn section
 2025-04-21  6:04 UTC  (2+ messages)

[PATCH v3 0/4] Don't create Python bytecode when building the kernel
 2025-04-19 16:14 UTC  (4+ messages)
` [PATCH v3 2/4] Makefile: move KERNELDOC macro to the main Makefile
` [PATCH v3 3/4] scripts/kernel-doc.py: don't create *.pyc files

[PATCH v10 0/6] rust: reduce `as` casts, enable related lints
 2025-04-18 16:53 UTC  (3+ messages)
` [PATCH v10 5/6] rust: enable `clippy::cast_lossless` lint


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