public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-18 12:39:49 to 2024-07-05 10:18:20 UTC [more...]

[PATCH 00/17] arch: convert everything to syscall.tbl
 2024-07-05 10:18 UTC  (20+ 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 1/3] mm: use zonelist_zone() to get zone
 2024-07-05  9:03 UTC  (9+ 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: Update ld-version.sh for change in LLD version output
 2024-07-04 21:23 UTC  (2+ messages)

[PATCH] kbuild: rpm-pkg: fix rpmbuild warnings for kernel.spec
 2024-07-04 19:36 UTC  (8+ 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] kbuild: add script and target to generate pacman package
 2024-07-04 19:33 UTC  (5+ messages)

[PATCH v3 0/2] Rust and the shadow call stack sanitizer
 2024-07-04 17:16 UTC  (6+ 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] kconfig: recursive checks drop file/lineno
 2024-07-04 16:25 UTC  (2+ messages)

[PATCH] kbuild: deb-pkg: use default string when variable is unset or null
 2024-07-04 15:23 UTC 

[PATCH 04/13] rust: relax most deny-level lints to warnings
 2024-07-04 15:07 UTC  (10+ 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 1/3] kbuild: raise the minimum GNU Make requirement to 4.0
 2024-07-04 13:47 UTC  (3+ 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: 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

[PATCH v2 0/4] kbuild: replace $(srctree)/$(src) with $(src) in Makefiles
 2024-07-02 17:46 UTC  (12+ messages)
` [PATCH v2 4/4] kbuild: use $(src) instead of $(srctree)/$(src) for source directory

[PATCH] kbuild: deb-dpkg: Check optional env variables before use
 2024-07-02 17:31 UTC  (3+ messages)

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

[PATCH v2] scripts/make_fit: Support decomposing DTBs
 2024-07-02  9:16 UTC  (2+ messages)

[PROBLEM linux-next] Segfault while building headers with dpkg-deb
 2024-07-02  8:18 UTC  (2+ messages)

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

possible dependency error?
 2024-07-02  0:37 UTC  (7+ messages)

[PROBLEM linux-next] ERROR: modpost: "devm_qcom_tzmem_pool_new" [drivers/firmware/qcom/qcom-scm.ko] undefined!
 2024-07-01 23:16 UTC  (3+ messages)

[GIT PULL] Kbuild fixes for v6.10-rc6
 2024-06-30 17:03 UTC  (2+ messages)

[PATCH] Makefile: add comment to discourage tools/* addition for kernel builds
 2024-06-28 21:54 UTC  (6+ messages)

[PATCH v3 0/2] Makefile: rust-analyzer better error handling, documentation
 2024-06-28 19:05 UTC  (5+ messages)
` [PATCH v3 1/2] Makefile: rust-analyzer target: better error handling
` [PATCH v3 2/2] Makefile: improve comment documentation for the rust-analyzer target

[PROBLEM linux-next] drivers/hid/hidraw.c: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
 2024-06-28 18:07 UTC 

[PROBLEM] make randconfig: net/netfilter/core.c:830: undefined reference to `netfilter_lwtunnel_fini'
 2024-06-28 15:23 UTC  (9+ messages)

[PROBLEM] randconfig: ./include/linux/fortify-string.h:122:33: error: ‘__builtin_strcpy’ source argument is the same as destination [-Werror=restrict]
 2024-06-27 20:28 UTC  (3+ messages)

[PROBLEM] make randconfig: fs/btrfs/ref-verify.c:500:16: error: ‘ret’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 2024-06-27 20:02 UTC  (3+ messages)

[PATCH v2 0/2] Makefile: rust-analyzer better error handling, documentation
 2024-06-27  1:46 UTC  (9+ messages)
` [PATCH v2 1/2] Makefile: rust-analyzer target: better error handling
` [PATCH v2 2/2] Makefile: improve comment documentation for the rust-analyzer target

[PATCH v2] kconfig: recursive checks drop file/lineno
 2024-06-26 19:17 UTC  (2+ messages)

[PATCH 0/5] kconfig: fix conditional prompt for choice and recursive error messages
 2024-06-26 18:22 UTC  (6+ messages)
` [PATCH 1/5] treewide: change conditional prompt for choices to 'depends on'
` [PATCH 2/5] kconfig: fix conditional prompt behavior for choice
` [PATCH 3/5] kconfig: improve error message for dependency between choice members
` [PATCH 4/5] kconfig: improve error message for recursive dependency in choice
` [PATCH 5/5] kconfig: refactor error messages in sym_check_print_recursive()

[PATCH] kbuild: verify dtoverlay files against schema
 2024-06-26 14:56 UTC  (2+ messages)

[PATCH] kbuild: Use $(obj)/%.cc to fix host C++ module builds
 2024-06-25 14:05 UTC  (3+ messages)

[PATCH v2] kbuild: rpm-pkg: fix build error with CONFIG_MODULES=n
 2024-06-24 20:18 UTC  (2+ messages)

[PATCH v2] rust: add flags for shadow call stack sanitizer
 2024-06-24 13:59 UTC  (5+ messages)

"make xconfig" fails with "No rule to make target …/qconf-moc.cc …"
 2024-06-24 11:04 UTC  (2+ messages)

[PATCH v2] kbuild: buildtar: Add explicit 32-bit arm support
 2024-06-22  2:55 UTC  (4+ messages)
` [RESEND PATCH "

[PATCH] Makefile: rust-analyzer target: better error handling and comments
 2024-06-20 20:27 UTC  (6+ messages)

[PATCH] kconfig: Prevent segfault when getting filename
 2024-06-20 19:46 UTC  (3+ messages)

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-06-18 23:32 UTC  (14+ messages)
` [PATCH 13/15] modpost: Add support for hashing long symbol names

[PATCH v4 0/3] Generate address range data for built-in modules
 2024-06-18 18:57 UTC  (3+ messages)
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules

[PATCH AUTOSEL 4.19 8/9] kconfig: gconf: give a proper initial state to the Save button
 2024-06-18 12:43 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 9/9] kconfig: remove wrong expr_trans_bool()

[PATCH AUTOSEL 5.4 8/9] kconfig: gconf: give a proper initial state to the Save button
 2024-06-18 12:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 9/9] kconfig: remove wrong expr_trans_bool()

[PATCH AUTOSEL 5.10 12/13] kconfig: gconf: give a proper initial state to the Save button
 2024-06-18 12:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 13/13] kconfig: remove wrong expr_trans_bool()

[PATCH AUTOSEL 5.15 20/21] kconfig: gconf: give a proper initial state to the Save button
 2024-06-18 12:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 21/21] kconfig: remove wrong expr_trans_bool()

[PATCH AUTOSEL 6.1 27/29] kconfig: gconf: give a proper initial state to the Save button
 2024-06-18 12:39 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 28/29] kconfig: remove wrong expr_trans_bool()

[PATCH AUTOSEL 6.6 32/35] kconfig: remove wrong expr_trans_bool()
 2024-06-18 12:37 UTC 


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