linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-12 21:49:14 to 2019-08-19 14:53:26 UTC [more...]

[PATCH 00/11] kbuild: clean-ups and improvement of single targets
 2019-08-19 14:52 UTC  (2+ messages)

[PATCH] kbuild: enable unused-function warnings for W= build with Clang
 2019-08-19 10:51 UTC 

[PATCH] kbuild: add CONFIG_ASM_MODVERSIONS
 2019-08-19  9:13 UTC  (2+ messages)

[PATCH] kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build
 2019-08-19  8:58 UTC 

[PATCH v4 00/10] klp-convert livepatch build tooling
 2019-08-19  7:31 UTC  (20+ messages)
` [PATCH v4 03/10] livepatch: Add klp-convert tool
` [PATCH v4 06/10] modpost: Add modinfo flag to livepatch modules
` [PATCH v4 07/10] livepatch: Add sample livepatch module

[PATCH] .gitignore: ignore modules.order explicitly
 2019-08-19  4:18 UTC 

[PATCH] kbuild: Require W=1 for -Wimplicit-fallthrough with clang
 2019-08-19  3:05 UTC  (11+ messages)
    ` [PATCH v2] "

make_kernelconfig fails in OpenWRT buildroot
 2019-08-19  1:46 UTC  (7+ messages)

[PATCH] kbuild: Change fallthrough comments to attributes
 2019-08-15 21:07 UTC  (12+ messages)
` [PATCH v2] "

[PATCH 0/6] Symbol namespaces
 2019-08-15 13:50 UTC  (34+ messages)
` [PATCH v2 0/10] Symbol namespaces - RFC
  ` [PATCH v2 01/10] module: support reading multiple values per modinfo tag
  ` [PATCH v2 02/10] export: explicitly align struct kernel_symbol
  ` [PATCH v2 03/10] module: add support for symbol namespaces
  ` [PATCH v2 04/10] modpost: "
  ` [PATCH v2 05/10] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
  ` [PATCH v2 06/10] export: allow definition default namespaces in Makefiles or sources
  ` [PATCH v2 07/10] modpost: add support for generating namespace dependencies
  ` [PATCH v2 08/10] scripts: Coccinelle script for "
    ` [Cocci] "
    ` [v2 "
  ` [PATCH v2 09/10] usb-storage: remove single-use define for debugging
  ` [PATCH v2 10/10] RFC: usb-storage: export symbols in USB_STORAGE namespace

[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
 2019-08-15 10:52 UTC  (38+ messages)
` [RFC 01/19] kbuild: Fixes to rules for host-cshlib and host-cxxshlib
` [RFC 02/19] ktf: Introduce the main part of the kernel side of ktf
` [RFC 03/19] ktf: Introduce a generic netlink protocol for test result communication
` [RFC 04/19] ktf: An implementation of a generic associative array container
` [RFC 05/19] ktf: Implementation of ktf support for overriding function entry and return
` [RFC 06/19] ktf: A simple debugfs interface to test results
` [RFC 07/19] ktf: Simple coverage support
` [RFC 08/19] ktf: Configurable context support for network info setup
` [RFC 09/19] ktf: resolve: A helper utility to aid in exposing private kernel symbols to KTF tests
` [RFC 10/19] ktf: Add documentation for Kernel Test Framework (KTF)
` [RFC 11/19] ktf: Add a small test suite with a few tests to test KTF itself
` [RFC 12/19] ktf: Main part of user land library for executing tests
` [RFC 13/19] ktf: Integration logic for running ktf tests from googletest
` [RFC 14/19] ktf: Internal debugging facilities
` [RFC 15/19] ktf: Some simple examples
` [RFC 16/19] ktf: Some user applications to run tests
` [RFC 17/19] ktf: Toplevel ktf Makefile/makefile includes and scripts to run from kselftest
` [RFC 18/19] kselftests: Enable building ktf
` [RFC 19/19] Documentation/dev-tools: Add index entry for KTF documentation

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

[PATCH 1/3] kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rst
 2019-08-14 16:06 UTC  (3+ messages)
` [PATCH 2/3] kbuild: rebuild modules when module linker scripts are updated
` [PATCH 3/3] kbuild: split final module linking out into Makefile.modfinal

[PATCH v2 1/2] kbuild: make single targets work more correctly
 2019-08-14 15:19 UTC  (2+ messages)
` [PATCH v2 2/2] treewide: remove dummy Makefiles for single targets

[PATCH 0/2] docs: two fixes for Kbuild document after the ReST conversion
 2019-08-14 10:54 UTC  (3+ messages)
` [PATCH 1/2] docs: kbuild: fix invalid ReST syntax
` [PATCH 2/2] docs: kbuild: remove cc-ldoption from document again

PLEASE CONFIRM PURCHASE ORDER
 2019-08-14  7:51 UTC 

[PATCH] devicetree: Expose dtbs_check and dt_binding_check some more
 2019-08-13 22:44 UTC  (3+ messages)

[PATCH 0/1] kbuild: Support building a tree of modules with -M=<root>
 2019-08-13 22:10 UTC  (6+ messages)
` [PATCH 1/1] kbuild: recursive build of external kernel modules

[RFC PATCH] modpost: check for static EXPORT_SYMBOL* functions
 2019-08-13 21:11 UTC  (5+ messages)
` [PATCH v5] "

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13 17:07 UTC  (56+ messages)
` [PATCH v12 02/18] kunit: test: add test resource management API
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v12 04/18] kunit: test: add assertion printing library
` [PATCH v12 05/18] kunit: test: add the concept of expectations
` [PATCH v12 07/18] kunit: test: add initial tests
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 10/18] kunit: test: add tests for kunit "
` [PATCH v12 11/18] kunit: test: add the concept of assertions
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v12 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v12 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v12 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v12 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

[PATCH v2] kbuild: Parameterize kallsyms generation and correct reporting
 2019-08-13 15:39 UTC  (2+ messages)

[PATCH] kbuild: Parameterize kallsyms generation and correct reporting
 2019-08-13 15:17 UTC  (3+ messages)

[PATCH] gcc-plugins: Enable error message print
 2019-08-13 15:00 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).