Linux Kbuild
[Prev Page][Next Page]
- Re: [PATCH v10 09/22] kasan: add tag related helper functions
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH v10 07/22] kasan: initialize shadow to 0xff for tag-based mode
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH v10 05/22] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH v10 06/22] kasan, arm64: adjust shadow size for tag-based mode
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH v10 08/22] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [RFC PATCH 1/4] kconfig: add as-instr macro to scripts/Kconfig.include
- From: Vladimir Murzin <vladimir.murzin@xxxxxxx>
- Re: [PATCH v10 00/22] kasan: add software tag-based mode for arm64
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v10 00/22] kasan: add software tag-based mode for arm64
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v10 00/22] kasan: add software tag-based mode for arm64
- From: Will Deacon <will.deacon@xxxxxxx>
- Re: [PATCH v10 00/22] kasan: add software tag-based mode for arm64
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v10 00/22] kasan: add software tag-based mode for arm64
- From: Will Deacon <will.deacon@xxxxxxx>
- Re: [RFC PATCH 1/4] kconfig: add as-instr macro to scripts/Kconfig.include
- From: Will Deacon <will.deacon@xxxxxxx>
- Re: [PATCH v10 00/22] kasan: add software tag-based mode for arm64
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH] builddeb: Fix inclusion of dtbs in debian package
- From: Rob Herring <robh@xxxxxxxxxx>
- [RFC PATCH 4/4] ARM: crypto: expose dependency on gas via Kconfig
- From: Vladimir Murzin <vladimir.murzin@xxxxxxx>
- [RFC PATCH 3/4] arm64: turn "broken gas inst" into real config option
- From: Vladimir Murzin <vladimir.murzin@xxxxxxx>
- [RFC PATCH 2/4] arm64: lse: expose dependency on gas via Kconfig
- From: Vladimir Murzin <vladimir.murzin@xxxxxxx>
- [RFC PATCH 1/4] kconfig: add as-instr macro to scripts/Kconfig.include
- From: Vladimir Murzin <vladimir.murzin@xxxxxxx>
- [RFC PATCH 0/4] Minor improvements over handling dependency on GAS
- From: Vladimir Murzin <vladimir.murzin@xxxxxxx>
- Re: [PATCH v9 02/10] Makefile: Prepare for using macros for inline asm
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- Re: [PATCH v9 02/10] Makefile: Prepare for using macros for inline asm
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- Re: [PATCH v9 02/10] Makefile: Prepare for using macros for inline asm
- From: Nadav Amit <namit@xxxxxxxxxx>
- [PATCH v10 01/22] kasan, mm: change hooks signatures
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 06/22] kasan, arm64: adjust shadow size for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 05/22] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 09/22] kasan: add tag related helper functions
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 10/22] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 13/22] kasan, arm64: enable top byte ignore for the kernel
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 12/22] kasan, arm64: fix up fault handling logic
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 11/22] mm: move obj_to_index to include/linux/slab_def.h
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 14/22] kasan, mm: perform untagged pointers comparison in krealloc
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 15/22] kasan: split out generic_report.c from report.c
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 16/22] kasan: add bug reporting routines for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 18/22] kasan, arm64: add brk handler for inline instrumentation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 19/22] kasan, mm, arm64: tag non slab memory allocated via pagealloc
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 20/22] kasan: add __must_check annotations to kasan hooks
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 21/22] kasan: update documentation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 22/22] kasan: add SPDX-License-Identifier mark to source files
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 17/22] kasan: add hooks implementation for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 08/22] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 07/22] kasan: initialize shadow to 0xff for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 03/22] kasan: move common generic and tag-based code to common.c
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 04/22] kasan: rename source files to reflect the new naming scheme
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 02/22] kasan, slub: handle pointer tags in early_kmem_cache_node_alloc
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v10 00/22] kasan: add software tag-based mode for arm64
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH] scripts/kconfig/merge_config: don't redefine 'y' to 'm'
- From: Anders Roxell <anders.roxell@xxxxxxxxxx>
- Re: [RESEND] kernel version build number in .deb to low by 1. [REGRESSION][BISECTED]
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] kbuild: deb-pkg: fix too low build version number
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH v2 2/2] kbuild: consolidate Clang compiler flags
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH v2 1/2] kbuild: add -no-integrated-as Clang option unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 0/2] poewrpc/Boot: Fix cross compiling with clang
- From: Joel Stanley <joel@xxxxxxxxx>
- Re: [PATCH 0/2] poewrpc/Boot: Fix cross compiling with clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] kbuild: consolidate Clang compiler flags
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] fs: proc: move linux_proc_banner to where it is used
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH] init/Kconfig: make CC_OPTIMIZE_FOR_DEBUGGING visible only for GCC
- From: Changbin Du <changbin.du@xxxxxxxxx>
- [RESEND] kernel version build number in .deb to low by 1. [REGRESSION][BISECTED]
- From: "Doug Smythies" <dsmythies@xxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
- Re: [PATCH] kbuild: deb-pkg: fix bindeb-pkg breakage when O= is used
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH] Revert "kbuild: add --include-dir flag only for out-of-tree build"
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v2] kconfig: merge_config: avoid false positive matches from comment lines
- From: Arnout Vandecappelle <arnout@xxxxxxx>
- Re: [PATCH] kbuild: rpm-pkg: fix two build breaks when O= is used
- From: Zhenzhong Duan <zhenzhong.duan@xxxxxxxxxx>
- Re: [PATCH] kbuild: consolidate Clang compiler flags
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: consolidate Clang compiler flags
- From: Stefan Agner <stefan@xxxxxxxx>
- Re: [PATCH] scripts/kconfig/merge_config: don't redefine 'y' to 'm'
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2] kconfig: merge_config: avoid false positive matches from comment lines
- From: Petr Vorel <petr.vorel@xxxxxxxxx>
- [PATCH v2] kconfig: merge_config: avoid false positive matches from comment lines
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] Revert "kbuild: add --include-dir flag only for out-of-tree build"
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: rpm-pkg: fix two build breaks when O= is used
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] kbuild: deb-pkg: fix bindeb-pkg breakage when O= is used
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is used
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
- Re: [PATCH 1/2] Makefile: Export clang toolchain variables
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] kbuild: consolidate Clang compiler flags
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [kbuild:for-next 12/14] arch/openrisc/include/asm/spr.h:20:27: error: impossible constraint in 'asm'
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/2] powerpc/boot: Set target when cross-compiling for clang
- From: Daniel Axtens <dja@xxxxxxxxxx>
- Re: [PATCH 1/2] Makefile: Export clang toolchain variables
- From: Daniel Axtens <dja@xxxxxxxxxx>
- [PATCH 2/2] powerpc/boot: Set target when cross-compiling for clang
- From: Joel Stanley <joel@xxxxxxxxx>
- [PATCH 1/2] Makefile: Export clang toolchain variables
- From: Joel Stanley <joel@xxxxxxxxx>
- [PATCH 0/2] poewrpc/Boot: Fix cross compiling with clang
- From: Joel Stanley <joel@xxxxxxxxx>
- [PATCH] Revert "kbuild: add --include-dir flag only for out-of-tree build"
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [GIT PULL] more Kbuild updates for v4.20
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [GIT PULL] more Kbuild updates for v4.20
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kconfig: merge_config: avoid false positive matches from comment lines
- From: Petr Vorel <petr.vorel@xxxxxxxxx>
- [PATCH 4.14 096/143] compiler.h: Allow arch-specific asm/compiler.h
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 4.18 079/150] compiler.h: Allow arch-specific asm/compiler.h
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx>
- [PATCH] scripts/kconfig/merge_config: don't redefine 'y' to 'm'
- From: Anders Roxell <anders.roxell@xxxxxxxxxx>
- Re: [PATCH v3 1/4] x86/mm: declare check_la57_support() as inline
- From: Borislav Petkov <bp@xxxxxxxxx>
- [PATCH] kbuild: rpm-pkg: fix two build breaks when O= is used
- From: Zhenzhong Duan <zhenzhong.duan@xxxxxxxxxx>
- Re: [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH] kbuild: consolidate single targets
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH] kbuild: consolidate single targets
- From: Jon Hunter <jonathanh@xxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx>
- [PATCH] kconfig: merge_config: avoid false positive matches from comment lines
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
- From: Russell King - ARM Linux <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3 4/5] modpost: Changes parameter name to avoid shadowing.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH 1/1] modpost: Refactor and removes global variable *modules
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH 1/3] modpost: Refactor and removes global variable *modules
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v3 4/5] modpost: Changes parameter name to avoid shadowing.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v9 01/20] kasan, mm: change hooks signatures
- From: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx>
- Re: [PATCH] remove old GCC version implementation
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 5/9] powerpc: PCI_MSI needs PCI
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 4/9] powerpc: remove CONFIG_MCA leftovers
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 3/9] powerpc: remove CONFIG_PCI_QSPAN
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/9] aha152x: rename the PCMCIA define
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] remove old GCC version implementation
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH] remove old GCC version implementation
- From: Mathieu Malaterre <malat@xxxxxxxxxx>
- Re: [PATCH v2 1/2] kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
- From: Joel Stanley <joel@xxxxxxxxx>
- Re: [PATCH v2 1/2] kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
- From: Paul Burton <paul.burton@xxxxxxxx>
- Re: [PATCH] kbuild: remove unused cc-fullversion variable
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] kconfig: remove silentoldconfig target
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] merge_config.sh: Allow to define config prefix
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] kconfig: remove oldnoconfig target
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- [PATCH v2 1/2] kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH v2 2/2] kbuild: remove cc-name variable
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH] fs: proc: move linux_proc_banner to where it is used
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- [PATCH] kbuild: consolidate single targets
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 1/2] kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 2/2] kbuild: remove cc-name variable
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [kbuild:kbuild 2/4] drivers/tty/serial/qcom_geni_serial.c:1313:22: warning: 'drv' may be used uninitialized in this function
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/5] Creates macro to avoid variable shadowing
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH v2 1/1] merge_config.sh: Allow to define config prefix
- From: Petr Vorel <petr.vorel@xxxxxxxxx>
- Re: [PATCH 1/1] merge_config.sh: Replace prefix CONFIG_ with any prefix
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/1] merge_config.sh: Replace prefix CONFIG_ with any prefix
- From: Petr Vorel <petr.vorel@xxxxxxxxx>
- Re: [PATCH 1/1] merge_config.sh: Replace prefix CONFIG_ with any prefix
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] kbuild: remove unused cc-fullversion variable
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] kconfig: remove silentoldconfig target
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH 2/2] kconfig: remove silentoldconfig target
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 1/2] kconfig: remove oldnoconfig target
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/1] merge_config.sh: Replace prefix CONFIG_ with any prefix
- From: Petr Vorel <petr.vorel@xxxxxxxxx>
- Re: [PATCH 1/1] merge_config.sh: Replace prefix CONFIG_ with any prefix
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Changbin Du <changbin.du@xxxxxxxxx>
- Re: [PATCH v3 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Changbin Du <changbin.du@xxxxxxxxx>
- [kbuild:kbuild 2/4] drivers/tty/serial/qcom_geni_serial.c:1313:22: warning: 'drv' may be used uninitialized in this function
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v3 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/4] x86/mm: declare check_la57_support() as inline
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v3 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [GIT PULL] VLA removal for v4.20-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Kbuild updates for v4.20
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/4] x86/mm: declare check_la57_support() as inline
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [GIT PULL] VLA removal for v4.20-rc1
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [GIT PULL] Kbuild updates for v4.20
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v3 4/5] modpost: Changes parameter name to avoid shadowing.
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/5] Creates macro to avoid variable shadowing
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable.
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/5] x86/vdso: Renames variable to fix shadow warning.
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Changbin Du <changbin.du@xxxxxxxxx>
- Re: [PATCH v2 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH v3 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
- From: Changbin Du <changbin.du@xxxxxxxxx>
- [PATCH v3 1/4] x86/mm: declare check_la57_support() as inline
- From: Changbin Du <changbin.du@xxxxxxxxx>
- [PATCH v3 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Changbin Du <changbin.du@xxxxxxxxx>
- [PATCH v3 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
- From: Changbin Du <changbin.du@xxxxxxxxx>
- [PATCH v3 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Changbin Du <changbin.du@xxxxxxxxx>
- Re: [PATCH v2 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 1/1] merge_config.sh: Replace prefix CONFIG_ with any prefix
- From: Petr Vorel <petr.vorel@xxxxxxxxx>
- Re: [PATCH v2 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Changbin Du <changbin.du@xxxxxxxxx>
- Re: [PATCH v2 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
- From: Changbin Du <changbin.du@xxxxxxxxx>
- Re: [PATCH v2 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH v3 1/5] x86/vdso: Renames variable to fix shadow warning.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH v3 4/5] modpost: Changes parameter name to avoid shadowing.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH v3 5/5] Adds -Wshadow on KBUILD_HOSTCFLAGS
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH v3 3/5] Creates macro to avoid variable shadowing
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH v3 2/5] kbuild: Removes unnecessary shadowed local variable.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH v3 0/5] Adds -Wshadow on KBUILD_HOSTCFLAGS and fix warnings
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v2 1/5] x86/vdso: Renames variable to fix shadow warning.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v2 3/5] Creates macro to avoid variable shadowing
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH] modpost: validate symbol names also in find_elf_symbol
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH v2 3/5] Creates macro to avoid variable shadowing
- From: Helen Koike <helen@xxxxxxxxxx>
- Re: [PATCH v2 3/5] Creates macro to avoid variable shadowing
- From: Helen Koike <helen@xxxxxxxxxx>
- Re: [PATCH 0/2] Compiler Attributes: __fallthrough
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v2 1/5] x86/vdso: Renames variable to fix shadow warning.
- From: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
- [PATCH 1/1] Changes style to look more like list iteration.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 0/5] Adds -Wshadow on KBUILD_HOSTCFLAGS
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 5/5] Adds -Wshadow on KBUILD_HOSTCFLAGS
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 4/5] modpost: Changes parameter name to avoid shadowing.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 3/5] Creates macro to avoid variable shadowing
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 2/5] kbuild: Removes unnecessary shadowed local variable.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH v2 1/5] x86/vdso: Renames variable to fix shadow warning.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 0/2] Compiler Attributes: __fallthrough
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Bernd Petrovitsch <bernd@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Bernd Petrovitsch <bernd@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 0/2] Compiler Attributes: __fallthrough
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [GIT PULL] Compiler Attributes for v4.20-rc1
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Bernd Petrovitsch <bernd@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Bernd Petrovitsch <bernd@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 0/2] Compiler Attributes: __fallthrough
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Willy Tarreau <w@xxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 0/2] Compiler Attributes: __fallthrough
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 0/2] Compiler Attributes: __fallthrough
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH 0/2] Compiler Attributes: __fallthrough
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough
- From: Joe Perches <joe@xxxxxxxxxxx>
- [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH 0/2] Compiler Attributes: __fallthrough
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 0/2] modpost: skip section mismatch warnings on ELF local symbols by default
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 2/2] modpost: skip ELF local symbols by default during section mismatch check
- From: Paul Walmsley <paul.walmsley@xxxxxxxxxx>
- [PATCH 1/2] modpost: add switch to skip symbol exclusions likely to generate false positives
- From: Paul Walmsley <paul.walmsley@xxxxxxxxxx>
- [PATCH 0/2] modpost: skip section mismatch warnings on ELF local symbols by default
- From: Paul Walmsley <paul.walmsley@xxxxxxxxxx>
- Re: [PATCH 2/3] objtool: move libelf check out of top Makefile
- From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
- Re: [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
- From: Palmer Dabbelt <palmer@xxxxxxxxxx>
- Re: [PATCH 5/9] powerpc: PCI_MSI needs PCI
- From: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
- Re: [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 2/9] arm: remove EISA kconfig option
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH v2 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Du Changbin <changbin.du@xxxxxxxxx>
- [PATCH v2 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
- From: Du Changbin <changbin.du@xxxxxxxxx>
- [PATCH v2 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
- From: Du Changbin <changbin.du@xxxxxxxxx>
- [PATCH v2 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Du Changbin <changbin.du@xxxxxxxxx>
- [PATCH v2 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
- From: Du Changbin <changbin.du@xxxxxxxxx>
- Re: [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
- From: Russell King - ARM Linux <linux@xxxxxxxxxxxxxxx>
- [PATCH 4/9] powerpc: remove CONFIG_MCA leftovers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 6/9] PCI: consolidate PCI config entry in drivers/pci
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 9/9] eisa: consolidate EISA Kconfig entry in drivers/eisa
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 8/9] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 7/9] pcmcia: allow PCMCIA support independent of the architecture
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 5/9] powerpc: PCI_MSI needs PCI
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/9] powerpc: remove CONFIG_PCI_QSPAN
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/9] arm: remove EISA kconfig option
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/9] aha152x: rename the PCMCIA define
- From: Christoph Hellwig <hch@xxxxxx>
- move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v3
- From: Christoph Hellwig <hch@xxxxxx>
- Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
- From: Christoph Hellwig <hch@xxxxxx>
- RE: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
- From: Christoph Hellwig <hch@xxxxxx>
- Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci
- From: Christoph Hellwig <hch@xxxxxx>
- Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 2/3] objtool: move libelf check out of top Makefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci
- From: Max Filippov <jcmvbkbc@xxxxxxxxx>
- Re: [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [Lkcamp] [PATCH 3/4] kbuild: Removes unnecessary shadowed local variable and optimize testing.
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Du Changbin <changbin.du@xxxxxxxxx>
- Re: [PATCH 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Du Changbin <changbin.du@xxxxxxxxx>
- Re: [PATCH 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 3/4] ARM: mm: fix build error in fix_to_virt with CONFIG_CC_OPTIMIZE_FOR_DEBUGGING
- From: Du Changbin <changbin.du@xxxxxxxxx>
- [PATCH 0/4] kernel hacking: GCC optimization for better debug experience (-Og)
- From: Du Changbin <changbin.du@xxxxxxxxx>
- [PATCH 4/4] kernel hacking: new config CC_OPTIMIZE_FOR_DEBUGGING to apply GCC -Og optimization
- From: Du Changbin <changbin.du@xxxxxxxxx>
- [PATCH 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
- From: Du Changbin <changbin.du@xxxxxxxxx>
- [PATCH 1/4] x86/mm: surround level4_kernel_pgt with #ifdef CONFIG_X86_5LEVEL...#endif
- From: Du Changbin <changbin.du@xxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH 2/4] Renames variable to fix shadow warning.
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [Lkcamp] [PATCH 3/4] kbuild: Removes unnecessary shadowed local variable and optimize testing.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [Lkcamp] [PATCH 4/4] Changes macro usage to avoid shadowing a variable.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [Lkcamp] [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH 2/4] Renames variable to fix shadow warning.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH 2/4] Renames variable to fix shadow warning.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [Lkcamp] [PATCH 2/4] Renames variable to fix shadow warning.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH 1/3] kbuild: Add -Wshadow to sparse
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] kbuild: Add -Wshadow to sparse
- From: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx>
- Re: [PATCH 2/3] x86/mcelog: Remove one mce_helper definition
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH 2/4] Renames variable to fix shadow warning.
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH 2/3] x86/mcelog: Remove one mce_helper definition
- From: Borislav Petkov <bp@xxxxxxx>
- Re: [PATCH 3/3] kvm: don't redefine flags as something else
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH 2/3] x86/mcelog: Remove one mce_helper definition
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH 1/3] kbuild: Add -Wshadow to sparse
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH 3/3] kvm: don't redefine flags as something else
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH 0/3] Let sparse check for shadowed variables
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] kbuild: check the presence of lzo and lz4 tools when necessary
- From: Borislav Petkov <bp@xxxxxxx>
- Re: [PATCH 2/8] powerpc: remove CONFIG_PCI_QSPAN
- From: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/3] kbuild: check the presence of lzo and lz4 tools when necessary
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] kbuild: check the presence of lzo and lz4 tools when necessary
- From: Borislav Petkov <bp@xxxxxxx>
- Re: [PATCH 3/3] kbuild: check the presence of lzo and lz4 tools when necessary
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Borislav Petkov <bp@xxxxxxxxx>
- [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/8] powerpc: PCI_MSI needs PCI
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/8] powerpc: remove CONFIG_PCI_QSPAN
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/8] aha152x: rename the PCMCIA define
- From: Christoph Hellwig <hch@xxxxxx>
- move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 2/4] Renames variable to fix shadow warning.
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- Re: [PATCH] Kbuild: Hide Clang's -Wempty-body behind W=1
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH] Kbuild: Hide Clang's -Wempty-body behind W=1
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [Lkcamp] [PATCH 0/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Helen Koike <helen@xxxxxxxxxx>
- Re: [Lkcamp] [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Helen Koike <helen@xxxxxxxxxx>
- Re: [Lkcamp] [PATCH 4/4] Changes macro usage to avoid shadowing a variable.
- From: Helen Koike <helen@xxxxxxxxxx>
- Re: [Lkcamp] [PATCH 3/4] kbuild: Removes unnecessary shadowed local variable and optimize testing.
- From: Helen Koike <helen@xxxxxxxxxx>
- Re: [Lkcamp] [PATCH 2/4] Renames variable to fix shadow warning.
- From: Helen Koike <helen@xxxxxxxxxx>
- [PATCH 4/4] Changes macro usage to avoid shadowing a variable.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 3/4] kbuild: Removes unnecessary shadowed local variable and optimize testing.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 2/4] Renames variable to fix shadow warning.
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 1/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- [PATCH 0/4] Adds -Wshadow=local on KBUILD_HOSTCFLAGS
- From: Leonardo Brás <leobras.c@xxxxxxxxx>
- Re: [PATCH 2/3] objtool: move libelf check out of top Makefile
- From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
- Re: [PATCH 2/3] objtool: move libelf check out of top Makefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] kbuild: provide a new place to check necessary host tools
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 2/3] objtool: move libelf check out of top Makefile
- From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
- Re: [PATCH] kbuild: Fail the build early when no lz4 present
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 0/3] kbuild: add scripts/Makefile.toolcheck to check necessary host tools
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 2/3] objtool: move libelf check out of top Makefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 3/3] kbuild: check the presence of lzo and lz4 tools when necessary
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 1/3] kbuild: provide a new place to check necessary host tools
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] Kbuild: Hide Clang's -Wempty-body behind W=1
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- Re: [PATCH 4/8] pci: consolidate PCI config entry in drivers/pci
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH 1/8] aha152x: rename the PCMCIA define
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH 4/8] pci: consolidate PCI config entry in drivers/pci
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 4/8] pci: consolidate PCI config entry in drivers/pci
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic
- From: Christoph Hellwig <hch@xxxxxx>
- Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 4/8] pci: consolidate PCI config entry in drivers/pci
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
- From: Christoph Hellwig <hch@xxxxxx>
- Re: move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
- From: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 1/8] aha152x: rename the PCMCIA define
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/8] pci: consolidate PCI config entry in drivers/pci
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/8] powerpc: PCI_MSI needs PCI
- From: Christoph Hellwig <hch@xxxxxx>
- move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] kbuild: Fail the build early when no lz4 present
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [GIT PULL] Kbuild fixes for v4.19-rc8
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [GIT PULL] Kbuild fixes for v4.19-rc8
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: Fail the build early when no lz4 present
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH] kbuild: Fail the build early when no lz4 present
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: Fail the build early when no lz4 present
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH] kbuild: Fail the build early when no lz4 present
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: Fail the build early when no lz4 present
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH] kbuild: Fail the build early when no lz4 present
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array
- From: Jan Engelhardt <jengelh@xxxxxxx>
- Re: [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE [ver #2]
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [netfilter-core] [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues [ver #2]
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH] kbuild: use 'else ifeq' for checksrc to improve readability
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] modpost: remove leftover symbol prefix handling for module device table
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2] kbuild: remove unneeded link_multi_deps
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 2/3] kbuild: add -Wdeclaration-after-statement flag unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2] kbuild: add -Wno-unused-but-set-variable flag unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] kbuild: add -Wno-pointer-sign flag unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] samples: disable CONFIG_SAMPLES for UML
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Fwd: Update of SAT solver in kconfig
- From: Mate Soos <soos.mate@xxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v5 00/15] Compiler Attributes
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [ANN] init-kconfig - easy way to embrace Linux's kconfig
- From: Ulf Magnusson <ulfalizer@xxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes (v6) tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- [PATCH 07/36] kbuild: Add support for DT binding schema checks
- From: Rob Herring <robh@xxxxxxxxxx>
- [GIT PULL linux-next] Add Compiler Attributes (v6) tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [ANN] init-kconfig - easy way to embrace Linux's kconfig
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Arnd Bergmann <arnd@xxxxxxxx>
- RE: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx>
- [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [ANN] init-kconfig - easy way to embrace Linux's kconfig
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [kconfig-sat] [ANN] init-kconfig - easy way to embrace Linux's kconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [kconfig-sat] [ANN] init-kconfig - easy way to embrace Linux's kconfig
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [kconfig-sat] [ANN] init-kconfig - easy way to embrace Linux's kconfig
- From: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
- Re: [kconfig-sat] [ANN] init-kconfig - easy way to embrace Linux's kconfig
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [kconfig-sat] [ANN] init-kconfig - easy way to embrace Linux's kconfig
- From: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
- [ANN] init-kconfig - easy way to embrace Linux's kconfig
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- [PATCH v2] kbuild: remove unneeded link_multi_deps
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v9 02/10] Makefile: Prepare for using macros for inline asm
- From: Nadav Amit <namit@xxxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
- From: Nadav Amit <namit@xxxxxxxxxx>
- Re: [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
- Re: [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
- From: Nadav Amit <namit@xxxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: "Theodore Y. Ts'o" <tytso@xxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Dominique Martinet <asmadeus@xxxxxxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [GIT PULL linux-next] Add Compiler Attributes tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH v2] kbuild: add -Wno-unused-but-set-variable flag unconditionally
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array
- From: Jan Engelhardt <jengelh@xxxxxxx>
- Re: [PATCH v6] selftests: add headers_install to lib.mk
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- [GIT PULL linux-next] Add Compiler Attributes tree
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v9 19/20] kasan: update documentation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
- From: Ingo Molnar <mingo@xxxxxxxxxx>
- [PATCH v2] kbuild: add -Wno-unused-but-set-variable flag unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler flag unconditionally
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler flag unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v4 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler flag unconditionally
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler flag unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] kbuild: add -Wno-pointer-sign flag unconditionally
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 2/3] kbuild: add -Wdeclaration-after-statement flag unconditionally
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler flag unconditionally
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v4 0/9] Devicetree build consolidation
- From: Rob Herring <robh@xxxxxxxxxx>
- [PATCH v4 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH 0/3] Kbuild: Some fixdep tweaks
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- [PATCH 2/3] kbuild: add -Wdeclaration-after-statement flag unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler flag unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 1/3] kbuild: add -Wno-pointer-sign flag unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/4] kbuild: remove VERSION and PATCHLEVEL from $(objtree)/Makefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v2] kbuild: add --include-dir flag only for out-of-tree build
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: remove unneeded link_multi_deps
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v5 00/15] Compiler Attributes
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v5 00/15] Compiler Attributes
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH] samples: run headers_install for host arch instead of target arch
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] modpost: remove leftover symbol prefix handling for module device table
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] modpost: remove leftover symbol prefix handling for module device table
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH] samples: run headers_install for host arch instead of target arch
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Andreas Färber <afaerber@xxxxxxx>
- Re: [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v6] selftests: add headers_install to lib.mk
- From: Shuah Khan <shuah@xxxxxxxxxx>
- Re: [netfilter-core] [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues [ver #2]
- From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
- Re: [PATCH] samples: disable CONFIG_SAMPLES for UML
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] samples: run headers_install for host arch instead of target arch
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] modpost: remove leftover symbol prefix handling for module device table
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v6] selftests: add headers_install to lib.mk
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH 0/3] Kbuild: Some fixdep tweaks
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [ANNOUNCE] Kconfiglib menuconfig and documentation generation updates
- From: Ulf Magnusson <ulfalizer@xxxxxxxxx>
- Re: [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- Re: How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 0/3] Kbuild: Some fixdep tweaks
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
- From: Nadav Amit <namit@xxxxxxxxxx>
- Re: [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers [ver #2]
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE [ver #2]
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH v9 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU
- From: Joerg Roedel <joro@xxxxxxxxxx>
- Re: How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
- From: Christophe LEROY <christophe.leroy@xxxxxx>
- Re: [PATCH v9 00/20] kasan: add software tag-based mode for arm64
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v5 00/15] Compiler Attributes
- From: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx>
- Re: How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- [PATCH v5 00/15] Compiler Attributes
- From: Sedat Dilek <sedat.dilek@xxxxxxxxx>
- Re: [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH v9 05/20] kasan, arm64: adjust shadow size for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 11/20] kasan, arm64: fix up fault handling logic
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 14/20] kasan: split out generic_report.c from report.c
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 13/20] kasan, mm: perform untagged pointers comparison in krealloc
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 12/20] kasan, arm64: enable top byte ignore for the kernel
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 08/20] kasan: add tag related helper functions
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 02/20] kasan: move common generic and tag-based code to common.c
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 03/20] kasan: rename source files to reflect the new naming scheme
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 17/20] kasan, arm64: add brk handler for inline instrumentation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 20/20] kasan: add SPDX-License-Identifier mark to source files
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 19/20] kasan: update documentation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 16/20] kasan: add hooks implementation for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 15/20] kasan: add bug reporting routines for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 10/20] mm: move obj_to_index to include/linux/slab_def.h
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 06/20] kasan: initialize shadow to 0xff for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 01/20] kasan, mm: change hooks signatures
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v9 00/20] kasan: add software tag-based mode for arm64
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v8 16/20] kasan: add hooks implementation for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v8 01/20] kasan, mm: change hooks signatures
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v8 16/20] kasan: add hooks implementation for tag-based mode
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v8 01/20] kasan, mm: change hooks signatures
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [PATCH v8 01/20] kasan, mm: change hooks signatures
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v5 00/15] Compiler Attributes
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v5 15/15] Compiler Attributes: ext4: remove local __nonstring definition
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v5 14/15] Compiler Attributes: auxdisplay: panel: use __nonstring
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v5 09/15] Compiler Attributes: remove uses of __attribute__ from compiler.h
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 14/15] Compiler Attributes: auxdisplay: panel: use __nonstring
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 11/15] Compiler Attributes: add MAINTAINERS entry
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 10/15] Compiler Attributes: add Doc/process/programming-language.rst
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 07/15] Compiler Attributes: use feature checks instead of version checks
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 08/15] Compiler Attributes: KENTRY used twice the "used" attribute
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 06/15] Compiler Attributes: add missing SPDX ID in compiler_types.h
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 05/15] Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 02/15] Compiler Attributes: always use the extra-underscores syntax
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 01/15] Compiler Attributes: remove unused attributes
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 00/15] Compiler Attributes
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 15/15] Compiler Attributes: ext4: remove local __nonstring definition
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 04/15] Compiler Attributes: homogenize __must_be_array
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v5 03/15] Compiler Attributes: remove unneeded tests
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Multi-threaded build on 4.14.122 return code 2 for some configurations
- From: Piotr Król <piotr.krol@xxxxxxxxx>
- Re: [PATCH v8 00/20] kasan: add software tag-based mode for arm64
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 02/20] kasan: move common generic and tag-based code to common.c
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 03/20] kasan: rename source files to reflect the new naming scheme
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 06/20] kasan: initialize shadow to 0xff for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v8 00/20] kasan: add software tag-based mode for arm64
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 10/20] mm: move obj_to_index to include/linux/slab_def.h
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 08/20] kasan: add tag related helper functions
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 12/20] kasan, arm64: enable top byte ignore for the kernel
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 13/20] kasan, mm: perform untagged pointers comparison in krealloc
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 15/20] kasan: add bug reporting routines for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 14/20] kasan: split out generic_report.c from report.c
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 17/20] kasan, arm64: add brk handler for inline instrumentation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 16/20] kasan: add hooks implementation for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 20/20] kasan: add SPDX-License-Identifier mark to source files
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 19/20] kasan: update documentation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 11/20] kasan, arm64: fix up fault handling logic
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 05/20] kasan, arm64: adjust shadow size for tag-based mode
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 01/20] kasan, mm: change hooks signatures
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- [PATCH v8 00/20] kasan: add software tag-based mode for arm64
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH] kbuild: allow to use GCC toolchain not in Clang search path
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] ftrace: Build with CPPFLAGS to get -Qunused-arguments
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v6 14/18] khwasan: add hooks implementation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?
- From: Christophe Leroy <christophe.leroy@xxxxxx>
- Re: [PATCH] samples: disable CONFIG_SAMPLES for UML
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH v8 02/10] Makefile: Prepare for using macros for inline asm
- From: Nadav Amit <namit@xxxxxxxxxx>
- Re: [PATCH v6 17/18] khwasan: update kasan documentation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v6 13/18] khwasan: add bug reporting routines
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH] kbuild: allow to use GCC toolchain not in Clang search path
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v6 07/18] khwasan: add tag related helper functions
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- [PATCH 2/4] kbuild: remove user ID check in scripts/mkmakefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 4/4] kbuild: simplify command line creation in scripts/mkmakefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 3/4] kbuild: do not pass $(objtree) to scripts/mkmakefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 1/4] kbuild: remove VERSION and PATCHLEVEL from $(objtree)/Makefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] samples: disable CONFIG_SAMPLES for UML
- From: Richard Weinberger <richard@xxxxxx>
- Re: [PATCH] kbuild: allow to use GCC toolchain not in Clang search path
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] samples: disable CONFIG_SAMPLES for UML
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: allow to use GCC toolchain not in Clang search path
- From: Stefan Agner <stefan@xxxxxxxx>
- Re: [PATCH] kbuild: allow to use GCC toolchain not in Clang search path
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] kbuild: allow to use GCC toolchain not in Clang search path
- From: Stefan Agner <stefan@xxxxxxxx>
- Re: [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v6 07/18] khwasan: add tag related helper functions
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
- From: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
- Re: [PATCH] ftrace: Build with CPPFLAGS to get -Qunused-arguments
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH] ftrace: Build with CPPFLAGS to get -Qunused-arguments
- From: Joel Stanley <joel@xxxxxxxxx>
- Re: [PATCH v2] kconfig: add hardened defconfig helpers
- From: Salvatore Mesoraca <s.mesoraca16@xxxxxxxxx>
- Re: [PATCH v2] kconfig: add hardened defconfig helpers
- From: Salvatore Mesoraca <s.mesoraca16@xxxxxxxxx>
- Re: [PATCH v2] kconfig: add hardened defconfig helpers
- From: Salvatore Mesoraca <s.mesoraca16@xxxxxxxxx>
- [GIT PULL] tracing/Makefile: Fix handling redefinition of CC_FLAGS_FTRACE
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
- From: Will Deacon <will.deacon@xxxxxxx>
- Re: [PATCH] kbuild: remove old check for CFLAGS use
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] kbuild: remove dead code in cmd_files calculation in top Makefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] kbuild: hide most of targets when running config or mixed targets
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH 11/11] UAPI: Check headers build for C++ [ver #2]
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH v2] kbuild: add --include-dir flag only for out-of-tree build
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: 4.19-rc3: bindeb-pkg target is failing on ppc64
- From: Ben Hutchings <ben@xxxxxxxxxxxxxxx>
- Re: 4.19-rc3: bindeb-pkg target is failing on ppc64
- From: Rui Salvaterra <rsalvaterra@xxxxxxxxx>
- Re: [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: 4.19-rc3: bindeb-pkg target is failing on ppc64
- From: Ben Hutchings <ben@xxxxxxxxxxxxxxx>
- Re: 4.19-rc3: bindeb-pkg target is failing on ppc64
- From: Rui Salvaterra <rsalvaterra@xxxxxxxxx>
- Re: 4.19-rc3: bindeb-pkg target is failing on ppc64
- From: Ben Hutchings <ben@xxxxxxxxxxxxxxx>
- [PATCH] kbuild: add --include-dir flag only for out-of-tree build
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- [PATCH] kbuild: remove unneeded link_multi_deps
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v6 17/18] khwasan: update kasan documentation
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v2] tracing/Makefile: fix handling redefinition of CC_FLAGS_FTRACE
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v6 14/18] khwasan: add hooks implementation
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v6 13/18] khwasan: add bug reporting routines
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v6 07/18] khwasan: add tag related helper functions
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- Re: [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble
- From: Alexey Brodkin <Alexey.Brodkin@xxxxxxxxxxxx>
- Re: defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble
- From: Alexey Brodkin <Alexey.Brodkin@xxxxxxxxxxxx>
- Re: [PATCH v2] tracing/Makefile: fix handling redefinition of CC_FLAGS_FTRACE
- From: Vasily Gorbik <gor@xxxxxxxxxxxxx>
- Re: 4.19-rc3: bindeb-pkg target is failing on ppc64
- From: Rui Salvaterra <rsalvaterra@xxxxxxxxx>
- [PATCH 2/2] kbuild: remove dead code in cmd_files calculation in top Makefile
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 1/2] kbuild: hide most of targets when running config or mixed targets
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] kbuild: remove old check for CFLAGS use
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux SCSI]
[Samba]
[Yosemite News]