public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-20 00:34:28 to 2018-10-09 22:58:47 UTC [more...]

[PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array
 2018-10-09 15:41 UTC  (3+ messages)

[RFC] UAPI: Check headers by compiling all together as C++
 2018-10-09 15:36 UTC  (9+ messages)
` [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues [ver #2]
  ` [netfilter-core] "
` [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers "
` [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE "

[PATCH] kbuild: use 'else ifeq' for checksrc to improve readability
 2018-10-09 15:05 UTC 

[PATCH] modpost: remove leftover symbol prefix handling for module device table
 2018-10-09 15:00 UTC  (4+ messages)

[PATCH v2] kbuild: remove unneeded link_multi_deps
 2018-10-09 14:59 UTC  (2+ messages)

[PATCH 1/3] kbuild: add -Wno-pointer-sign flag unconditionally
 2018-10-09 14:58 UTC  (12+ messages)
` [PATCH 2/3] kbuild: add -Wdeclaration-after-statement "
` [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler "

[PATCH v2] kbuild: add -Wno-unused-but-set-variable flag unconditionally
 2018-10-09 14:58 UTC  (3+ messages)

[PATCH] samples: disable CONFIG_SAMPLES for UML
 2018-10-09 14:56 UTC  (5+ messages)

Fwd: Update of SAT solver in kconfig
 2018-10-08 22:11 UTC 

[PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
 2018-10-08 14:41 UTC  (13+ messages)

Wohltätigkeitsspende in Höhe von € 2.000.000,00
 2018-09-24  9:37 UTC 

(no subject)
 2018-10-06 19:29 UTC 

[PATCH v5 00/15] Compiler Attributes
 2018-10-06 10:19 UTC  (3+ messages)

[ANN] init-kconfig - easy way to embrace Linux's kconfig
 2018-10-06  5:53 UTC  (9+ messages)
` [kconfig-sat] "

[GIT PULL linux-next] Add Compiler Attributes (v6) tree
 2018-10-06  2:37 UTC  (2+ messages)

[PATCH 07/36] kbuild: Add support for DT binding schema checks
 2018-10-05 16:58 UTC 

Your Urgent Respond!
 2018-10-05  9:02 UTC 

[GIT PULL linux-next] Add Compiler Attributes tree
 2018-10-04  9:06 UTC  (18+ messages)

[PATCH v9 02/10] Makefile: Prepare for using macros for inline asm
 2018-10-03 21:30 UTC 

[PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
 2018-10-03 20:29 UTC  (9+ messages)

[PATCH v5] selftests: add headers_install to lib.mk
 2018-10-02 14:12 UTC  (5+ messages)
` [PATCH v6] "

[PATCH v9 00/20] kasan: add software tag-based mode for arm64
 2018-10-02 13:42 UTC  (23+ messages)
` [PATCH v9 01/20] kasan, mm: change hooks signatures
` [PATCH v9 02/20] kasan: move common generic and tag-based code to common.c
` [PATCH v9 03/20] kasan: rename source files to reflect the new naming scheme
` [PATCH v9 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v9 05/20] kasan, arm64: adjust shadow size for tag-based mode
` [PATCH v9 06/20] kasan: initialize shadow to 0xff "
` [PATCH v9 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v9 08/20] kasan: add tag related helper functions
` [PATCH v9 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v9 10/20] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v9 11/20] kasan, arm64: fix up fault handling logic
` [PATCH v9 12/20] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v9 13/20] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v9 14/20] kasan: split out generic_report.c from report.c
` [PATCH v9 15/20] kasan: add bug reporting routines for tag-based mode
` [PATCH v9 16/20] kasan: add hooks implementation "
` [PATCH v9 17/20] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v9 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v9 19/20] kasan: update documentation
` [PATCH v9 20/20] kasan: add SPDX-License-Identifier mark to source files

[PATCH v4 0/9] Devicetree build consolidation
 2018-10-01 20:34 UTC  (3+ messages)
` [PATCH v4 6/9] kbuild: consolidate Devicetree dtb build rules

[PATCH v3 0/9] Devicetree build consolidation
 2018-10-01 14:48 UTC  (13+ messages)
` [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules

[PATCH 0/3] Kbuild: Some fixdep tweaks
 2018-10-01 12:19 UTC  (4+ messages)

[PATCH 1/4] kbuild: remove VERSION and PATCHLEVEL from $(objtree)/Makefile
 2018-09-30 13:51 UTC  (2+ messages)

[PATCH v2] kbuild: add --include-dir flag only for out-of-tree build
 2018-09-30 13:46 UTC  (2+ messages)

[PATCH] kbuild: remove unneeded link_multi_deps
 2018-09-30 13:44 UTC  (2+ messages)

[PATCH v5 00/15] Compiler Attributes
 2018-09-30 11:17 UTC  (27+ messages)
` [PATCH v5 01/15] Compiler Attributes: remove unused attributes
` [PATCH v5 02/15] Compiler Attributes: always use the extra-underscores syntax
` [PATCH v5 03/15] Compiler Attributes: remove unneeded tests
` [PATCH v5 04/15] Compiler Attributes: homogenize __must_be_array
` [PATCH v5 05/15] Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
` [PATCH v5 06/15] Compiler Attributes: add missing SPDX ID in compiler_types.h
` [PATCH v5 07/15] Compiler Attributes: use feature checks instead of version checks
` [PATCH v5 08/15] Compiler Attributes: KENTRY used twice the "used" attribute
` [PATCH v5 09/15] Compiler Attributes: remove uses of __attribute__ from compiler.h
` [PATCH v5 10/15] Compiler Attributes: add Doc/process/programming-language.rst
` [PATCH v5 11/15] Compiler Attributes: add MAINTAINERS entry
` [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8)
` [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 "
` [PATCH v5 14/15] Compiler Attributes: auxdisplay: panel: use __nonstring
` [PATCH v5 15/15] Compiler Attributes: ext4: remove local __nonstring definition

[PATCH] samples: run headers_install for host arch instead of target arch
 2018-09-29 16:52 UTC  (3+ messages)

INVESTMENT!
 2018-09-28 14:58 UTC 

[ANNOUNCE] Kconfiglib menuconfig and documentation generation updates
 2018-09-27 22:44 UTC 

How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
 2018-09-27  6:31 UTC  (7+ messages)

(sin asunto)
 2018-09-27  4:53 UTC 

[PATCH v9 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU
 2018-09-25  7:51 UTC  (2+ messages)

[PATCH v8 00/20] kasan: add software tag-based mode for arm64
 2018-09-24  9:19 UTC  (24+ messages)
` [PATCH v8 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v8 06/20] kasan: initialize shadow to 0xff for tag-based mode
` [PATCH v8 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v8 08/20] kasan: add tag related helper functions
` [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v8 10/20] mm: move obj_to_index to include/linux/slab_def.h
` [PATCH v8 11/20] kasan, arm64: fix up fault handling logic
` [PATCH v8 12/20] kasan, arm64: enable top byte ignore for the kernel
` [PATCH v8 13/20] kasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v8 14/20] kasan: split out generic_report.c from report.c
` [PATCH v8 15/20] kasan: add bug reporting routines for tag-based mode
` [PATCH v8 16/20] kasan: add hooks implementation "
` [PATCH v8 17/20] kasan, arm64: add brk handler for inline instrumentation
` [PATCH v8 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v8 19/20] kasan: update documentation
` [PATCH v8 20/20] kasan: add SPDX-License-Identifier mark to source files

[PATCH v8 01/20] kasan, mm: change hooks signatures
 2018-09-21 12:13 UTC  (4+ messages)

Multi-threaded build on 4.14.122 return code 2 for some configurations
 2018-09-20 12:36 UTC 


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