public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-17 15:31:01 to 2019-08-06 21:37:34 UTC [more...]

[PATCH AUTOSEL 4.9 10/17] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
 2019-08-06 21:37 UTC 

[PATCH AUTOSEL 4.14 15/25] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
 2019-08-06 21:36 UTC 

[PATCH AUTOSEL 4.19 18/32] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
 2019-08-06 21:35 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 19/32] kbuild: Check for unknown options with cc-option usage in Kconfig and clang

[PATCH AUTOSEL 5.2 34/59] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
 2019-08-06 21:32 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 35/59] kbuild: Check for unknown options with cc-option usage in Kconfig and clang

[PATCH RFC] modpost: Support I2C Aliases from OF tables
 2019-08-06 17:39 UTC  (10+ messages)

[PATCH 1/2] kbuild: add OBJSIZE variable for the size tool
 2019-08-06 10:56 UTC  (2+ messages)
` [PATCH 2/2] s390/build: use size command to perform empty .bss check

[PATCH 1/3] kbuild: fix false-positive need-builtin
 2019-08-06 10:03 UTC  (3+ messages)
` [PATCH 2/3] kbuild: generate modules.order only in directories visited by obj-y/m
` [PATCH 3/3] kbuild: show hint if subdir-y/m is used to visit module Makefile

[RFC PATCH] kbuild: re-implement detection of CONFIG options leaked to user-space
 2019-08-06  9:35 UTC  (3+ messages)

[PATCH 0/5] kbuild: allow big modules to sub-divide Makefiles
 2019-08-06  6:39 UTC  (6+ messages)
` [PATCH 1/5] kbuild: treat an object as multi-used when $(foo-) is set
` [PATCH 2/5] kbuild: clean up modname calculation
` [PATCH 3/5] kbuild: rename cmd_ar_builtin to cmd_ar_no_sym
` [PATCH 4/5] kbuild: support composite objects spanning across multiple Makefiles
` [PATCH 5/5] drm: i915: hierachize Makefiles

[PATCH] kbuild: Remove unused variable TMPO of ld-option
 2019-08-06  6:33 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v5.3-rc3
 2019-08-04 17:20 UTC  (2+ messages)

make_kernelconfig fails in OpenWRT buildroot
 2019-08-04 17:08 UTC  (3+ messages)

[PATCH] kconfig: ignore auto-generated file
 2019-08-04  9:25 UTC  (3+ messages)

[PATCH] kconfig: fix missing choice values in auto.conf
 2019-08-04  3:50 UTC  (5+ messages)
    ` [PATCH v2] kconfig: Clear "written" flag to avoid data loss

[PATCH] kbuild: revive single target %.ko
 2019-08-02 10:23 UTC 

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-02  7:37 UTC  (23+ messages)
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger

[RFC PATCH] modpost: check for static EXPORT_SYMBOL* functions
 2019-08-01  6:17 UTC  (28+ messages)
` [PATCH] "
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[PATCH v3] kbuild: Check for unknown options with cc-option usage in Kconfig and clang
 2019-08-01  2:56 UTC  (4+ messages)

better kbuild support for drivers spanning multiple directories?
 2019-07-31 13:51 UTC 

[PATCH] kbuild: add [M] marker for build log of *.mod.o
 2019-07-31  6:13 UTC 

[PATCH v4 00/10] klp-convert livepatch build tooling
 2019-07-31  5:58 UTC  (6+ messages)
` [PATCH v4 03/10] livepatch: Add klp-convert tool
` [PATCH v4 06/10] modpost: Add modinfo flag to livepatch modules

[PATCH] kbuild: initialize CLANG_FLAGS correctly in the top Makefile
 2019-07-30 16:45 UTC  (5+ messages)

[PATCH] lib/raid6: fix unnecessary rebuild of vpermxor*.c
 2019-07-30 16:40 UTC 

[PATCH 1/4] kbuild: modpost: include .*.cmd files only when targets exist
 2019-07-30 15:59 UTC  (4+ messages)
` [PATCH 2/4] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
` [PATCH 3/4] kbuild: modpost: remove unnecessary dependency for __modpost
` [PATCH 4/4] kbuild: modpost: do not parse unnecessary rules for vmlinux modpost

[PATCH v2] kbuild: Check for unknown options with cc-option usage in Kconfig and clang
 2019-07-30 14:28 UTC  (6+ messages)

[PATCH v2] Makefile: rules for printing kernel architecture and localversion
 2019-07-29 20:30 UTC 

kbuild: Fail if gold linker is detected
 2019-07-29 17:06 UTC  (18+ messages)
    ` [PATCH v2] "

[PATCH] gen_compile_commands: lower the entry count threshold
 2019-07-29 17:17 UTC  (3+ messages)

[PATCH] Kbuild: Handle PREEMPT_RT for version string and magic
 2019-07-29  2:22 UTC  (5+ messages)
    ` [PATCH V2] "

[GIT PULL] Kbuild fixes for v5.3-rc2
 2019-07-28 17:45 UTC  (2+ messages)

[PATCH 2/2] kbuild: detect missing header include guard
 2019-07-28 17:34 UTC 

INFO: rcu detected stall in vhost_worker
 2019-07-28  8:36 UTC  (3+ messages)

[PATCH] kbuild: clean-up subdir-ym computation
 2019-07-26  2:17 UTC 

[PATCH] kbuild: remove unused single-used-m
 2019-07-26  2:17 UTC 

.h.s files spam
 2019-07-25 21:34 UTC  (2+ messages)

[PATCH] kbuild: Check for unknown options with cc-option and clang in Kbuild
 2019-07-25 16:52 UTC  (4+ messages)

[PATCH v3 00/12] kbuild: create *.mod with directory path and remove MODVERDIR
 2019-07-25 15:49 UTC  (6+ messages)
` [PATCH v3 07/12] kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod

[FWIW PATCH] kbuild: create modules.order in sub-directories visited by subdir-y,m
 2019-07-25 15:06 UTC 

[PATCH] kbuild: detect missing "WITH Linux-syscall-note" for uapi headers
 2019-07-25 11:17 UTC  (3+ messages)

Bank Director
 2019-07-24  4:54 UTC 

[PATCH 1/5] x86_64: -march=native support
 2019-07-23 20:04 UTC  (10+ messages)
` [PATCH 2/5] x86_64, -march=native: POPCNT support
` [PATCH 3/5] x86_64, -march=native: REP MOVSB support
` [PATCH 4/5] x86_64, -march=native: REP STOSB support
` [PATCH 5/5] x86_64, -march=native: MOVBE support

[kbuild:uapi-header-test-v1 15/16] ld: cannot find include/lib.a: No such file or directory
 2019-07-23 10:17 UTC 

[PATCH] kbuild: remove unused objectify macro
 2019-07-23  4:11 UTC 

[PATCH] kbuild: disable compile-test of kernel headers for now
 2019-07-22  4:49 UTC  (4+ messages)

[TRIVIAL PATCH] of: per-file dtc preprocessor flags
 2019-07-22  1:43 UTC  (4+ messages)

RE
 2019-07-21  6:30 UTC 

[GIT PULL] More Kbuild updates for v5.3-rc1
 2019-07-20 18:40 UTC  (2+ messages)

[PATCH 1/3] kbuild: use $(basename ...) for cmd_asn1_compiler
 2019-07-20 16:27 UTC  (3+ messages)
` [PATCH 2/3] kbuild: make bison create C file and header in a single pattern rule
` [PATCH 3/3] kbuild: move flex and bison rules to Makefile.host

[PATCH v2 00/11] kbuild: create *.mod with directory path and remove MODVERDIR
 2019-07-20  5:09 UTC  (6+ messages)
` [PATCH v2 08/11] kbuild: create *.mod with full "

[PATCH AUTOSEL 4.9 21/45] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
 2019-07-19  4:12 UTC 

[PATCH AUTOSEL 4.14 28/60] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
 2019-07-19  4:10 UTC 

[PATCH AUTOSEL 4.19 044/101] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
 2019-07-19  4:06 UTC 

[PATCH AUTOSEL 5.1 065/141] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
 2019-07-19  4:01 UTC  (2+ messages)
` [PATCH AUTOSEL 5.1 072/141] fixdep: check return value of printf() and putchar()

[PATCH AUTOSEL 5.2 085/171] net/ipv4: fib_trie: Avoid cryptic ternary expressions
 2019-07-19  3:55 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 086/171] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
` [PATCH AUTOSEL 5.2 095/171] fixdep: check return value of printf() and putchar()

linux-next: Tree for Jul 18 (header build error)
 2019-07-19  0:40 UTC  (5+ messages)

[PATCH v2] kbuild: add -fcf-protection=none when using retpoline flags
 2019-07-17 17:22 UTC  (2+ messages)

linux-next: Tree for Jul 17
 2019-07-17 15:44 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