public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-30 14:29:09 to 2019-08-13 06:02:02 UTC [more...]

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13  6:02 UTC  (51+ messages)
` [PATCH v12 01/18] kunit: test: add KUnit test runner core
` [PATCH v12 02/18] kunit: test: add test resource management API
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v12 04/18] kunit: test: add assertion printing library
` [PATCH v12 05/18] kunit: test: add the concept of expectations
` [PATCH v12 06/18] kbuild: enable building KUnit
` [PATCH v12 07/18] kunit: test: add initial tests
` [PATCH v12 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 10/18] kunit: test: add tests for kunit "
` [PATCH v12 11/18] kunit: test: add the concept of assertions
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v12 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v12 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v12 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v12 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v12 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH v4 00/10] klp-convert livepatch build tooling
 2019-08-13  1:15 UTC  (9+ messages)
` [PATCH v4 03/10] livepatch: Add klp-convert tool
` [PATCH v4 06/10] modpost: Add modinfo flag to livepatch modules

[PATCH 0/1] kbuild: Support building a tree of modules with -M=<root>
 2019-08-13  1:06 UTC  (5+ messages)
` [PATCH 1/1] kbuild: recursive build of external kernel modules

[PATCH] kbuild: Change fallthrough comments to attributes
 2019-08-12 23:23 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] kbuild: Parameterize kallsyms generation and correct reporting
 2019-08-12 21:49 UTC 

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-08-12 21:12 UTC  (18+ messages)

can we use mandatory-y for non-uapi headers?
 2019-08-12 18:00 UTC  (3+ messages)

[PATCH RFC 0/1] kbuild: enable overriding the compiler using the environment
 2019-08-12 17:33 UTC  (12+ messages)
` [PATCH RFC 1/1] "

[PATCH] merge_config.sh: Check error codes from make
 2019-08-12 10:43 UTC  (3+ messages)

[PATCH 00/11] kbuild: clean-ups and improvement of single targets
 2019-08-11  9:55 UTC  (13+ messages)
` [PATCH 01/11] kbuild: move the Module.symvers check for external module build
` [PATCH 02/11] kbuild: refactor part-of-module more
` [PATCH 03/11] kbuild: fix modkern_aflags implementation
` [PATCH 04/11] kbuild: remove 'make /' support
` [PATCH 05/11] kbuild: remove meaningless 'targets' in ./Kbuild
` [PATCH 06/11] kbuild: do not descend to ./Kbuild when cleaning
` [PATCH 07/11] kbuild: unset variables in top Makefile instead of setting 0
` [PATCH 08/11] kbuild: unify vmlinux-dirs and module-dirs rules
` [PATCH 09/11] kbuild: unify clean-dirs rule for in-kernel and external module
` [PATCH 10/11] kbuild: make single targets work more correctly
` [PATCH 11/11] treewide: remove dummy Makefiles for single targets

[PATCH v2] kbuild: re-implement detection of CONFIG options leaked to user-space
 2019-08-11  3:28 UTC  (4+ messages)

make_kernelconfig fails in OpenWRT buildroot
 2019-08-10 15:44 UTC  (6+ messages)

[PATCH 0/5] kbuild: allow big modules to sub-divide Makefiles
 2019-08-10  6:46 UTC  (7+ 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 2/2] kbuild: detect missing header include guard
 2019-08-10  6:39 UTC  (3+ messages)
` [PATCH 1/2] kbuild: stop compile-testing kernel headers by wildcard patterns

[GIT PULL] Kbuild fixes for v5.3-rc4
 2019-08-10  3:35 UTC  (2+ messages)

[PATCH v2] kbuild: show hint if subdir-y/m is used to visit module Makefile
 2019-08-08 15:27 UTC  (2+ messages)

[PATCH RFC] modpost: Support I2C Aliases from OF tables
 2019-08-08 14:00 UTC  (13+ messages)

[RFC PATCH] kbuild: re-implement detection of CONFIG options leaked to user-space
 2019-08-08  7:45 UTC  (4+ messages)

[PATCH 1/3] kbuild: fix false-positive need-builtin
 2019-08-08  6:29 UTC  (5+ 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

[PATCH] kbuild: revive single target %.ko
 2019-08-07 15:15 UTC  (2+ messages)

[RFC PATCH] modpost: check for static EXPORT_SYMBOL* functions
 2019-08-07 15:12 UTC  (14+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[PATCH] kbuild: add [M] marker for build log of *.mod.o
 2019-08-07 15:10 UTC  (2+ messages)

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

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

[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] 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)

[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 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: initialize CLANG_FLAGS correctly in the top Makefile
 2019-07-30 16:45 UTC  (2+ 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  (4+ messages)


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