linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-08 10:46:04 to 2021-03-18 17:12:43 UTC [more...]

[PATCH v2 00/17] Add support for Clang CFI
 2021-03-18 17:11 UTC  (17+ messages)
` [PATCH v2 01/17] add "
` [PATCH v2 02/17] cfi: add __cficanonical
` [PATCH v2 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH v2 04/17] module: ensure __cfi_check alignment
` [PATCH v2 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v2 06/17] kthread: "
` [PATCH v2 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v2 08/17] bpf: disable CFI in dispatcher functions
` [PATCH v2 09/17] lib/list_sort: fix function type mismatches
` [PATCH v2 10/17] lkdtm: use __va_function
` [PATCH v2 11/17] psci: use __pa_function for cpu_resume
` [PATCH v2 12/17] arm64: implement __va_function
` [PATCH v2 13/17] arm64: use __pa_function
` [PATCH v2 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v2 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH v2 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH] scripts: Fix incremental build header re-generation
 2021-03-18  2:54 UTC  (3+ messages)

[PATCH 00/17] Add support for Clang CFI
 2021-03-17 16:05 UTC  (42+ messages)
` [PATCH 01/17] add "
` [PATCH 02/17] cfi: add __cficanonical
` [PATCH 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH 04/17] module: cfi: ensure __cfi_check alignment
` [PATCH 05/17] workqueue: cfi: disable callback pointer check with modules
` [PATCH 06/17] kthread: "
` [PATCH 07/17] kallsyms: cfi: strip hashes from static functions
` [PATCH 08/17] bpf: disable CFI in dispatcher functions
` [PATCH 09/17] lib/list_sort: fix function type mismatches
` [PATCH 10/17] lkdtm: use __va_function
` [PATCH 11/17] psci: use __pa_function for cpu_resume
` [PATCH 12/17] arm64: implement __va_function
` [PATCH 13/17] arm64: use __pa_function
` [PATCH 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH v2 0/4] kbuild: build speed improvement of CONFIG_TRIM_UNUSED_KSYMS
 2021-03-17 15:48 UTC  (13+ messages)
` [PATCH v2 1/4] export.h: make __ksymtab_strings per-symbol section
` [PATCH v2 2/4] kbuild: separate out vmlinux.lds generation
` [PATCH v2 3/4] kbuild: re-implement CONFIG_TRIM_UNUSED_KSYMS to make it work in one-pass
` [PATCH v2 4/4] kbuild: remove guarding from TRIM_UNUSED_KSYMS

[PATCH] nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
 2021-03-17  4:43 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 30/54] kbuild: add image_name to no-sync-config-targets
 2021-03-17  0:56 UTC 

[PATCH AUTOSEL 5.11 31/61] kbuild: add image_name to no-sync-config-targets
 2021-03-17  0:55 UTC 

[PATCH] kbuild: buildtar: add riscv support
 2021-03-16 16:02 UTC 

[PATCH 1/2] Makefile: Remove '--gcc-toolchain' flag
 2021-03-16 15:36 UTC  (10+ messages)
` [PATCH 2/2] Makefile: Only specify '--prefix=' when building with clang + GNU as
` [PATCH v2 1/2] Makefile: Remove '--gcc-toolchain' flag
  ` [PATCH v2 2/2] Makefile: Only specify '--prefix=' when building with clang + GNU as

[PATCH 1/2] dt-bindings: Bump dtschema version required to v2021.2.1
 2021-03-16 14:34 UTC  (5+ messages)
` [PATCH 2/2] kbuild: Enable DT undocumented compatible checks

[PATCH V11 0/5] dt: Add fdtoverlay rule and statically build unittest
 2021-03-16  8:01 UTC  (31+ messages)
` [PATCH V11 1/5] kbuild: Simplify builds with CONFIG_OF_ALL_DTBS
` [PATCH V11 2/5] kbuild: Add generic rule to apply fdtoverlay
` [PATCH V11 3/5] kbuild: Allow .dtso format for overlay source files

[PATCH V3] kbuild: Allow .dtso format for overlay source files
 2021-03-16  7:32 UTC 

[PATCH v2 1/3] kbuild: collect minimum tool versions into scripts/min-tool-version.sh
 2021-03-16  7:13 UTC  (6+ messages)
` [PATCH v2 2/3] kbuild: check the minimum assembler version in Kconfig
` [PATCH v2 3/3] kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.sh

[PATCH] docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02
 2021-03-15 16:24 UTC  (3+ messages)

Fwd: Moving from 5.4 to 5.10 breaks custom module build
 2021-03-15 16:10 UTC 

[PATCH 01/13] kconfig: split randconfig setup code into set_randconfig_seed()
 2021-03-15 16:02 UTC  (15+ messages)
` [PATCH 02/13] kconfig: refactor option parse
` [PATCH 03/13] kconfig: add long options --help and --silent
` [PATCH 04/13] kconfig: add help messages for --help (-h) and --silent (-s)
` [PATCH 05/13] kconfig: remove assignment for Kconfig file
` [PATCH 06/13] kconfig: move conf_rewrite_mod_or_yes() to conf.c
` [PATCH 07/13] kconfig: move conf_set_all_new_symbols() "
` [PATCH 08/13] kconfig: move JUMP_NB to mconf.c
` [PATCH 09/13] kconfig: change defconfig_list option to environment variable
` [PATCH 10/13] kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
` [PATCH 11/13] kconfig: do not use allnoconfig_y option
` [PATCH 12/13] kconfig: remove "
` [PATCH 13/13] kconfig: change "modules" from sub-option to first-level attribute

[PATCH] Makefile: LTO: have linker check -Wframe-larger-than
 2021-03-15 10:57 UTC  (4+ messages)

[PATCH] kconfig: use true and false for bool variable
 2021-03-15  6:55 UTC 

[PATCH] kbuild: replace sed with $(subst ) or $(patsubst )
 2021-03-14  6:15 UTC 

[GIT PULL] Kbuild fixes for v5.12-rc3
 2021-03-13 20:45 UTC  (2+ messages)

[PATCH] kbuild: fix ld-version.sh to not be affected by locale
 2021-03-12 19:49 UTC  (3+ messages)

[PATCH 1/4] kbuild: remove LLVM=1 test from HAS_LTO_CLANG
 2021-03-12 17:21 UTC  (9+ messages)
` [PATCH 2/4] kbuild: collect minimum tool versions into scripts/tool-version.sh
` [PATCH 4/4] kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.sh

[PATCH] kbuild: collect minimum tool versions into scripts/min-tool-version.sh
 2021-03-12 11:10 UTC  (6+ messages)

[PATCH] kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)
 2021-03-11  6:30 UTC 

[PATCHv2 bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-03-10 22:42 UTC  (5+ messages)
` [PATCH bpf-next 1/4] tools/resolve_btfids: Build libbpf and libsubcmd in separate directories

[PATCH] kbuild: remove unneeded -O option to dtc
 2021-03-10 16:54 UTC  (3+ messages)

[PATCH] kbuild: remove LLVM=1 test from HAS_LTO_CLANG
 2021-03-10 13:54 UTC 

[PATCH] kbuild: rebuild GCC plugins when the compiler is upgraded
 2021-03-10 13:44 UTC  (9+ messages)

[PATCH] kbuild: dummy-tools: adjust to scripts/cc-version.sh
 2021-03-10 12:17 UTC  (5+ messages)

[PATCH 08/21] clk: clkdev: Ignore suggestion to use gnu_printf() as it's not appropriate here
 2021-03-10  8:59 UTC  (3+ messages)

Alternative compilers to GCC/Clang
 2021-03-10  8:53 UTC  (3+ messages)

[PATCH] Fix ld-version.sh script if LLD was built with LLD_VENDOR
 2021-03-09 17:31 UTC  (3+ messages)

[PATCH] kbuild: Allow LTO to be selected with KASAN_HW_TAGS
 2021-03-09 17:12 UTC  (3+ messages)

[PATCH 0/4] kbuild: build speed improvment of CONFIG_TRIM_UNUSED_KSYMS
 2021-03-09 16:49 UTC  (6+ messages)

[PATCH V10 0/5] dt: Add fdtoverlay rule and statically build unittest
 2021-03-09 16:27 UTC  (5+ messages)
` [PATCH V10 1/5] kbuild: Simplify builds with CONFIG_OF_ALL_DTBS
` [PATCH V10 2/5] kbuild: Add generic rule to apply fdtoverlay
` [PATCH V10 3/5] kbuild: Allow .dtso format for overlay source files

[PATCH 1/2] kbuild: rename multi-used-* to multi-obj-*
 2021-03-09 15:33 UTC  (2+ messages)

[PATCH] kbuild: show warning for 'make headers_check'
 2021-03-09 15:29 UTC  (2+ messages)

[PATCH 1/4] kbuild: add image_name to no-sync-config-targets
 2021-03-08 14:10 UTC  (2+ messages)

[PATCH 1/2] Makefile: Remove '--gcc-toolchain' flag
 2021-03-08 13:59 UTC  (2+ 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).