public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-16 00:55:19 to 2018-06-28 02:05:24 UTC [more...]

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

[PATCH v4 00/17] khwasan: kernel hardware assisted address sanitizer
 2018-06-28  1:11 UTC  (21+ 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 0/3] Fixes concerning zconfdump()
 2018-06-27 19:23 UTC  (7+ messages)
` [PATCH 1/3] kconfig: avoid assert()-triggered segfaults in xfwrite()
` [PATCH 2/3] kconfig: handle P_SYMBOL in print_symbol()
` [PATCH 3/3] kconfig: add debugconfig target for debugging purposes

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

due to kconfig changes kernel config file is no longer sufficient for configuring the kernel
 2018-06-27 14:07 UTC  (2+ messages)

[RFC PATCH 0/5] kbuild: build modules from code in multiple directories
 2018-06-27  5:52 UTC  (14+ messages)
` [PATCH 2/5] kbuild: treat a directory listed in a composite object as foo/mod.a
` [PATCH 5/5] kbuild: Add documentation for modobj-m
` [PATCH 1/5] kbuild: detect directories in components of a module
` [PATCH 3/5] kbuild: support building of per-directory mod.a
  ` [PATCH 3/5 - v2] "
` [PATCH 4/5] kbuild: disable KBUILD_MODNAME when building for mod.a

[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 v2 1/3] kbuild: use 'include' directive to load auto.conf from top Makefile
 2018-06-24 10:35 UTC  (6+ 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

[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  (22+ 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 2/3] disable -Wattribute-alias warning for SYSCALL_DEFINEx()
` [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  (20+ 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

[PATCHv4 0/3] Salted build ids via linker sections
 2018-06-21 15:58 UTC  (4+ messages)
` [PATCHv4 3/3] x86: Add build salt to the vDSO and kernel linker scripts

[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  (7+ messages)

[PATCH] Kbuild: fix mismatched if/endif pairs
 2018-06-17 11:36 UTC 

[PATCH 1/2] kbuild: do not update config when running install targets
 2018-06-17  0:07 UTC  (2+ messages)
` [PATCH 2/2] kbuild: do not update config for 'make kernelrelease'

/bin/sh: 1: .: Can't open scripts/kconfig/.mconf-cfg
 2018-06-16 11:10 UTC 


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