messages from 2019-05-08 11:37:56 to 2019-05-14 22:19:49 UTC [more...]
[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-05-14 22:17 UTC (19+ messages)
` [PATCH v4 01/18] kunit: test: add KUnit test runner core
` [PATCH v4 02/18] kunit: test: add test resource management API
` [PATCH v4 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v4 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v4 05/18] kunit: test: add the concept of expectations
` [PATCH v4 06/18] kbuild: enable building KUnit
` [PATCH v4 07/18] kunit: test: add initial tests
` [PATCH v4 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v4 09/18] kunit: test: add support for test abort
` [PATCH v4 10/18] kunit: test: add tests for kunit "
` [PATCH v4 11/18] kunit: test: add the concept of assertions
` [PATCH v4 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v4 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v4 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v4 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v4 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v4 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-05-14 20:54 UTC (63+ messages)
` [PATCH v2 06/17] kbuild: enable building KUnit
` [PATCH v2 14/17] Documentation: kunit: add documentation for KUnit
[PATCH v3 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-05-14 18:16 UTC (26+ messages)
` [PATCH v3 01/18] kunit: test: add KUnit test runner core
` [PATCH v3 02/18] kunit: test: add test resource management API
` [PATCH v3 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v3 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v3 05/18] kunit: test: add the concept of expectations
` [PATCH v3 06/18] kbuild: enable building KUnit
` [PATCH v3 07/18] kunit: test: add initial tests
` [PATCH v3 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v3 09/18] kunit: test: add support for test abort
` [PATCH v3 10/18] kunit: test: add tests for kunit "
` [PATCH v3 11/18] kunit: test: add the concept of assertions
` [PATCH v3 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v3 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v3 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v3 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v3 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v3 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v3 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
[PATCH] kbuild: terminate Kconfig when $(CC) or $(LD) is missing
2019-05-14 2:54 UTC (7+ messages)
[PATCH] kbuild: add script check for cross compilation utilities
2019-05-13 18:04 UTC (5+ messages)
[PATCH] alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig
2019-05-13 17:20 UTC (2+ messages)
[PATCH 0/4] kbuild: remove 'addtree' and 'flags' magic
2019-05-13 6:22 UTC (5+ messages)
` [PATCH 1/4] media: remove unneeded header search paths
` [PATCH 2/4] media: prefix header search paths with $(srctree)/
` [PATCH 3/4] treewide: "
` [PATCH 4/4] kbuild: remove 'addtree' and 'flags' magic for header search paths
[PATCH] kconfig: make parent directories for the saved .config as needed
2019-05-13 2:31 UTC (2+ messages)
[PATCH] kconfig: remove useless pointer check in conf_write_dep()
2019-05-13 2:31 UTC (2+ messages)
[PATCH] kconfig: remove trailing whitespaces
2019-05-13 2:26 UTC (2+ messages)
[PATCH v2] samples: guard sub-directories with CONFIG options
2019-05-13 2:26 UTC (2+ messages)
[PATCH v2] kbuild: re-enable int-in-bool-context warning
2019-05-13 2:26 UTC (2+ messages)
[PATCH] kbuild: add some extra warning flags unconditionally
2019-05-13 2:23 UTC (6+ messages)
[PATCH] kbuild: add -Wvla flag unconditionally
2019-05-13 2:23 UTC (6+ messages)
[PATCH] kbuild: add most of Clang-specific flags unconditionally
2019-05-13 2:23 UTC (13+ messages)
` [PATCH] Makefile: Don't try to add '-fcatch-undefined-behavior' flag
[PATCH v2] kbuild: add all Clang-specific flags unconditionally
2019-05-13 2:21 UTC (3+ messages)
[PATCH] kconfig: make conf_get_autoconfig_name() static
2019-05-12 16:00 UTC
[PATCH] kconfig: use snprintf for formatting pathnames
2019-05-12 15:42 UTC (2+ messages)
Build-time tests?
2019-05-12 12:23 UTC (2+ messages)
[PATCH] kbuild: turn auto.conf.cmd into a mandatory include file
2019-05-12 2:13 UTC
[PATCH] .gitignore: exclude .get_maintainer.ignore and .gitattributes
2019-05-11 3:13 UTC
[kbuild:kunit 14/17] htmldocs: include/kunit/kunit-stream.h:58: warning: Function parameter or member '2' not described in '__printf'
2019-05-10 21:03 UTC (2+ messages)
8/05/2019
2019-05-11 8:35 UTC
[kbuild:kunit 11/17] kunit/test-test.o: warning: objtool: kunit_test_unsuccessful_try() falls through to next function fake_resource_init()
2019-05-10 14:57 UTC
[PATCH 1/2] kconfig: do not accept a directory for configuration output
2019-05-10 7:41 UTC (8+ messages)
` [PATCH 2/2] kconfig: do not write .config if the content is the same
[kbuild:kunit 6/17] kunit/kunit-stream.c:14:12: sparse: sparse: symbol 'kunit_stream_get_level' was not declared. Should it be static?
2019-05-10 7:32 UTC (2+ messages)
` [RFC PATCH kbuild] kbuild: kunit_stream_get_level() can be static
[kbuild:kunit 16/17] kernel/sysctl-test.c:185:37: warning: integer overflow in expression of type 'long int' results in '2147483647'
2019-05-10 6:12 UTC
[kbuild:kunit 11/17] kunit/test-test.c:185:2: note: in expansion of macro 'KUNIT_EXPECT_EQ'
2019-05-10 1:12 UTC
[kbuild:kunit 16/17] kernel/sysctl-test.c:185:37: warning: integer overflow in expression
2019-05-09 22:56 UTC
[PATCH v4 00/10] klp-convert livepatch build tooling
2019-05-09 14:38 UTC (11+ messages)
` [PATCH v4 01/10] livepatch: Create and include UAPI headers
` [PATCH v4 02/10] kbuild: Support for Symbols.list creation
` [PATCH v4 03/10] livepatch: Add klp-convert tool
` [PATCH v4 04/10] livepatch: Add klp-convert annotation helpers
` [PATCH v4 05/10] modpost: Integrate klp-convert
` [PATCH v4 06/10] modpost: Add modinfo flag to livepatch modules
` [PATCH v4 07/10] livepatch: Add sample livepatch module
` [PATCH v4 08/10] documentation: Update on livepatch elf format
` [PATCH v4 09/10] livepatch/selftests: add klp-convert
` [PATCH v4 10/10] livepatch/klp-convert: abort on special sections
[PATCH] MAINTAINERS: kbuild: Add pattern for scripts/*vmlinux*
2019-05-09 14:08 UTC (2+ 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)
[GIT PULL] Kbuild updates for v5.2
2019-05-08 20:00 UTC (2+ messages)
[your-subject]
2019-05-08 17:49 UTC
[PATCH] Remove MODULE_ALIAS() calls that take undefined macro
2019-05-08 11:37 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox