Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 06:47:47 to 2021-03-26 05:55:31 UTC [more...]

[PATCH] scripts: modpost.c: Fix a few typos
 2021-03-26  5:52 UTC 

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

[PATCH 1/3] kbuild: generate Module.symvers only when vmlinux exists
 2021-03-25 18:54 UTC  (3+ messages)
` [PATCH 2/3] kbuild: do not set -w for vmlinux.o modpost
` [PATCH 3/3] kbuild: fix false-positive modpost warning when all symbols are trimmed

[PATCH v2] kbuild: enforce -Werror=unused-result
 2021-03-25 17:32 UTC  (5+ messages)

[PATCH 0/2] streamline_config.pl: Fix Perl spacing
 2021-03-25 15:10 UTC  (10+ messages)
` [PATCH 1/2] streamline_config.pl: Make spacing consistent
` [PATCH 2/2] streamline_config.pl: Add softtabstop=4 for vim users

[PATCH v4] docs: experimental: build PDF with rst2pdf
 2021-03-25 12:37 UTC 

[PATCH v3] docs: experimental: build PDF with rst2pdf
 2021-03-25 12:34 UTC  (2+ messages)

[PATCH 01/13] kconfig: split randconfig setup code into set_randconfig_seed()
 2021-03-25  4:47 UTC  (16+ 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] kconfig: use true and false for bool variable
 2021-03-25  4:47 UTC  (2+ messages)

[PATCH 1/1] of: unittest: rename overlay source files from .dts to .dtso
 2021-03-25  4:41 UTC  (2+ messages)
` [PATCH V4] kbuild: Add rule to build .dt.yaml files for overlays

[PATCH] kasan: fix hwasan build for gcc
 2021-03-24 22:48 UTC  (3+ messages)

[PATCH] kbuild: Merge module sections if and only if CONFIG_LTO_CLANG is enabled
 2021-03-24 22:45 UTC  (5+ messages)

[PATCH V11 0/5] dt: Add fdtoverlay rule and statically build unittest
 2021-03-24 22:45 UTC  (23+ messages)
` [PATCH V11 3/5] kbuild: Allow .dtso format for overlay source files

[PATCH] scripts: Fix incremental build header re-generation
 2021-03-24  6:27 UTC  (4+ messages)

[PATCH] Makefile: fix GDB warning with CONFIG_RELR
 2021-03-23 19:05 UTC  (2+ messages)

[for-stable-4.19 PATCH v2 0/2] Backport patches to fix KASAN+LKDTM with recent clang on ARM64
 2021-03-20 10:57 UTC  (3+ messages)
` [for-stable-4.19 PATCH v2 1/2] vmlinux.lds.h: Create section for protection against instrumentation

[for-stable-4.19 PATCH 0/2] Backport patches to fix KASAN+LKDTM with recent clang on ARM64
 2021-03-19 22:48 UTC  (7+ messages)
` [for-stable-4.19 PATCH 1/2] vmlinux.lds.h: Create section for protection against instrumentation

[PATCH RESEND 0/2] kconfig: fence choices and menuconfigs with comments in .config too
 2021-03-19 19:37 UTC  (3+ messages)
` [PATCH RESEND 1/2] "
` [PATCH RESEND 2/2] kconfig: mention submenu type in comment blocks in .config

[PATCH 0/2] kconfig: fence choices and menuconfigs with comments in .config too
 2021-03-19 19:32 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] kconfig: mention submenu type in comment blocks in .config

[PATCH v2 00/17] Add support for Clang CFI
 2021-03-19 17:03 UTC  (35+ 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 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH v2 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH 1/4] kbuild: add image_name to no-sync-config-targets
 2021-03-18 23:36 UTC  (4+ messages)
` [PATCH 4/4] kbuild: include Makefile.compiler only when compiler is required

[PATCH] kbuild: rebuild GCC plugins when the compiler is upgraded
 2021-03-18 17:57 UTC  (10+ messages)

[PATCH 00/17] Add support for Clang CFI
 2021-03-17 16:05 UTC  (14+ messages)
` [PATCH 04/17] module: cfi: ensure __cfi_check alignment
` [PATCH 06/17] kthread: cfi: disable callback pointer check with modules
` [PATCH 07/17] kallsyms: cfi: strip hashes from static functions
` [PATCH 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH v2 3/4] kbuild: re-implement CONFIG_TRIM_UNUSED_KSYMS to make it work in one-pass
 2021-03-17 15:48 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH v2 "

[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 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] Makefile: LTO: have linker check -Wframe-larger-than
 2021-03-15 10:57 UTC  (4+ messages)

[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 02/17] cfi: add __cficanonical
 2021-03-12 20:28 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  (7+ 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  (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 read-only IMAP folder(s) and NNTP newsgroup(s).