linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-07 15:13:05 to 2019-08-13 20:16:21 UTC [more...]

[PATCH 0/6] Symbol namespaces
 2019-08-13 20:15 UTC  (28+ 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 "
  ` [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

[PATCH] devicetree: Expose dtbs_check and dt_binding_check some more
 2019-08-13 18:38 UTC 

[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
 2019-08-13 17:50 UTC  (30+ 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 v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13 17:07 UTC  (60+ messages)
` [PATCH v12 01/18] kunit: test: add KUnit test runner core
` [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 06/18] kbuild: enable building KUnit
` [PATCH v12 07/18] kunit: test: add initial tests
` [PATCH v12 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [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 v12 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

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

[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 

[PATCH v4 00/10] klp-convert livepatch build tooling
 2019-08-13 10:26 UTC  (10+ messages)
` [PATCH v4 03/10] livepatch: Add klp-convert tool
` [PATCH v4 06/10] modpost: Add modinfo flag to livepatch modules

[PATCH] kbuild: Change fallthrough comments to attributes
 2019-08-13  9:48 UTC  (11+ messages)
` [PATCH v2] "

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

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-08-12 21:12 UTC  (15+ messages)

can we use mandatory-y for non-uapi headers?
 2019-08-12 18:00 UTC  (3+ messages)

[PATCH RFC 0/1] kbuild: enable overriding the compiler using the environment
 2019-08-12 17:33 UTC  (12+ messages)
` [PATCH RFC 1/1] "

[PATCH] merge_config.sh: Check error codes from make
 2019-08-12 10:43 UTC  (3+ messages)

[PATCH 00/11] kbuild: clean-ups and improvement of single targets
 2019-08-11  9:55 UTC  (13+ messages)
` [PATCH 01/11] kbuild: move the Module.symvers check for external module build
` [PATCH 02/11] kbuild: refactor part-of-module more
` [PATCH 03/11] kbuild: fix modkern_aflags implementation
` [PATCH 04/11] kbuild: remove 'make /' support
` [PATCH 05/11] kbuild: remove meaningless 'targets' in ./Kbuild
` [PATCH 06/11] kbuild: do not descend to ./Kbuild when cleaning
` [PATCH 07/11] kbuild: unset variables in top Makefile instead of setting 0
` [PATCH 08/11] kbuild: unify vmlinux-dirs and module-dirs rules
` [PATCH 09/11] kbuild: unify clean-dirs rule for in-kernel and external module
` [PATCH 10/11] kbuild: make single targets work more correctly
` [PATCH 11/11] treewide: remove dummy Makefiles for single targets

[PATCH v2] kbuild: re-implement detection of CONFIG options leaked to user-space
 2019-08-11  3:28 UTC  (4+ messages)

make_kernelconfig fails in OpenWRT buildroot
 2019-08-10 15:44 UTC  (6+ messages)

[PATCH 0/5] kbuild: allow big modules to sub-divide Makefiles
 2019-08-10  6:46 UTC  (2+ messages)

[PATCH 2/2] kbuild: detect missing header include guard
 2019-08-10  6:39 UTC  (3+ messages)
` [PATCH 1/2] kbuild: stop compile-testing kernel headers by wildcard patterns

[GIT PULL] Kbuild fixes for v5.3-rc4
 2019-08-10  3:35 UTC  (2+ messages)

[PATCH v2] kbuild: show hint if subdir-y/m is used to visit module Makefile
 2019-08-08 15:27 UTC  (2+ messages)

[PATCH RFC] modpost: Support I2C Aliases from OF tables
 2019-08-08 14:00 UTC  (9+ messages)

[RFC PATCH] kbuild: re-implement detection of CONFIG options leaked to user-space
 2019-08-08  7:45 UTC  (3+ messages)

[PATCH 1/3] kbuild: fix false-positive need-builtin
 2019-08-08  6:29 UTC  (4+ messages)
` [PATCH 3/3] kbuild: show hint if subdir-y/m is used to visit module Makefile

[PATCH] kbuild: revive single target %.ko
 2019-08-07 15:15 UTC  (2+ messages)

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-07-18 19:22 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).