public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-15 07:30:04 to 2024-07-29 08:51:24 UTC [more...]

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-07-29  8:50 UTC  (10+ messages)
` [PATCH 1/6] Add AutoFDO "
` [PATCH 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH 6/6] Add Propeller configuration for kernel build

[PATCH] net: usb: lan78xx: add weak dependency with micrel phy module
 2024-07-29  8:34 UTC  (17+ messages)

[PATCH] slimbus: generate MODULE_ALIAS() from MODULE_DEVICE_TABLE()
 2024-07-29  6:06 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v6.11-rc1
 2024-07-28 21:19 UTC  (2+ messages)

[PATCH] kbuild: Fix '-S -c' in x86 stack protector scripts
 2024-07-28 19:13 UTC  (8+ messages)

[PATCH] kbuild: pahole-version: avoid errors if executing fails
 2024-07-28 12:55 UTC 

[PATCH 0/2] module: Split modules_install compression and in-kernel decompression
 2024-07-28  9:03 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] module: Clean up the description of MODULE_SIG_<type>

[PATCH] kbuild: rpm-pkg: ghost modules.weakdep file
 2024-07-28  8:08 UTC  (2+ messages)

[PATCH 0/4] kbuild: cross-compile linux-headers package
 2024-07-27  7:42 UTC  (5+ messages)
` [PATCH 1/4] modpost: remove unused HOST_ELFCLASS
` [PATCH 2/4] modpost: detect endianness on run-time
` [PATCH 3/4] kbuild: slim down package for building external modules
` [PATCH 4/4] kbuild: cross-compile linux-headers package when possible

ZSTD compression-level when CONFIG_MODULE_COMPRESS_ZSTD=y
 2024-07-26 22:18 UTC  (4+ messages)

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-07-26 21:05 UTC  (7+ messages)

[PATCH 1/2] kbuild: rust: Define probing macros for rustc
 2024-07-26 12:36 UTC  (5+ messages)
` [PATCH 2/2] kbuild: rust: Enable KASAN support

[PATCH v2] scripts: reduce false positives in the macro_checker script
 2024-07-26  3:13 UTC 

[PATCH] kbuild: rpm-pkg: Fix C locale setup
 2024-07-25 19:44 UTC  (12+ messages)
` [GIT PULL] Kbuild updates for v6.11-rc1

[PATCH] kbuild: clean up code duplication in cmd_fdtoverlay
 2024-07-25 19:23 UTC 

[PATCH v3 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-07-25 19:10 UTC  (3+ messages)
` [PATCH v3 6/6] objtool/kbuild/rust: enable objtool for Rust

[PATCH v2 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-07-25  9:53 UTC  (6+ messages)
` [PATCH v2 6/6] objtool/kbuild/rust: enable objtool for Rust

[PATCH] scripts: reduce false positives in the macro_checker script
 2024-07-25  9:48 UTC  (4+ messages)

[PATCH] kbuild: Fix broken "make binrpm-pkg"
 2024-07-24 13:03 UTC  (2+ messages)

[PATCH 00/17] arch: convert everything to syscall.tbl
 2024-07-23 12:58 UTC  (5+ messages)
` [PATCH 02/17] csky: drop asm/gpio.h wrapper

[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-07-23  6:32 UTC  (6+ messages)
` [PATCH v2 1/5] kallsyms: Emit symbol at the holes in the text
` [PATCH v2 2/5] module: kallsyms: Determine exact function size
` [PATCH v2 3/5] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH v2 4/5] ftrace: Fix possible out-of-bound issue "
` [PATCH v2 5/5] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround

[PATCH v2] kbuild: doc: gcc to CC change
 2024-07-22  5:57 UTC 

[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-07-22  1:29 UTC  (8+ messages)
` [PATCH 1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc()
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text

[PATCH]: kbuild doc typo fix
 2024-07-21 23:10 UTC  (2+ messages)

[PATCH v7] kbuild: add script and target to generate pacman package
 2024-07-21 18:42 UTC  (9+ messages)

[PATCH 1/2] kallsyms: unify seq and start_pos fields of struct sym_entry
 2024-07-20 16:21 UTC  (2+ messages)
` [PATCH 2/2] kallsyms: change sym_entry::percpu_absolute to bool type

[PATCH v2] Makefile: add comment to discourage tools/* addition for kernel builds
 2024-07-20 14:22 UTC  (4+ messages)

[PATCH bpf-next] kbuild, bpf: reproducible BTF from pahole when KBUILD_BUILD_TIMESTAMP set
 2024-07-20 12:12 UTC  (5+ messages)

[PATCH 1/3] kallsyms: avoid repeated calculation of array size for markers
 2024-07-20 10:30 UTC  (3+ messages)
` [PATCH 2/3] kallsyms: use \t instead of a tab in printf()
` [PATCH 3/3] kallsyms: add more original symbol type/name in comment lines

[PATCH 1/2] kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
 2024-07-20  7:27 UTC  (2+ messages)
` [PATCH 2/2] modpost: use generic macros for hash table implementation

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

[PATCH] kbuild: fix rebuild of generic syscall headers
 2024-07-18 17:03 UTC  (3+ messages)

[PATCH 0/3] fortify: fix various issues in test_fortify Makefile
 2024-07-18  4:22 UTC  (10+ messages)
` [PATCH 1/3] fortify: use if_changed_dep to record header dependency in *.cmd files
` [PATCH 2/3] fortify: refactor test_fortify Makefile to fix some build problems
` [PATCH 3/3] fortify: move test_fortify.sh to lib/test_fortify/

[PATCH v6] kbuild: add script and target to generate pacman package
 2024-07-17 21:13 UTC  (13+ messages)

[PATCH v2 2/2] kbuild: rpm-pkg: introduce a simple changelog section for kernel.spec
 2024-07-17 20:49 UTC  (8+ messages)
` [PATCH v3 "
        ` [PATCH v4 "

[PATCH] kbuild: mark "FORCE" target as secondary
 2024-07-17 18:50 UTC  (5+ messages)

[PATCH] kbuild: clean up scripts/remove-stale-files
 2024-07-17 18:13 UTC 

[PATCH] kallsyms: get rid of code for absolute kallsyms
 2024-07-17 17:11 UTC  (2+ messages)

[PATCH v3] kconfig: recursive checks drop file/lineno
 2024-07-17 17:10 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2 0/2] sparc/build: Rework CFLAGS for clang compatibility
 2024-07-17 16:10 UTC  (3+ messages)
` [PATCH v2 1/2] sparc/build: Remove all usage of -fcall-used* flags
` [PATCH v2 2/2] sparc/build: Add SPARC target flags for compiling with clang

[PATCH] usr: shorten cmd_initfs in Makefile
 2024-07-16  8:52 UTC  (2+ messages)

[PATCH v5 0/4] Generate address range data for built-in modules
 2024-07-16  3:10 UTC  (5+ messages)
` [PATCH v5 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v5 3/4] scripts: add verifier script for builtin module range data
` [PATCH v5 4/4] module: add install target for modules.builtin.ranges

[PATCH] arm64: remove redundant 'if HAVE_ARCH_KASAN' in Kconfig
 2024-07-15 13:59 UTC  (6+ messages)

[RFC PATCH v4 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-07-15 12:42 UTC  (8+ messages)
` [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

[PATCH v4] kbuild: add script and target to generate pacman package
 2024-07-15  7:38 UTC  (3+ messages)


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