messages from 2019-07-04 00:37:43 to 2019-07-13 03:43:05 UTC [more...]
[PATCH v3] kbuild: get rid of misleading $(AS) from documents
2019-07-13 3:42 UTC (2+ messages)
[PATCH 0/5] PDF output fixes
2019-07-13 3:41 UTC (5+ messages)
` [PATCH 4/5] docs: kbuild: fix build with pdf and fix some minor issues
[RFC PATCH] bug: always show source-tree-relative paths in WARN()/BUG()
2019-07-13 1:46 UTC (5+ messages)
[GIT PULL 2/2] Kconfig updates for v5.3-rc1
2019-07-12 23:20 UTC (2+ messages)
[GIT PULL 1/2] Kbuild updates for v5.3-rc1
2019-07-12 23:20 UTC (2+ messages)
[PATCH] kconfig: fix missing choice values in auto.conf
2019-07-12 10:59 UTC (2+ messages)
[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-12 8:17 UTC (19+ messages)
` [PATCH v9 01/18] kunit: test: add KUnit test runner core
` [PATCH v9 02/18] kunit: test: add test resource management API
` [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v9 05/18] kunit: test: add the concept of expectations
` [PATCH v9 06/18] kbuild: enable building KUnit
` [PATCH v9 07/18] kunit: test: add initial tests
` [PATCH v9 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v9 09/18] kunit: test: add support for test abort
` [PATCH v9 10/18] kunit: test: add tests for kunit "
` [PATCH v9 11/18] kunit: test: add the concept of assertions
` [PATCH v9 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v9 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v9 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v9 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v9 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v9 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v9 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
Issue/Bug report: auto.conf not generated correctly when CROSS_COMPILE environment var set
2019-07-12 6:47 UTC (2+ messages)
[kbuild:kunit-v7 66/67] kernel/sysctl-test.c:44:9: sparse: sparse: incorrect type in argument 3 (different address spaces)
2019-07-12 1:20 UTC
[PATCH] builddeb: generate multi-arch friendly linux-libc-dev package
2019-07-11 14:46 UTC (14+ 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
[PATCH] kconfig: remove meaningless if-conditional in conf_read()
2019-07-11 7:33 UTC
[PATCH v2 00/11] kbuild: create *.mod with directory path and remove MODVERDIR
2019-07-11 5:44 UTC (12+ messages)
` [PATCH v2 01/11] kbuild: do not create empty modules.order in the prepare stage
` [PATCH v2 02/11] kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}
` [PATCH v2 03/11] kbuild: remove duplication from modules.order in sub-directories
` [PATCH v2 04/11] scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.ver
` [PATCH v2 05/11] kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.mod
` [PATCH v2 06/11] kbuild: modsign: "
` [PATCH v2 07/11] kbuild: modpost: "
` [PATCH v2 08/11] kbuild: create *.mod with full directory path and remove MODVERDIR
` [PATCH v2 09/11] kbuild: remove the first line of *.mod files
` [PATCH v2 10/11] kbuild: remove 'prepare1' target
` [PATCH v2 11/11] kbuild: split out *.mod out of {single,multi}-used-m rules
[PATCH 00/11] kbuild: create *.mod with directory path and remove MODVERDIR
2019-07-11 5:30 UTC (14+ 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-11 4:14 UTC (4+ messages)
Greetings!
2019-07-10 5:07 UTC
[PATCH v7 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-10 20:27 UTC (25+ 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 RFC] modpost: Support I2C Aliases from OF tables
2019-07-10 19:39 UTC
[PATCH v8 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-10 7:49 UTC (20+ 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 v8 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v8 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v8 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v8 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 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 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 (3+ messages)
` [PATCH 3/7] kbuild: do not create wrappers for header-test-y
[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 (27+ 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 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
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;
as well as URLs for NNTP newsgroup(s).