public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-19 19:21:50 to 2019-05-09 13:37:23 UTC [more...]

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

[PATCH] kbuild: add most of Clang-specific flags unconditionally
 2019-05-09 13:33 UTC  (7+ messages)
    ` [PATCH] Makefile: Don't try to add '-fcatch-undefined-behavior' flag

[PATCH] kbuild: add some extra warning flags unconditionally
 2019-05-09 11:17 UTC  (4+ messages)

[PATCH] kbuild: add -Wvla flag unconditionally
 2019-05-09 11:16 UTC  (3+ messages)

[PATCH] arch: remove dangling asm-generic wrappers
 2019-05-09  7:59 UTC 

Error message when compiler not present
 2019-05-09  7:40 UTC  (2+ messages)

[PATCH] kbuild: terminate Kconfig when $(CC) or $(LD) is missing
 2019-05-09  7:35 UTC 

[PATCH] kconfig: remove trailing whitespaces
 2019-05-09  2:46 UTC 

[PATCH v2] samples: guard sub-directories with CONFIG options
 2019-05-09  1:00 UTC 

[PATCH v2] kbuild: re-enable int-in-bool-context warning
 2019-05-09  0:58 UTC 

[GIT PULL] Kbuild updates for v5.2
 2019-05-08 20:00 UTC  (2+ messages)

Build-time tests?
 2019-05-08 19:30 UTC 

[your-subject]
 2019-05-08 17:49 UTC 

[PATCH] Remove MODULE_ALIAS() calls that take undefined macro
 2019-05-08 11:37 UTC  (4+ messages)

[v2 1/1] kconfig: Terminate menu blocks with a comment in the generated config
 2019-05-07 19:44 UTC  (5+ messages)

[PATCH] .gitignore: add more all*.config patterns
 2019-05-07 12:48 UTC 

[PATCH] kconfig: fix 'Save As' menu of xconfig
 2019-05-07  3:01 UTC  (3+ messages)

[PATCH v3 0/9] klp-convert livepatch build tooling
 2019-05-06 14:39 UTC  (4+ messages)

[PATCH] MAINTAINERS: kbuild: Add pattern for scripts/*vmlinux*
 2019-05-06 12:47 UTC 

[PATCH] kbuild: Fix cross compile link with ccache
 2019-05-06 12:43 UTC 

[ANNOUNCE] Kconfiglib GUI menuconfig
 2019-05-04 12:26 UTC 

[PATCH] scripts/tags.sh: fix direct execution of scripts/tags.sh
 2019-05-01 12:39 UTC  (2+ messages)

[PATCH 1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS
 2019-05-01 12:35 UTC  (6+ messages)
` [PATCH 2/5] kbuild: move Documentation to vmlinux-alldirs
` [PATCH 3/5] samples: guard sub-directories with CONFIG options
` [PATCH 4/5] samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool option
` [PATCH 5/5] samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y

[PATCH] kbuild: Enable -Wsometimes-uninitialized
 2019-05-01 12:30 UTC  (6+ messages)

[PATCH v2] unicode: refactor the rule for regenerating utf8data.h
 2019-05-01  2:59 UTC  (2+ messages)

[PATCH] dontdiff: update with Kconfig build artifacts
 2019-04-30 12:23 UTC  (2+ messages)

[PATCH v4] moduleparam: Save information about built-in modules in separate file
 2019-04-29 16:11 UTC 

[PATCH v3] moduleparam: Save information about built-in modules in separate file
 2019-04-29 15:35 UTC  (4+ messages)

[PATCH] .gitignore: add / prefix/suffix to generated include directories
 2019-04-29 15:17 UTC 

[PATCH v2] moduleparam: Save information about built-in modules in separate file
 2019-04-29  3:28 UTC  (8+ messages)

[PATCH] unicode: refactor the rule for regenerating utf8data.h
 2019-04-29  3:09 UTC  (4+ messages)

[PATCH][next] unicode: fix dereference of a potentially null pointer
 2019-04-28 13:21 UTC  (4+ messages)

[PATCH] scripts: override locale from environment when running recordmcount.pl
 2019-04-28  1:34 UTC  (5+ messages)
    ` [PATCH v2] "

mini.config with defconfig
 2019-04-27 19:34 UTC  (3+ messages)

[PATCH v1 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-04-25 21:39 UTC  (7+ messages)
` [PATCH v1 11/17] kunit: test: add test managed resource tests
` [PATCH v1 14/17] Documentation: kunit: add documentation for KUnit

[PATCH v3 0/3] Refactor memory initialization hardening
 2019-04-24 21:02 UTC  (8+ messages)
` [PATCH v3 1/3] security: Create "kernel hardening" config area
` [PATCH v3 2/3] security: Move stackleak config to Kconfig.hardening
` [PATCH v3 3/3] security: Implement Clang's stack initialization

[PATCH v3 0/9] klp-convert livepatch build tooling
 2019-04-24 21:00 UTC  (10+ messages)
` [PATCH v3 3/9] livepatch: Add klp-convert tool

[PATCH 1/1] kconfig: Terminate menu blocks with a newline in the generated config
 2019-04-24 12:05 UTC  (3+ messages)

[PATCH v2 0/3] Refactor memory initialization hardening
 2019-04-24  4:05 UTC  (5+ messages)
` [PATCH v2 1/3] security: Create "kernel hardening" config area

[PATCH] kbuild: drop support for cc-ldoption
 2019-04-24  3:51 UTC  (2+ messages)

Lieber Freund
 2019-04-24  1:29 UTC 

[PATCH AUTOSEL 3.18 15/15] kconfig/[mn]conf: handle backspace (^H) key
 2019-04-22 19:50 UTC 

[PATCH AUTOSEL 4.4 21/21] kconfig/[mn]conf: handle backspace (^H) key
 2019-04-22 19:49 UTC 

[PATCH AUTOSEL 4.9 28/29] kconfig/[mn]conf: handle backspace (^H) key
 2019-04-22 19:48 UTC 

[PATCH AUTOSEL 4.14 40/43] kconfig/[mn]conf: handle backspace (^H) key
 2019-04-22 19:47 UTC 

[PATCH AUTOSEL 4.19 64/68] kconfig/[mn]conf: handle backspace (^H) key
 2019-04-22 19:45 UTC 

[PATCH AUTOSEL 5.0 75/98] kbuild: skip parsing pre sub-make code for recursion
 2019-04-22 19:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.0 93/98] kconfig/[mn]conf: handle backspace (^H) key

[PATCH] Makefile: add kselftest-build target
 2019-04-19 23:24 UTC 

[PATCH 00/57] Convert files to ReST
 2019-04-19 22:10 UTC  (3+ messages)
` Avoiding merge conflicts while adding new docs - Was: "

[PATCH V1 0/3] kbuild: optimize modules_install
 2019-04-19 19:21 UTC  (4+ messages)
` [PATCH V1 2/3] kbuild: optimize modules_install target


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