public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-26 20:14:07 to 2019-04-12 10:43:38 UTC [more...]

[PATCH v3 0/9] klp-convert livepatch build tooling
 2019-04-12 10:43 UTC  (23+ messages)
` [PATCH v3 1/9] livepatch: Create and include UAPI headers
` [PATCH v3 2/9] kbuild: Support for Symbols.list creation
` [PATCH v3 3/9] livepatch: Add klp-convert tool
` [PATCH v3 4/9] livepatch: Add klp-convert annotation helpers
` [PATCH v3 5/9] modpost: Integrate klp-convert
` [PATCH v3 6/9] modpost: Add modinfo flag to livepatch modules
` [PATCH v3 7/9] livepatch: Add sample livepatch module
` [PATCH v3 8/9] documentation: Update on livepatch elf format
` [PATCH v3 9/9] livepatch/selftests: add klp-convert

ATTENTION:BENEFICIARY
 2019-04-12  8:01 UTC 

[PATCH] memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/
 2019-04-12  6:06 UTC  (2+ messages)

[PATCH] modpost: make KBUILD_MODPOST_WARN also configurable for external modules
 2019-04-12  1:52 UTC  (7+ messages)

[PATCH v2 0/3] Refactor memory initialization hardening
 2019-04-12  1:38 UTC  (5+ messages)
` [PATCH v2 1/3] security: Create "kernel hardening" config area
` [PATCH v2 2/3] security: Move stackleak config to Kconfig.hardening
` [PATCH v2 3/3] security: Implement Clang's stack initialization

[PATCH v4 0/3] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-11 17:40 UTC  (8+ messages)
` [PATCH v4 1/3] initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK
` [PATCH v4 2/3] initmem: introduce CONFIG_INIT_ALL_HEAP
` [PATCH 3/3] net: make sk_prot_alloc() work with CONFIG_INIT_ALL_HEAP

[PATCH 0/3] Kconfig: Refactor memory initialization hardening
 2019-04-11 17:07 UTC  (9+ messages)
` [PATCH 1/3] Kconfig: Create "kernel hardening" config area
` [PATCH 2/3] kbuild: Move stackleak config to Kconfig.hardening
` [PATCH 3/3] kbuild: Implement Clang's stack initialization

[PATCH V1 0/3] kbuild: optimize modules_install
 2019-04-11 14:20 UTC  (4+ messages)
` [PATCH V1 1/3] kbuild: serialize modules and modules_install
` [PATCH V1 2/3] kbuild: optimize modules_install target
` [PATCH V1 3/3] kbuild: remove stale modules from install area

[PATCH] kbuild: check arch/$(SRCARCH)/include/generated before out-of-tree build
 2019-04-11 14:24 UTC  (2+ messages)

[PATCH] kbuild: remove unneeded dependency for include/config/kernel.release
 2019-04-11 14:24 UTC  (2+ messages)

[PATCH v3] modpost: make KBUILD_MODPOST_WARN also configurable for external modules
 2019-04-11 14:23 UTC  (2+ messages)

[PATCH linux] objtool: fix pkg-config query in case of cross-compilation
 2019-04-11 13:50 UTC  (4+ messages)

syncconfig changes in 4.19.34 break builds
 2019-04-11 13:47 UTC  (8+ messages)

Hi dear,
 2019-04-11 10:48 UTC 

[PATCH v2] modpost: make KBUILD_MODPOST_WARN also configurable for
 2019-04-11  9:28 UTC  (2+ messages)

WARNING in usb_submit_urb (4)
 2019-04-11  1:01 UTC 

[PATCH v3 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-09 17:06 UTC  (12+ messages)
` [PATCH v3 1/2] initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK
` [PATCH v3 2/2] initmem: introduce CONFIG_INIT_ALL_HEAP

[PATCH v2 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-09 17:01 UTC  (11+ messages)
` [PATCH v2 1/2] initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK
` [PATCH v2 2/2] initmem: introduce CONFIG_INIT_ALL_HEAP

[PATCH 1/1] kconfig: Make nconf-cfg.sh executable
 2019-04-09 13:46 UTC  (2+ messages)

[PATCH v2] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled
 2019-04-09  7:36 UTC  (4+ messages)

[RESENT PATCH 1/1] kconfig: Make nconf-cfg.sh executable
 2019-04-09  7:15 UTC 

5.0.7 regression: .config file not found
 2019-04-08 14:40 UTC  (5+ messages)

[PATCH 1/6] kbuild: pass $(MAKECMDGOALS) to sub-make as is
 2019-04-07  9:21 UTC  (10+ messages)
` [PATCH 2/6] kbuild: allow Kbuild to start from any directory
` [PATCH 3/6] kbuild: mkmakefile: do not check the generated Makefile marker
` [PATCH 4/6] kbuild: mkmakefile: generate a simple wrapper of top Makefile
` [PATCH 5/6] kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build
` [PATCH 6/6] memory: squash drivers/memory/Makefile.asm-offsets

[PATCH v2 1/4] init/Kconfig: add config support for detecting linker
 2019-04-07  2:20 UTC  (17+ messages)
` [PATCH v2 3/4] Makefile: lld: tell clang to use lld
            ` [PATCH v3] "
                ` [PATCH v4] "

[PATCH v2] moduleparam: Save information about built-in modules in separate file
 2019-04-06 12:14 UTC 

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

[PATCH v2 0/8] klp-convert
 2019-04-04 13:55 UTC  (23+ messages)
  ` [PATCH v2 3/8] livepatch: Add klp-convert tool
  ` [PATCH v2 2/8] kbuild: Support for Symbols.list creation
  ` [PATCH v2 5/8] modpost: Integrate klp-convert

[RESEND PATCH v1] moduleparam: Save information about built-in modules in separate file
 2019-04-03 11:30 UTC  (12+ messages)

[kbuild:build-test2 2/2] arch/s390/include/asm/uaccess.h:141:9: warning: 'rc' may be used uninitialized in this function
 2019-04-01 12:44 UTC 

[kbuild:build-test2 2/2] WARNING: vmlinux.o(.text.unlikely+0x984): Section mismatch in reference from the function check_mult_sh() to the variable .init.data:nowar
 2019-04-01  8:38 UTC 

PRIVATE
 2019-03-25  6:52 UTC 

Re:Hello
 2019-03-30 16:26 UTC 

[kbuild:build-test2 2/2] WARNING: vmlinux.o(.text.unlikely+0x9cc): Section mismatch in reference from the function check_mult_sh() to the variable .init.data:r4kwar
 2019-03-30 11:21 UTC 

[PATCH] kbuild: fix warning "overriding recipe for target 'Makefile'"
 2019-03-30  5:12 UTC  (2+ messages)

[PATCH] kbuild: move RETPOLINE flags below config-targets
 2019-03-30  5:11 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v5.1-rc3
 2019-03-29 21:50 UTC  (2+ messages)

[PATCH] kconfig/[mn]conf: handle backspace (^H) key
 2019-03-29 13:50 UTC  (4+ messages)

Oczekuję twojej pilnej odpowiedzi
 2019-03-29  0:00 UTC 

[PATCH] kbuild: strip whitespace in cmd_record_mcount findstring
 2019-03-28 13:36 UTC  (6+ messages)
  ` [PATCH v2] "

Re:Hello
 2019-03-26 22:15 UTC 

[PATCH] kbuild: do not overwrite .gitignore in output directory
 2019-03-28  9:07 UTC  (3+ messages)

[PATCH] kbuild: modversions: Fix relative CRC byte order interpretion
 2019-03-28  9:06 UTC  (5+ messages)
    ` [PATCH v2] kbuild: modversions: Fix relative CRC byte order interpretation

[PATCH AUTOSEL 4.19 054/192] kbuild: invoke syncconfig if include/config/auto.conf.cmd is missing
 2019-03-27 18:08 UTC 

[PATCH AUTOSEL 5.0 074/262] kbuild: invoke syncconfig if include/config/auto.conf.cmd is missing
 2019-03-27 17:58 UTC  (2+ messages)
` [PATCH AUTOSEL 5.0 075/262] kbuild: make -r/-R effective in top Makefile for old Make versions


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox