linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-04 10:15:38 to 2019-06-28 05:56:59 UTC [more...]

[PATCH] kbuild: get rid of misleading $(AS) from documents
 2019-06-28  5:56 UTC  (3+ messages)

[PATCH] kbuild: use -E instead of -c for __cc-option
 2019-06-28  5:13 UTC 

[PATCH v3 0/4] Compile-test UAPI and kernel headers
 2019-06-28  4:57 UTC  (6+ 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: Add ability to test Clang's integrated assembler
 2019-06-27 21:30 UTC  (2+ messages)

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

[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] kbuild: add more hints about SUBDIRS replacement
 2019-06-26 14:30 UTC  (2+ messages)

[PATCH v4 00/10] klp-convert livepatch build tooling
 2019-06-26 10:27 UTC  (11+ 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  (27+ messages)

[PATCH v2] fixdep: check return value of printf() and putchar()
 2019-06-25  6:54 UTC 

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

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

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

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

[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  (25+ messages)
` [PATCH 01/15] kbuild: remove headers_{install,check}_all
` [PATCH 03/15] kbuild: make gdb_script depend on prepare0 instead of prepare
` [PATCH 04/15] kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECK
` [PATCH 05/15] kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples
` [PATCH 06/15] kbuild: remove build_unifdef target in scripts/Makefile
` [PATCH 07/15] kbuild: build all prerequisite of headers_install simultaneously
` [PATCH 08/15] kbuild: add 'headers' target to build up ready-to-install uapi headers
` [PATCH 09/15] kbuild: re-implement Makefile.headersinst without directory descending
` [PATCH 10/15] kbuild: move hdr-inst shorthand to top Makefile
` [PATCH 11/15] kbuild: simplify scripts/headers_install.sh
` [PATCH 12/15] kbuild: deb-pkg: do not run headers_check
` [PATCH 13/15] kbuild: add support for ensuring headers are self-contained
  ` [PATCH v2] "
` [PATCH 14/15] fixup: "
` [PATCH 15/15] kbuild: compile test UAPI headers to ensure they "

[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  (3+ messages)

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

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

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

[PATCH] builddeb: generate multi-arch friendly linux-libc-dev package
 2019-06-17  6:14 UTC 

dringender Kredit
 2019-06-17  2:43 UTC 

[PATCH] kconfig: run olddefconfig instead of oldconfig after merging fragments
 2019-06-15 10:55 UTC  (2+ messages)

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-14 23:22 UTC  (21+ 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 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

Quation needed For June Inquiry
 2019-06-11  4:50 UTC 

[GIT PULL] Kbuild fixes for v5.2-rc4
 2019-06-07 21:00 UTC  (2+ messages)

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
 2019-06-07 17:19 UTC 

Thanks and I wait for your answer
 2019-06-07  6:31 UTC 

mmotm 2019-06-04-16-33 uploaded (drivers/crypto/atmel)
 2019-06-06 10:41 UTC 

[PATCH] kbuild: s390, do not remove autogenerated headers on clean
 2019-06-06  5:40 UTC  (3+ messages)

[PATCH v2] kbuild: use more portable 'command -v' for cc-cross-prefix
 2019-06-06  4:13 UTC 

[PATCH] kbuild: teach kselftest-merge to find nested config files
 2019-06-04 17:30 UTC  (2+ messages)

[PATCH] kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarn
 2019-06-04 17:09 UTC  (2+ messages)

[PATCH] kbuild: use more portable 'command -v' for cc-cross-prefix
 2019-06-04 16:55 UTC  (7+ messages)

[kbuild:kunit 14/17] htmldocs: include/kunit/kunit-stream.h:58: warning: Function parameter or member '2' not described in '__printf'
 2019-06-04 15:15 UTC  (4+ 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).