public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-29 15:31:59 to 2018-09-18 22:24:12 UTC [more...]

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-18 16:50 UTC  (49+ messages)
` [PATCH v6 01/18] khwasan, mm: change kasan hooks signatures
` [PATCH v6 02/18] khwasan: move common kasan and khwasan code to common.c
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
` [PATCH v6 05/18] khwasan: initialize shadow to 0xff
` [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
` [PATCH v6 07/18] khwasan: add tag related helper functions
` [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
` [PATCH v6 09/18] khwasan, arm64: fix up fault handling logic
` [PATCH v6 10/18] khwasan, arm64: enable top byte ignore for the kernel
` [PATCH v6 11/18] khwasan, mm: perform untagged pointers comparison in krealloc
` [PATCH v6 12/18] khwasan: split out kasan_report.c from report.c
` [PATCH v6 13/18] khwasan: add bug reporting routines
` [PATCH v6 14/18] khwasan: add hooks implementation
` [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
` [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc
` [PATCH v6 17/18] khwasan: update kasan documentation
` [PATCH v6 18/18] kasan: add SPDX-License-Identifier mark to source files

[PATCH 1/4] kbuild: remove VERSION and PATCHLEVEL from $(objtree)/Makefile
 2018-09-18  8:45 UTC  (4+ messages)
` [PATCH 2/4] kbuild: remove user ID check in scripts/mkmakefile
` [PATCH 3/4] kbuild: do not pass $(objtree) to scripts/mkmakefile
` [PATCH 4/4] kbuild: simplify command line creation in scripts/mkmakefile

[PATCH] samples: disable CONFIG_SAMPLES for UML
 2018-09-18  8:21 UTC  (2+ messages)

[PATCH] kbuild: allow to use GCC toolchain not in Clang search path
 2018-09-18  7:43 UTC  (4+ messages)

[PATCH] ftrace: Build with CPPFLAGS to get -Qunused-arguments
 2018-09-17 17:24 UTC  (2+ messages)

[PATCH v2] kconfig: add hardened defconfig helpers
 2018-09-16 17:44 UTC  (7+ messages)

[GIT PULL] tracing/Makefile: Fix handling redefinition of CC_FLAGS_FTRACE
 2018-09-14 22:54 UTC 

[PATCH] kbuild: remove old check for CFLAGS use
 2018-09-14 13:06 UTC  (2+ messages)

[PATCH 1/2] kbuild: hide most of targets when running config or mixed targets
 2018-09-14 13:06 UTC  (4+ messages)
` [PATCH 2/2] kbuild: remove dead code in cmd_files calculation in top Makefile

[PATCH] kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally
 2018-09-14 13:04 UTC  (2+ messages)

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-14  9:10 UTC  (17+ messages)
` [PATCH 01/11] UAPI: drm: Fix use of C++ keywords as structural members [ver #2]
` [PATCH 02/11] UAPI: keys: "
` [PATCH 03/11] UAPI: virtio_net: "
` [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array "
` [PATCH 05/11] UAPI: coda: Move kernel internals out of public view "
` [PATCH 06/11] coda: Move internal defs out of include/linux/ "
` [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues "
` [PATCH 08/11] UAPI: nilfs2: Fix use of undefined byteswapping functions "
` [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers "
` [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE "
` [PATCH 11/11] UAPI: Check headers build for C++ "

[PATCH v2] kbuild: add --include-dir flag only for out-of-tree build
 2018-09-14  6:33 UTC 

4.19-rc3: bindeb-pkg target is failing on ppc64
 2018-09-13 19:23 UTC  (6+ messages)

[PATCH v3 0/9] Devicetree build consolidation
 2018-09-13 15:51 UTC  (5+ messages)
` [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules

[PATCH] kbuild: add --include-dir flag only for out-of-tree build
 2018-09-13 10:22 UTC 

[PATCH] kbuild: remove unneeded link_multi_deps
 2018-09-13  8:20 UTC 

[RFC 1/2] tracing/Makefile: fix handling redefinition of CC_FLAGS_FTRACE
 2018-09-12 18:37 UTC  (7+ messages)
` [RFC 2/2] tracing/Makefile: reindent the CONFIG_FUNCTION_TRACER chunk
    ` [PATCH v2] tracing/Makefile: fix handling redefinition of CC_FLAGS_FTRACE

defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble
 2018-09-12 14:59 UTC  (4+ messages)

[PATCH v2 0/9] Devicetree build consolidation
 2018-09-10 14:35 UTC  (10+ messages)
` [PATCH v2 6/9] kbuild: consolidate Devicetree dtb build rules

[PATCH] kallsyms: remove left-over Blackfin code
 2018-09-09  7:04 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v4.19-rc3
 2018-09-09  7:02 UTC 

[PATCH v2] modules_install: warn when missing System.map file
 2018-09-09  6:56 UTC  (2+ messages)

[RFC PATCH 0/3] kbuild: support syncing .config non-interactively and record ARCH in spec file
 2018-09-07 22:05 UTC  (5+ messages)
` [RFC PATCH 1/3] kconfig: support an environment variable for non-interactive syncconfig
` [RFC PATCH 2/3] kbuild: rpm-pkg: hard-code ARCH in RPM SPEC file
` [RFC PATCH 3/3] kbuild: rpm-pkg: set KCONFIG_NONINTERACTIVE_UPDATE

[PATCH 0/8] Devicetree build consolidation
 2018-09-07 17:07 UTC  (5+ messages)
` [PATCH 6/8] kbuild: consolidate Devicetree dtb build rules

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-06 14:53 UTC  (34+ messages)
` [PATCH 01/11] UAPI: drm: Fix use of C++ keywords as structural members
` [PATCH 02/11] UAPI: keys: "
` [PATCH 03/11] UAPI: virtio_net: "
` [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array
` [PATCH 05/11] UAPI: coda: Don't use internal kernel structs in UAPI
` [PATCH 06/11] UAPI: netfilter: Fix symbol collision issues
` [PATCH 07/11] UAPI: nilfs2: Fix use of undefined byteswapping functions
` [PATCH 08/11] UAPI: sound: Fix use of u32 and co. in UAPI headers
` [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers
` [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE
` [PATCH 11/11] UAPI: Check headers build for C++

[PATCH v4 00/11] kbuild/kconfig: do not update config during installation
 2018-09-06  0:46 UTC  (7+ messages)
` [PATCH v4 07/11] kbuild: use 'include' directive to load auto.conf from top Makefile

[PATCH] kbuild: modules_install: Warn if System.map file is not found
 2018-09-05 16:15 UTC  (3+ messages)

[PATCH v5] selftests: add headers_install to lib.mk
 2018-09-05 14:13 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
 2018-09-05 11:42 UTC 

[PATCH] kallsyms: reduce size a little on 64-bit
 2018-09-04  0:33 UTC  (5+ messages)
` [PATCH v2] "

due to kconfig changes kernel config file is no longer sufficient for configuring the kernel
 2018-09-03 10:23 UTC  (10+ messages)

[PATCH] kconfig: do not require pkg-config on make {menu,n}config
 2018-09-03  0:37 UTC  (4+ messages)

[PATCH v4] modules_install: make missing $DEPMOD a Warning instead of an Error
 2018-08-31 16:23 UTC  (2+ messages)

[PATCH] scripts/setlocalversion: git: Make -dirty check more robust
 2018-08-31 16:21 UTC  (2+ messages)

[PATCH] kconfig: remove a spurious self-assignment
 2018-08-31 14:45 UTC  (2+ messages)

make *config regression: pkg-build
 2018-08-31  9:42 UTC  (3+ messages)


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