linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-18 13:54:22 to 2018-07-01 16:11:02 UTC [more...]

[PATCH 3.18 01/85] tools build: No need to make libapi for perf explicitly
 2018-07-01 16:01 UTC 

[PATCH] kbuild: honor HOSTCFLAGS and HOSTLDFLAGS in libelf test
 2018-07-01 13:07 UTC 

[PATCH v4] kconfig: check for pkg-config on make {menu,n,g,x}config
 2018-06-30 14:19 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v4.18-rc3
 2018-06-30 14:14 UTC 

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

[PATCH v3 0/1] kconfig: expr_print(): print constant symbols within quotes
 2018-06-29 13:18 UTC  (4+ messages)
` [PATCH v3 1/1] "
` [PATCH v4 0/1] "
  ` [PATCH v4 1/1] "

[PATCH 0/3] Fixes concerning zconfdump()
 2018-06-29  9:12 UTC  (10+ messages)
` [PATCH 1/3] kconfig: avoid assert()-triggered segfaults in xfwrite()
      ` [PATCH 0/2] kconfig: expr_print(): print constant symbols within quotes
        ` [PATCH v2 1/2] "
        ` [PATCH 2/2] kconfig: fix comment for symbol flag SYMBOL_AUTO
` [PATCH 2/3] kconfig: handle P_SYMBOL in print_symbol()
` [PATCH 3/3] kconfig: add debugconfig target for debugging purposes

due to kconfig changes kernel config file is no longer sufficient for configuring the kernel
 2018-06-28  9:16 UTC  (3+ messages)

[PATCHv4 0/3] Salted build ids via linker sections
 2018-06-28 13:56 UTC  (5+ messages)
` [PATCHv4 3/3] x86: Add build salt to the vDSO and kernel linker scripts

[PATCH v2 1/3] kbuild: use 'include' directive to load auto.conf from top Makefile
 2018-06-28 13:39 UTC  (7+ messages)
` [PATCH v2 2/3] kbuild: do not update config when running install targets
` [PATCH v2 3/3] kbuild: do not update config for 'make kernelrelease'
    ` [kbuild-all] [PATCH v2 1/3] kbuild: use 'include' directive to load auto.conf from top Makefile

[RESEND PATCH] bpfilter: check compiler capability in Kconfig
 2018-06-28  4:37 UTC  (4+ messages)

[PATCH] kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATION
 2018-06-27 16:41 UTC  (2+ messages)

[RFC PATCH 0/5] kbuild: build modules from code in multiple directories
 2018-06-27  5:52 UTC  (9+ messages)
` [PATCH 4/5] kbuild: disable KBUILD_MODNAME when building for mod.a
` [PATCH 3/5] kbuild: support building of per-directory mod.a
  ` [PATCH 3/5 - v2] "

[RFC][PATCH] Makefile: globally enable VLA warning
 2018-06-26 22:02 UTC  (3+ messages)

[PATCH v6 0/3] extern inline native_save_fl for paravirt
 2018-06-26 16:22 UTC  (8+ messages)
` [PATCH v6 1/3] compiler-gcc.h: add gnu_inline to all inline declarations
` [PATCH v6 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
` [PATCH v6 3/3] x86: paravirt: make native_save_fl extern inline

[PATCH] kbuild: move bin2c back to scripts/ from scripts/basic/
 2018-06-25 16:40 UTC 

[PATCH] trace: fix SKIP_STACK_VALIDATION=1 build
 2018-06-25 14:20 UTC  (5+ messages)

[PATCH] kconfig: loop boundary condition fix
 2018-06-24  9:03 UTC  (2+ messages)

[GIT PULL 2/2] Kconfig updates for v4.18
 2018-06-24  2:36 UTC  (4+ messages)

[PATCH 0/3] Resolve -Wattribute-alias warnings from SYSCALL_DEFINEx()
 2018-06-23  8:40 UTC  (15+ messages)
` [PATCH 1/3] kbuild: add macro for controlling warnings to linux/compiler.h
      ` [PATCH v2 0/3] Resolve -Wattribute-alias warnings from SYSCALL_DEFINEx()
        ` [PATCH v2 1/3] kbuild: add macro for controlling warnings to linux/compiler.h
        ` [PATCH v2 2/3] disable -Wattribute-alias warning for SYSCALL_DEFINEx()
        ` [PATCH v2 3/3] powerpc: Remove -Wattribute-alias pragmas
` [PATCH 3/3] Revert "powerpc: fix build failure by disabling attribute-alias warning in pci_32"

[PATCH] kconfig: document Kconfig source file comments
 2018-06-23  8:10 UTC  (2+ messages)

[PATCH] stack-protector: Fix test with 32-bit userland and CONFIG_64BIT=y
 2018-06-23  8:10 UTC  (2+ messages)

[RFC v9 0/1] mconf: global i-search in menu prompts
 2018-06-23  6:53 UTC  (2+ messages)
` [RFC v9 1/1] "

[PATCHv4 4/4] ARM: versatile: support configuring versatile machine for no-MMU
 2018-06-22 20:33 UTC  (23+ messages)

[PATCH] kconfig: fix line numbers for if-entries in menu tree
 2018-06-22 18:04 UTC  (2+ messages)

[PATCH v6 1/9] Makefile: Prepare for using macros for inline asm
 2018-06-22 17:22 UTC 

[PATCH v3 0/3] mtd: rawnand: denali: add new clocks and improve setup_data_interface
 2018-06-22 13:24 UTC  (17+ messages)
` [PATCH v3 1/3] mtd: rawnand: denali_dt: add more clocks based on IP datasheet
` [PATCH v3 2/3] mtd: rawnand: denali_dt: use dev as a shorthand of &pdev->dev
` [PATCH v3 3/3] mtd: rawnand: denali: optimize timing parameters for data interface

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

[PATCH v5 0/3] extern inline native_save_fl for paravirt
 2018-06-21 12:28 UTC  (8+ messages)
` [PATCH v5 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>

[RFC v8 0/1] mconf: global i-search in menu prompts
 2018-06-21  6:57 UTC  (6+ messages)
` [RFC v8 1/1] "

[PATCH] Kbuild: fix mismatched if/endif pairs
 2018-06-20 15:35 UTC  (2+ messages)

[PATCH v5 1/9] Makefile: Prepare for using macros for inline asm
 2018-06-19 19:48 UTC 

[RFC v7 0/1] mconf: global i-search in menu prompts
 2018-06-19 19:43 UTC  (8+ messages)
` [RFC v7 1/1] "

uapi headers userspace build results
 2018-06-19 18:17 UTC  (3+ messages)

[PATCH v4 1/9] Makefile: Prepare for using macros for inline asm
 2018-06-19  7:12 UTC  (5+ messages)

[PATCH 2/5] kbuild: treat a directory listed in a composite object as foo/mod.a
 2018-06-18 22:30 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;
as well as URLs for NNTP newsgroup(s).