linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-13 12:19:19 to 2019-08-22 09:19:05 UTC [more...]

[PATCH 0/6] Symbol namespaces
 2019-08-22  9:18 UTC  (53+ 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
    ` [PATCH v3 01/11] module: support reading multiple values per modinfo tag
    ` [PATCH v3 02/11] export: explicitly align struct kernel_symbol
    ` [PATCH v3 03/11] module: add support for symbol namespaces
    ` [PATCH v3 04/11] modpost: "
    ` [PATCH v3 05/11] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
    ` [PATCH v3 06/11] export: allow definition default namespaces in Makefiles or sources
    ` [PATCH v3 07/11] modpost: add support for generating namespace dependencies
    ` [PATCH v3 08/11] scripts: Coccinelle script for "
      ` [v3 "
    ` [PATCH v3 09/11] usb-storage: remove single-use define for debugging
    ` [PATCH v3 10/11] RFC: usb-storage: export symbols in USB_STORAGE namespace

[PATCH 1/6] kbuild: remove 'Using ... as source for kernel' message
 2019-08-22  4:46 UTC  (6+ messages)
` [PATCH 2/6] kbuild: Inform user to pass ARCH= for make mrproper only when necessary
` [PATCH 3/6] kbuild: clarify where to run make mrproper when out-of-tree fails
` [PATCH 4/6] kbuild: move the clean srctree check to the outputmakefile target
` [PATCH 5/6] kbuild: remove prepare3 target
` [PATCH 6/6] kbuild: check clean srctree even earlier

[PATCH] kbuild: get rid of $(realpath ...) from scripts/mkmakefile
 2019-08-22  3:59 UTC 

[PATCH v4 00/10] klp-convert livepatch build tooling
 2019-08-22  3:35 UTC  (18+ messages)
` [PATCH v4 06/10] modpost: Add modinfo flag to livepatch modules
` [PATCH v4 07/10] livepatch: Add sample livepatch module

[PATCH] kbuild: remove unneeded dependency for $(DOC_TARGETS)
 2019-08-21 17:33 UTC 

[PATCH] kbuild: remove unneeded comments and code from scripts/basic/Makefile
 2019-08-21 17:32 UTC 

[PATCH 1/4] kbuild: pkg: clean up package files/dirs from the top Makefile
 2019-08-21  7:02 UTC  (4+ messages)
` [PATCH 2/4] kbuild: pkg: add package targets to PHONY instead of FORCE
` [PATCH 3/4] kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package
` [PATCH 4/4] kbuild: remove unneeded '+' marker from cmd_clean

[PATCH] kbuild: remove unneeded '+' marker from kselftest-merge
 2019-08-21  7:03 UTC 

[PATCH v2 0/4] video/logo: various fix and cleanups of drivers/video/logo/Makefile
 2019-08-21  4:12 UTC  (2+ messages)
` [PATCH v2 4/4] video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/

[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
 2019-08-21  4:03 UTC  (22+ messages)
` [RFC 01/19] kbuild: Fixes to rules for host-cshlib and host-cxxshlib
` [RFC 06/19] ktf: A simple debugfs interface to test results

[PATCH 0/4] video/logo: various fix and cleanups of drivers/video/logo/Makefile
 2019-08-21  3:55 UTC  (2+ messages)
` [PATCH 4/4] video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/

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

[PATCH 1/3] init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE
 2019-08-20 17:09 UTC  (3+ messages)
` [PATCH 2/3] kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC
` [PATCH 3/3] kbuild: remove ARCH_{CPP,A,C}FLAGS

[PATCH v2] merge_config.sh: Check error codes from make
 2019-08-20 15:07 UTC  (2+ messages)

[PATCH] kbuild: enable unused-function warnings for W= build with Clang
 2019-08-20  2:25 UTC  (5+ messages)

[PATCH 1/3] kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rst
 2019-08-19 15:11 UTC  (4+ 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-19 15:10 UTC  (3+ messages)
` [PATCH v2 2/2] treewide: remove dummy Makefiles for single targets

[PATCH v2] kbuild: re-implement detection of CONFIG options leaked to user-space
 2019-08-19 14:55 UTC  (2+ messages)

[PATCH 0/5] kbuild: allow big modules to sub-divide Makefiles
 2019-08-19 14:53 UTC  (3+ messages)
` [PATCH 1/5] kbuild: treat an object as multi-used when $(foo-) is set

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

[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] .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  (2+ messages)

[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  (21+ messages)
` [PATCH v12 09/18] kunit: test: add support for test abort
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder

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