public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-22 17:10:04 to 2018-09-12 23:46:09 UTC [more...]

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-12 18:39 UTC  (39+ 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

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

4.19-rc3: bindeb-pkg target is failing on ppc64
 2018-09-12  9:46 UTC 

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

[PATCH] kbuild: remove old check for CFLAGS use
 2018-09-12  6:18 UTC 

[PATCH] kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally
 2018-09-12  4:52 UTC 

[PATCH v3 0/9] Devicetree build consolidation
 2018-09-12  1:00 UTC  (4+ messages)
` [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-10 17:32 UTC  (16+ 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 0/9] Devicetree build consolidation
 2018-09-10 14:35 UTC  (10+ messages)
` [PATCH v2 6/9] kbuild: consolidate Devicetree dtb build rules

[PATCH v2] kconfig: add hardened defconfig helpers
 2018-09-10  1:21 UTC  (4+ messages)

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

[PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error
 2018-08-29  1:06 UTC  (5+ messages)

Wohltätigkeitsspende in Höhe von € 2.000.000,00
 2018-08-28  9:12 UTC 

kernel version build number in .deb to low by 1. [REGRESSION][BISECTED]
 2018-08-28  6:06 UTC 

[PATCH 4.4 018/107] x86/paravirt: Make native_save_fl() extern inline
 2018-08-27 21:06 UTC  (3+ messages)

[PATCH] objtool: remove workaround for unreachable warnings from old GCC
 2018-08-27 19:11 UTC  (2+ messages)

[PATCH v9 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU
 2018-08-27  6:56 UTC 

[PATCH] x86/build: remove jump label quirk for GCC older than 4.5.2
 2018-08-27  5:45 UTC 

[GIT PULL] more Kbuild updates for v4.19
 2018-08-25 16:57 UTC 

TRADING ACCOUNT
 2018-08-25  9:39 UTC 

Bug: Unnecessary, repeated, and inconsistent work done when rebuilding bzImage
 2018-08-24  1:32 UTC  (4+ messages)

[PATCH v3 1/2] kbuild: pass LDFLAGS to recordmcount.pl
 2018-08-23 23:20 UTC  (2+ messages)
` [PATCH v3 2/2] kbuild: rename LDFLAGS to KBUILD_LDFLAGS

please revert commit ce8556cca6 "kbuild: verify that $DEPMOD is installed" introduced in v4.18.4
 2018-08-23 17:59 UTC  (8+ messages)
    ` [PATCH v2] modules_install: make missing $DEPMOD a warning instead of error

[PATCH v8 1/2] kbuild: Allow asm-specific compiler_types.h
 2018-08-23 11:32 UTC  (5+ messages)
` [PATCH v9 0/2] MIPS: Override barrier_before_unreachable() to fix microMIPS
  ` [PATCH v9 1/2] kbuild: Allow arch-specific asm/compiler.h
      ` [Skiboot] [PATCH] opal/hmi: Wakeup the cpu before reading core_fir

[kbuild:for-next 17/18] microblaze-linux-ld: Warning: size of symbol `sys_acct' changed from 8 in kernel/sys_ni.o to 872 in kernel/acct.o
 2018-08-22 21:13 UTC 

[kbuild:for-next 17/18] microblaze-linux-ld: Warning: size of symbol `page_is_ram' changed from 32 in arch/microblaze/mm/init.o to 48 in kernel/resource.o
 2018-08-22 20:56 UTC 

[PATCH v2] kbuild: rename LDFLAGS to KBUILD_LDFLAGS
 2018-08-22 17:51 UTC  (2+ messages)

[PATCH] kbuild: test dead code/data elimination support in Kconfig
 2018-08-22 13:51 UTC 


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