linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 08:27:58 to 2019-07-08 23:16:02 UTC [more...]

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

[PATCH v2] kbuild: get rid of misleading $(AS) from documents
 2019-07-08 20:02 UTC  (2+ messages)

[PATCH] kbuild: fix compression errors getting ignored
 2019-07-08 15:34 UTC 

[PATCH 2/3] kasan: disable CONFIG_KASAN_STACK with clang on arm32
 2019-07-08 14:32 UTC  (2+ messages)

uuid define issue build on macos
 2019-07-08 11:26 UTC 

Dear,
 2019-07-08  7:46 UTC 

[PATCH] builddeb: generate multi-arch friendly linux-libc-dev package
 2019-07-07  8:58 UTC  (10+ messages)
    ` [PATCH v2] "
        ` [PATCH v3 0/1] builddeb: generate multi-arch friendly linux-libc-dev
          ` [PATCH v3 1/1] builddeb: generate multi-arch friendly linux-libc-dev package

[PATCH] kbuild: use -E instead of -c for __cc-option
 2019-07-07  4:32 UTC  (3+ messages)

[kbuild:kbuild 35/43] cc1: error: invalid --param name 'asan-instrument-allocas'; did you mean 'asan-instrument-writes'?
 2019-07-07  4:31 UTC  (2+ messages)

[PATCH 1/3] kbuild: rename arg-check to cmd-check
 2019-07-06 14:45 UTC  (4+ messages)
` [PATCH 2/3] kbuild: save $(strip ...) for calling any-prepreq
` [PATCH 3/3] kbuild: save $(strip ...) for calling if_changed and friends

[PATCH 1/2] kbuild: fix missed rebuild of modules.builtin
 2019-07-06 14:45 UTC  (3+ messages)
` [PATCH 2/2] kbuild: split modules.order build rule out of 'modules' target

[PATCH v2] fixdep: check return value of printf() and putchar()
 2019-07-06 14:40 UTC  (2+ messages)

[PATCH] kbuild: add more hints about SUBDIRS replacement
 2019-07-06 14:30 UTC  (3+ messages)

[PATCH] kallsyms: exclude kasan local symbols on s390
 2019-07-06 14:15 UTC  (2+ messages)

[PATCH] lkc_proto.h: Fix spelling of sym_is_changable
 2019-07-06 13:01 UTC  (2+ messages)

[PATCH 1/3] kbuild: remove obj and src from the top Makefile
 2019-07-06  3:07 UTC  (3+ messages)
` [PATCH 2/3] kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
` [PATCH 3/3] kbuild: add a flag to force absolute path for srctree

Quotes needed For July Shipments
 2019-07-05 21:39 UTC 

[PATCH 1/2] scripts/tags.sh: drop SUBARCH support for ARM
 2019-07-05 15:14 UTC  (2+ messages)
` [PATCH 2/2] scripts/tags.sh: remove unused environment variables from comments

Klientskie bazy. Email: prodawez@armyspy.com Uznajte podrobnee!
 2019-07-05  2:04 UTC 

mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/)
 2019-07-05  1:19 UTC 

[PATCH] kbuild: Add ability to test Clang's integrated assembler
 2019-07-03 23:45 UTC  (3+ messages)

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-03 23:40 UTC  (50+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core
` [PATCH v5 06/18] kbuild: enable building KUnit
` [PATCH v5 07/18] kunit: test: add initial tests
` [PATCH v5 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v5 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v5 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v5 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

Wohltätigkeitsspende von 2.000.000 Millionen Euro
 2019-07-03 21:20 UTC 

[kbuild:header-test-v3 25/25] arch/sparc/include/asm/mman.h:22:6: error: 'current' undeclared
 2019-07-03 14:12 UTC 

[PATCH 0/7] Compile-test UAPI and kernel headers
 2019-07-02 16:54 UTC  (10+ messages)
` [PATCH 1/7] init/Kconfig: add CONFIG_CC_CAN_LINK
` [PATCH 2/7] kbuild: compile-test exported headers to ensure they are self-contained
` [PATCH 3/7] kbuild: do not create wrappers for header-test-y
` [PATCH 4/7] kbuild: support header-test-pattern-y
` [PATCH 5/7] kheaders: remove meaningless -R option of 'ls'
` [PATCH 6/7] kheaders: include only headers into kheaders_data.tar.xz
` [PATCH 7/7] kbuild: compile-test kernel headers to ensure they are self-contained

Клиентские базы! Email: prodawez@armyspy.com Узнайте подробнее!
 2019-06-30 21:24 UTC 

[PATCH v3 0/4] Compile-test UAPI and kernel headers
 2019-06-30  7:57 UTC  (11+ messages)
` [PATCH v3 1/4] kbuild: compile-test UAPI headers to ensure they are self-contained
` [PATCH v3 2/4] kbuild: do not create wrappers for header-test-y
` [PATCH v3 3/4] kbuild: support header-test-pattern-y
` [PATCH v3 4/4] kbuild: compile-test kernel headers to ensure they are self-contained

[PATCH] kbuild: get rid of misleading $(AS) from documents
 2019-06-28 17:03 UTC  (4+ messages)

[PATCH 37/39] docs: adds some directories to the main documentation index
 2019-06-28 12:55 UTC  (2+ messages)

[PATCH v2 0/4] Compile-test UAPI and kernel headers
 2019-06-27 16:42 UTC  (10+ messages)
` [PATCH v2 1/4] kbuild: compile-test UAPI headers to ensure they are self-contained
` [PATCH v2 2/4] kbuild: do not create wrappers for header-test-y
` [PATCH v2 3/4] kbuild: support header-test-pattern-y
` [PATCH v2 4/4] kbuild: compile-test kernel headers to ensure they are self-contained

[PATCH] kbuild: compile-test global headers to ensure they are self-contained
 2019-06-27  3:36 UTC  (7+ messages)

Клиентские базы! Email: prodawez@armyspy.com Узнайте подробнее!
 2019-06-27  0:49 UTC 

[PATCH v4 00/10] klp-convert livepatch build tooling
 2019-06-26 10:27 UTC  (9+ messages)

[PATCH] video: fbdev: s3c-fb: Mark expected switch fall-throughs
 2019-06-25 20:18 UTC  (6+ messages)

Linux 4.19 and GCC 9
 2019-06-25  8:08 UTC  (14+ messages)

[PATCH] fixdep: check return code of printf() and putchar()
 2019-06-25  6:15 UTC 

From:Miss: Fatima Yusuf
 2019-06-22 16:28 UTC 

[PATCH] kbuild: fix a warning in double cleaning of separate build directory
 2019-06-22  7:51 UTC 

[PATCH] kbuild: fix 'No such file or directory' warning for headers_install
 2019-06-22  6:55 UTC 

[PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers
 2019-06-22  5:39 UTC  (6+ messages)
` [PATCH 15/15] kbuild: compile test UAPI headers to ensure they are self-contained

[PATCH 1/2] lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.o
 2019-06-20 15:55 UTC  (4+ messages)
` [PATCH 2/2] lib/raid6: refactor unroll rules with pattern rules

[PATCH] kbuild: Remove unnecessary -Wno-unused-value
 2019-06-20 15:52 UTC  (3+ messages)

[PATCH] kbuild: Enable -Wuninitialized
 2019-06-20 15:45 UTC  (2+ messages)

[PATCH] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
 2019-06-20 14:23 UTC  (2+ messages)

[PATCH 13/15] kbuild: add support for ensuring headers are self-contained
 2019-06-18 15:45 UTC  (4+ messages)
` [PATCH v2] "

[RFC PATCH] kbuild: Add option to generate a Compilation Database
 2019-06-18 15:16 UTC  (2+ messages)

Adding new build target
 2019-06-18 15:03 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).