linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-12 09:41:14 to 2025-08-25 20:26:35 UTC [more...]

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-25 20:24 UTC  (4+ messages)
` [PATCH v5 01/19] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v5 02/19] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v5 03/19] kasan: Fix inline mode for x86 tag-based mode

[PATCH] scripts/misc-check: update export checks for EXPORT_SYMBOL_FOR_MODULES()
 2025-08-25 20:20 UTC  (2+ messages)

[PATCH net-next v2] uapi: wrap compiler_types.h in an ifdef instead of the implicit strip
 2025-08-25 20:18 UTC 

[PATCH 0/5] kcfi: Prepare for GCC support
 2025-08-25 19:31 UTC  (13+ messages)
` [PATCH 1/5] compiler_types.h: Move __nocfi out of compiler-specific header
` [PATCH 2/5] x86/traps: Clarify KCFI instruction layout
` [PATCH 3/5] x86/cfi: Add option for cfi=debug bootparam
` [PATCH 4/5] x86/cfi: Remove __noinitretpoline and __noretpoline
` [PATCH 5/5] kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI

[PATCH v6 0/9] Add generated modalias to modules.builtin.modinfo
 2025-08-25 16:56 UTC  (27+ messages)
` [PATCH v6 1/9] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v6 2/9] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v6 3/9] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v6 4/9] scsi: Always define blogic_pci_tbl structure
` [PATCH v6 5/9] pinctrl: meson: Fix typo in device table macro
` [PATCH v6 6/9] modpost: Add modname to mod_device_table alias
` [PATCH v6 7/9] modpost: Create modalias for builtin modules
` [PATCH v6 8/9] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
` [PATCH v6 9/9] s390: vmlinux.lds.S: Reorder sections

[PATCH] rust: kernel: remove support for unused host `#[test]`s
 2025-08-25 14:31 UTC  (4+ messages)

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

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-22  7:36 UTC  (35+ messages)
` [PATCH v4 01/18] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v4 02/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v4 03/18] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v4 04/18] x86: Add arch specific kasan functions
` [PATCH v4 05/18] kasan: arm64: x86: Make special tags arch specific
` [PATCH v4 06/18] x86: Reset tag for virtual to physical address conversions
` [PATCH v4 07/18] mm: x86: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v4 08/18] x86: Physical address comparisons in fill_p*d/pte
` [PATCH v4 09/18] x86: KASAN raw shadow memory PTE init
` [PATCH v4 10/18] x86: LAM compatible non-canonical definition
` [PATCH v4 11/18] x86: LAM initialization
` [PATCH v4 12/18] x86: Minimal SLAB alignment
` [PATCH v4 13/18] kasan: arm64: x86: Handle int3 for inline KASAN reports
` [PATCH v4 14/18] kasan: x86: Apply multishot to the inline report handler
` [PATCH v4 15/18] kasan: x86: Logical bit shift for kasan_mem_to_shadow
` [PATCH v4 16/18] mm: Unpoison pcpu chunks with base address tag
` [PATCH v4 17/18] mm: Unpoison vms[area] addresses with a common tag
` [PATCH v4 18/18] x86: Make software tag-based kasan available

[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-08-21 21:15 UTC  (2+ messages)
` [PATCH v2 01/12] kbuild: Bump minimum "

[PATCH v3 0/8] gen_init_cpio: add copy_file_range / reflink support
 2025-08-21 19:09 UTC  (15+ messages)
` [PATCH v3 1/8] gen_init_cpio: write to fd instead of stdout stream
` [PATCH v3 2/8] gen_init_cpio: support -o <output_file> parameter
` [PATCH v3 3/8] gen_init_cpio: attempt copy_file_range for file data
` [PATCH v3 4/8] gen_init_cpio: avoid duplicate strlen calls
` [PATCH v3 5/8] gen_initramfs.sh: use gen_init_cpio -o parameter
` [PATCH v3 6/8] docs: initramfs: file data alignment via name padding
` [PATCH v3 7/8] gen_init_cpio: add -a <data_align> as reflink optimization
` [PATCH v3 8/8] initramfs_test: add filename padding test case

[PATCH 00/10] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-08-21 17:27 UTC  (5+ messages)
` [PATCH 01/10] kbuild: Bump minimum "

[PATCH] docs: fs: fix kernel-doc warning in name_contains_dotdot
 2025-08-21 14:44 UTC  (2+ messages)

[PATCH] kasan: fix GCC mem-intrinsic prefix with sw tags
 2025-08-21 14:30 UTC  (2+ messages)

[PATCH v2 0/7] gen_init_cpio: add copy_file_range / reflink support
 2025-08-21  8:10 UTC  (17+ messages)
` [PATCH v2 1/7] gen_init_cpio: write to fd instead of stdout stream
` [PATCH v2 2/7] gen_init_cpio: support -o <output_path> parameter
` [PATCH v2 3/7] gen_init_cpio: attempt copy_file_range for file data
` [PATCH v2 4/7] gen_init_cpio: avoid duplicate strlen calls
` [PATCH v2 5/7] gen_initramfs.sh: use gen_init_cpio -o parameter
` [PATCH v2 6/7] docs: initramfs: file data alignment via name padding
` [PATCH v2 7/7] gen_init_cpio: add -a <data_align> as reflink optimization

[PATCH v17 6/7] rust: samples: add a module parameter to the rust_minimal sample
 2025-08-20 18:21 UTC  (3+ messages)
` [v17,6/7] "

[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-08-19 20:44 UTC  (8+ messages)

[PATCH] kconfig: qconf/xconfig: show the OptionsMode radio button setting at startup
 2025-08-18 18:14 UTC  (3+ messages)

[PATCH] kconfig: nconf: Format and print 'line' without a temporary copy
 2025-08-18 18:14 UTC  (3+ messages)

[PATCH v2 0/6] kbuild: enable CONFIG_WERROR for more build steps
 2025-08-18 17:45 UTC  (12+ messages)
` [PATCH v2 1/6] kbuild: align W=e with CONFIG_WERROR
` [PATCH v2 2/6] kbuild: unify W=e and CONFIG_WERROR
` [PATCH v2 3/6] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
` [PATCH v2 4/6] kbuild: respect CONFIG_WERROR for linker and assembler
` [PATCH v2 5/6] kbuild: respect CONFIG_WERROR for userprogs
` [PATCH v2 6/6] kbuild: enable -Werror for hostprogs

[PATCH v7 0/8] Add generated modalias to modules.builtin.modinfo
 2025-08-18 16:55 UTC  (9+ messages)
` [PATCH v7 1/8] s390: vmlinux.lds.S: Reorder sections
` [PATCH v7 2/8] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v7 3/8] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v7 4/8] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v7 5/8] scsi: Always define blogic_pci_tbl structure
` [PATCH v7 6/8] modpost: Add modname to mod_device_table alias
` [PATCH v7 7/8] modpost: Create modalias for builtin modules
` [PATCH v7 8/8] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o

linux-next: build failure after merge of the kbuild tree
 2025-08-18  4:27 UTC  (2+ messages)

[PATCH 0/2] kbuild: userprogs: also inherit byte order and ABI from kernel
 2025-08-15 21:16 UTC  (6+ messages)
` [PATCH 1/2] kbuild: userprogs: avoid duplication of flags inherited "
` [PATCH 2/2] kbuild: userprogs: also inherit byte order and ABI "

[PATCH v4 18/24] riscv: vdso: Disable LTO for the vDSO
 2025-08-15 15:07 UTC  (2+ messages)

[PATCH v4 17/24] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
 2025-08-15 15:07 UTC  (2+ messages)

[PATCH v4 06/24] riscv: elf: Move relocation constants to UAPI
 2025-08-15 15:05 UTC  (2+ messages)

[PATCH v4 00/24] vdso: Reject absolute relocations during build
 2025-08-15 10:06 UTC  (5+ messages)

[PATCH v2 0/5] kbuild: uapi: various fixes
 2025-08-14 19:11 UTC  (7+ messages)
` [PATCH v2 1/5] kbuild: uapi: rerun header tests when headers_check.pl changes
` [PATCH v2 2/5] kbuild: uapi: fail header test on compiler warnings
` [PATCH v2 3/5] kbuild: uapi: upgrade warning on asm/types.h inclusion to error
` [PATCH v2 4/5] kbuild: uapi: upgrade check_sizetypes() warning "
` [PATCH v2 5/5] kbuild: uapi: upgrade check_declarations() "

[PATCH 0/6] kbuild: uapi: various fixes
 2025-08-13  5:54 UTC  (7+ messages)
` [PATCH 2/6] kbuild: uapi: only update hdrtest output on success

[PATCH 0/2] kbuild: enable CONFIG_WERROR for more build steps
 2025-08-12 20:56 UTC  (5+ messages)

[PATCH] rust: workaround `rustdoc` target modifiers bug
 2025-08-12 19:53 UTC  (2+ messages)

[PATCH] rust: kbuild: clean output before running `rustdoc`
 2025-08-12 19:53 UTC  (2+ messages)

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-08-12  9:41 UTC  (6+ 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).