linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-27 01:47:24 to 2019-07-10 07:16:54 UTC [more...]

[PATCH v8 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-10  7:15 UTC  (15+ messages)
` [PATCH v8 01/18] kunit: test: add KUnit test runner core
` [PATCH v8 02/18] kunit: test: add test resource management API
` [PATCH v8 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v8 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v8 05/18] kunit: test: add the concept of expectations
` [PATCH v8 06/18] kbuild: enable building KUnit
` [PATCH v8 07/18] kunit: test: add initial tests
` [PATCH v8 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v8 09/18] kunit: test: add support for test abort
` [PATCH v8 10/18] kunit: test: add tests for kunit "
` [PATCH v8 11/18] kunit: test: add the concept of assertions
` [PATCH v8 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v8 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v8 14/18] kunit: defconfig: add defconfigs for building "

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

[PATCH] fixup! kbuild: remove obj and src from the top Makefile
 2019-07-10  3:09 UTC 

[PATCH] kbuild: add -fcf-protection=none to retpoline flags
 2019-07-09 18:49 UTC 

[PATCH 0/5] PDF output fixes
 2019-07-09 18:33 UTC  (2+ messages)
` [PATCH 4/5] docs: kbuild: fix build with pdf and fix some minor issues

[PATCH 00/11] kbuild: create *.mod with directory path and remove MODVERDIR
 2019-07-09 17:37 UTC  (13+ messages)
` [PATCH 01/11] kbuild: do not create empty modules.order in the prepare stage
` [PATCH 02/11] kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}
` [PATCH 03/11] kbuild: remove duplication from modules.order in sub-directories
` [PATCH 04/11] scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.ver
` [PATCH 05/11] kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.mod
` [PATCH 06/11] kbuild: modsign: "
` [PATCH 07/11] kbuild: modpost: "
` [PATCH 08/11] kbuild: create *.mod with full directory path and remove MODVERDIR
` [PATCH 09/11] kbuild: remove the first line of *.mod files
` [PATCH 10/11] kbuild: remove 'prepare1' target
` [PATCH 11/11] kbuild: split out *.mod out of {single,multi}-used-m rules

[PATCH] kbuild: Inform user to pass ARCH= for make mrproper
 2019-07-09 16:30 UTC  (3+ messages)

[PATCH 1/4] Makefile: rules for printing kernel architecture and localversion
 2019-07-09 14:54 UTC  (6+ messages)
` [PATCH 2/4] scripts: mkdebian: allow renaming generated debian/rules via env
` [PATCH 3/4] scripts: checkpatch.pl: don't complain that debian/rules is executable
` [PATCH 4/4] debian: add generic rule file

[PATCH] kbuild: check arch/$(SRCARCH)/include/generated before out-of-tree build
 2019-07-09 13:05 UTC  (6+ messages)

[PATCH v2] kbuild: fix compression errors getting ignored
 2019-07-09 12:46 UTC  (2+ messages)

[PATCH] builddeb: generate multi-arch friendly linux-libc-dev package
 2019-07-09 10:20 UTC  (13+ 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 v4 0/1] builddeb: generate multi-arch friendly linux-libc-dev
                ` [PATCH v4] builddeb: generate multi-arch friendly linux-libc-dev package

Issue/Bug report: auto.conf not generated correctly when CROSS_COMPILE environment var set
 2019-07-09  9:57 UTC 

[PATCH v2 01/11] kbuild: do not create empty modules.order in the prepare stage
 2019-07-09  7:14 UTC 

[PATCH] kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix
 2019-07-09  6:13 UTC 

[PATCH] kbuild: fix compression errors getting ignored
 2019-07-09  5:45 UTC  (2+ messages)

[PATCH 0/7] Compile-test UAPI and kernel headers
 2019-07-09  1:10 UTC  (11+ 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

[PATCH v2] kbuild: get rid of misleading $(AS) from documents
 2019-07-09  1:06 UTC  (3+ messages)

[PATCH v6 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-08 23:34 UTC  (29+ 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 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] 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  (2+ messages)

[PATCH 1/2] kbuild: fix missed rebuild of modules.builtin
 2019-07-06 14:45 UTC  (2+ messages)

[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  (25+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core
` [PATCH v5 07/18] kunit: test: add initial tests
` [PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

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 

Клиентские базы! 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 


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).