public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-02 18:03:40 to 2024-07-15 07:30:04 UTC [more...]

[RFC PATCH v4 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-07-15  7:29 UTC  (20+ messages)
` [RFC PATCH v4 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [RFC PATCH v4 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [RFC PATCH v4 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [RFC PATCH v4 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [RFC PATCH v4 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [RFC PATCH v4 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [RFC PATCH v4 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [RFC PATCH v4 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [RFC PATCH v4 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [RFC PATCH v4 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [RFC PATCH v4 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [RFC PATCH v4 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [RFC PATCH v4 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [RFC PATCH v4 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [RFC PATCH v4 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [RFC PATCH v4 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [RFC PATCH v4 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH] arm64: remove redundant 'if HAVE_ARCH_KASAN' in Kconfig
 2024-07-15  2:41 UTC  (5+ messages)

[GIT PULL] Kbuild fixes for v6.10(-rc8)
 2024-07-14 22:42 UTC  (2+ messages)

[PATCH] fortify: fix warnings in fortify tests with KASAN
 2024-07-14 21:43 UTC  (3+ messages)

[RESEND PATCH 0/2] kbuild: Fix install errors when INSTALL_PATH does not exist
 2024-07-14 19:24 UTC  (6+ messages)
` [PATCH 1/2] kbuild: Abort make on install failures
` [PATCH 2/2] kbuild: Create INSTALL_PATH directory if it does not exist

[PATCH v2] kbuild: Make ld-version.sh more robust against version string changes
 2024-07-14 18:09 UTC  (3+ messages)

[PATCH] kbuild: rpm-pkg: avoid the warnings with dtb's listed twice
 2024-07-14 18:04 UTC  (3+ messages)

[PATCH 00/17] arch: convert everything to syscall.tbl
 2024-07-14 17:22 UTC  (36+ messages)
` [PATCH 01/17] syscalls: add generic scripts/syscall.tbl
` [PATCH 02/17] csky: drop asm/gpio.h wrapper
` [PATCH 03/17] um: don't generate asm/bpf_perf_event.h
` [PATCH 04/17] loongarch: avoid generating extra header files
` [PATCH 05/17] kbuild: verify asm-generic header list
` [PATCH 06/17] kbuild: add syscall table generation to scripts/Makefile.asm-headers
` [PATCH 07/17] clone3: drop __ARCH_WANT_SYS_CLONE3 macro
` [PATCH 08/17] arc: convert to generic syscall table
` [PATCH 09/17] arm64: convert unistd_32.h to syscall.tbl format
` [PATCH 10/17] arm64: generate 64-bit syscall.tbl
` [PATCH 11/17] arm64: rework compat syscall macros
` [PATCH 12/17] csky: convert to generic syscall table
` [PATCH 13/17] hexagon: use new system call table
` [PATCH 14/17] loongarch: convert to generic syscall table
` [PATCH 15/17] nios2: "
` [PATCH 16/17] openrisc: "
` [PATCH 17/17] riscv: "

[PATCH v4] kbuild: add script and target to generate pacman package
 2024-07-14  8:57 UTC  (4+ messages)

[PATCH v5] kbuild: add script and target to generate pacman package
 2024-07-14  8:03 UTC 

[PATCH v3 0/3] tools build: Incorrect fixdep dependencies
 2024-07-12 20:23 UTC  (6+ messages)
` [PATCH v3 1/3] tools build: Correct libsubcmd "
` [PATCH v3 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues
` [PATCH v3 3/3] tools build: Correct bpf fixdep dependencies

[PATCH v3] kbuild: add script and target to generate pacman package
 2024-07-10 14:46 UTC  (3+ messages)

[PATCH v2 00/13] Support several Rust toolchain versions
 2024-07-10  9:04 UTC  (7+ messages)
` [PATCH v2 04/13] rust: relax most deny-level lints to warnings
` [PATCH v2 05/13] rust: simplify Clippy warning flags set
` [PATCH v2 11/13] kbuild: rust: add `rustc-version` support
` [PATCH v2 12/13] rust: support the new `-Zub-checks` flag

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-07-10  7:30 UTC  (2+ messages)

[PATCH v4 00/12] kconfig: Add support for conflict resolution
 2024-07-10  6:52 UTC  (13+ messages)
` [PATCH v4 01/12] kconfig: Add picosat.h
` [PATCH v4 02/12] kconfig: Add picosat.c (1/3)
` [PATCH v4 03/12] kconfig: Add picosat.c (2/3)
` [PATCH v4 04/12] kconfig: Add picosat.c (3/3)
` [PATCH v4 05/12] kconfig: Add definitions
` [PATCH v4 06/12] kconfig: Add files for building constraints
` [PATCH v4 07/12] kconfig: Add files for handling expressions
` [PATCH v4 08/12] kconfig: Add files for RangeFix
` [PATCH v4 09/12] kconfig: Add files with utility functions
` [PATCH v4 10/12] kconfig: Add tools
` [PATCH v4 11/12] kconfig: Add xconfig-modifications
` [PATCH v4 12/12] kconfig: Add loader.gif

[PATCH v3 0/2] Rust and the shadow call stack sanitizer
 2024-07-09  9:52 UTC  (9+ messages)
` [PATCH v3 1/2] rust: SHADOW_CALL_STACK is incompatible with Rust
` [PATCH v3 2/2] rust: add flags for shadow call stack sanitizer

[PATCH v3 0/2] Makefile: rust-analyzer better error handling, documentation
 2024-07-09  8:00 UTC  (2+ messages)

[PATCH] kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling
 2024-07-09  7:52 UTC  (2+ messages)

[PATCH v2] kbuild: add script and target to generate pacman package
 2024-07-08 20:00 UTC  (5+ messages)

[PATCH 1/4] kconfig: call expr_eliminate_yn() at least once in expr_eliminate_dups()
 2024-07-07 15:40 UTC  (5+ messages)
` [PATCH 2/4] kconfig: add const qualifiers to several function arguments
` [PATCH 3/4] kconfig: remove P_CHOICEVAL property
` [PATCH 4/4] kconfig: remove 'e1' and 'e2' macros from expressoin deduplication

[PATCH 1/2] init: remove unused __MEMINIT* macros
 2024-07-07  5:58 UTC  (6+ messages)
` [PATCH 2/2] init/modpost: conditionally check section mismatch to __meminit*

[PATCH 1/3] mm: use zonelist_zone() to get zone
 2024-07-07  0:04 UTC  (13+ messages)
` [PATCH 2/3] modpost: .meminit.* is not in init section when CONFIG_MEMORY_HOTPLUG set
` [PATCH 3/3] mm/page_alloc: put __free_pages_core() in __meminit section

[PATCH] kbuild: rpm-pkg: fix rpmbuild warnings for kernel.spec
 2024-07-06 16:44 UTC  (10+ messages)
` [PATCH 1/2] kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' "
` [PATCH 2/2] kbuild: rpm-pkg: introduce a simple changelog section "
    ` [PATCH v2 "
        ` [PATCH v3 "

[PROBLEM linux-next] Segfault while building headers with dpkg-deb
 2024-07-06  5:24 UTC  (4+ messages)

[PATCH] kbuild: Update ld-version.sh for change in LLD version output
 2024-07-06  5:08 UTC  (5+ messages)

[PATCH] kbuild: deb-pkg: use default string when variable is unset or null
 2024-07-05 17:05 UTC  (2+ messages)

[PATCH 1/3] kbuild: raise the minimum GNU Make requirement to 4.0
 2024-07-05 17:00 UTC  (6+ messages)
` [PATCH 2/3] modpost: remove self-definitions of R_ARM_* macros
` [PATCH 3/3] modpost: rename R_ARM_THM_CALL to R_ARM_THM_PC22

[PATCH] kbuild: add script and target to generate pacman package
 2024-07-04 19:33 UTC  (5+ messages)

[PATCH v3] kconfig: recursive checks drop file/lineno
 2024-07-04 16:25 UTC  (2+ messages)

[PATCH 04/13] rust: relax most deny-level lints to warnings
 2024-07-04 15:07 UTC  (8+ messages)
` [PATCH 05/13] rust: simplify Clippy warning flags set
` [PATCH 11/13] kbuild: rust: add `rustc-version` support
` [PATCH 12/13] rust: support the new `-Zub-checks` flag

[PATCH] kbuild: avoid build error when single DTB is turned into composite DTB
 2024-07-04 13:13 UTC 

[PATCH v2 1/3] kbuild: deb-pkg: remove support for EMAIL environment variable
 2024-07-04  9:28 UTC  (8+ messages)
` [PATCH v2 2/3] kbuild: deb-pkg: remove support for "name <email>" form for DEBEMAIL
` [PATCH v2 3/3] kbuild: package: add -e and -u options to some shell scripts

[PATCH] scripts: run-clang-tools: add file filtering option
 2024-07-04  9:28 UTC 

[PATCH v2 0/3] tools build: Incorrect fixdep dependencies
 2024-07-03 14:47 UTC  (7+ messages)
` [PATCH v2 1/3] tools build: Correct libsubcmd "
` [PATCH v2 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues
` [PATCH v2 3/3] tools build: Correct bpf fixdep dependencies


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