Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-24 22:38:06 to 2021-04-07 11:33:13 UTC [more...]

[PATCH 00/20] kbuild: unify the install.sh script usage
 2021-04-07 11:32 UTC  (37+ messages)
` [PATCH 01/20] kbuild: move x86 install script to scripts/install.sh
` [PATCH 02/20] kbuild: scripts/install.sh: properly quote all variables
` [PATCH 03/20] kbuild: scripts/install.sh: provide a "install" function
` [PATCH 04/20] kbuild: scripts/install.sh: call sync before calling the bootloader installer
` [PATCH 05/20] kbuild: scripts/install.sh: prepare for arch-specific bootloaders
` [PATCH 06/20] kbuild: scripts/install.sh: handle compressed/uncompressed kernel images
` [PATCH 07/20] kbuild: scripts/install.sh: allow for the version number
` [PATCH 08/20] kbuild: riscv: use common install script
` [PATCH 09/20] kbuild: arm64: "
` [PATCH 10/20] kbuild: arm: "
` [PATCH 11/20] kbuild: ia64: "
` [PATCH 12/20] kbuild: m68k: "
` [PATCH 13/20] kbuild: nds32: convert to use the common install scripts
` [PATCH 14/20] kbuild: nios2: use common install script
` [PATCH 15/20] kbuild: parisc: "
` [PATCH 16/20] kbuild: powerpc: "
` [PATCH 17/20] kbuild: s390: "
` [PATCH 18/20] kbuild: sh: remove unused "
` [PATCH 19/20] kbuild: sparc: use common "
` [PATCH 20/20] kbuild: scripts/install.sh: update documentation

[PATCH kbuild v4] kbuild: add an elfnote for whether vmlinux is built with lto
 2021-04-07  9:27 UTC  (10+ messages)

[PATCH kbuild] Makefile.extrawarn: disable -Woverride-init in W=1
 2021-04-07  7:14 UTC  (2+ messages)

Usage of CXX in tools directory
 2021-04-06 18:39 UTC  (3+ messages)

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

[PATCH] kbuild: merge module sections under CONFIG_LD_DEAD_CODE_DATA_ELIMINATION too
 2021-04-06 14:42 UTC  (3+ messages)

[PATCH v2] Kbuild: Update config_data.gz only if KCONFIG_CONFIG materially changed
 2021-04-05 17:58 UTC 

[PATCH 01/13] kconfig: split randconfig setup code into set_randconfig_seed()
 2021-04-05 14:56 UTC  (6+ messages)
` [PATCH 11/13] kconfig: do not use allnoconfig_y option

[PATCH] Kbuild: Update config_data.gz only if KCONFIG_CONFIG materially changed
 2021-04-05  4:23 UTC  (3+ messages)

[PATCH 1/3] kbuild: generate Module.symvers only when vmlinux exists
 2021-04-02 21:15 UTC  (4+ 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] kconfig: config script: add a little user help
 2021-04-02 14:20 UTC  (2+ messages)

[PATCH] kbuild: Merge module sections if and only if CONFIG_LTO_CLANG is enabled
 2021-04-01 21:33 UTC  (9+ messages)

[PATCH kbuild v3 0/2] add an elfnote with type BUILD_COMPILER_LTO_INFO
 2021-04-01 20:50 UTC  (5+ messages)
` [PATCH kbuild v3 1/2] kbuild: move LINUX_ELFNOTE_BUILD_SALT to elfnote.h
` [PATCH kbuild v3 2/2] kbuild: add an elfnote with type BUILD_COMPILER_LTO_INFO

[PATCH] init: add support for zstd compressed modules
 2021-04-01 19:18 UTC  (2+ messages)

[PATCH v2 1/3] kbuild: collect minimum tool versions into scripts/min-tool-version.sh
 2021-03-31 23:41 UTC  (4+ messages)
` [PATCH v2 2/3] kbuild: check the minimum assembler version in Kconfig

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

[PATCH] init: add support for zstd compressed modules
 2021-03-31 20:28 UTC  (6+ messages)

[PATCH 1/9] kbuild: remove unneeded mkdir for external modules_install
 2021-03-31 18:01 UTC  (11+ messages)
` [PATCH 2/9] kbuild: unify modules(_install) for in-tree and external modules
` [PATCH 3/9] kbuild: show the target directory for depmod log
` [PATCH 4/9] kbuild: check module name conflict for external modules as well
` [PATCH 5/9] kbuild: rename extmod-prefix to extmod_prefix
` [PATCH 6/9] kbuild: refactor scripts/Makefile.modinst
` [PATCH 7/9] kbuild: move module strip/compression code into scripts/Makefile.modinst
` [PATCH 8/9] kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinst
` [PATCH 9/9] kbuild: remove CONFIG_MODULE_COMPRESS

Bidding invitation
 2021-03-31  7:14 UTC 

[PATCH kbuild] kbuild: add -grecord-gcc-switches to clang build
 2021-03-31  3:28 UTC  (11+ messages)

[PATCH kbuild v2] kbuild: add -grecord-gcc-switches to clang build
 2021-03-31  0:16 UTC 

[PATCH] kasan: fix hwasan build for gcc
 2021-03-30 18:48 UTC  (4+ messages)

[PATCH] kbuild: buildtar: add riscv support
 2021-03-30  5:06 UTC  (2+ messages)

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

Possible Regression Regarding bcf637f5 interfering with dkms automatic module builds
 2021-03-29 14:22 UTC 

[PATCH v3 00/17] Add support for Clang CFI
 2021-03-29  9:26 UTC  (21+ messages)
` [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 09/17] treewide: Change list_sort to use const pointers
` [PATCH v3 11/17] psci: use __pa_function for cpu_resume
` [PATCH v3 12/17] arm64: implement __va_function

[kbuild:kbuild 14/16] Error: kernelrelease not valid - run 'make prepare' to update it
 2021-03-28 23:17 UTC  (2+ messages)

Possible Regression Regarding bcf637f5 interfering with dkms automatic module builds
 2021-03-27 21:02 UTC 

[PATCH] kconfig: lxdialog: A spello fix and a punctuation added
 2021-03-26 21:18 UTC 

[PATCH 0/2] streamline_config.pl: Fix Perl spacing
 2021-03-26  7:51 UTC  (10+ messages)
` [PATCH 2/2] streamline_config.pl: Add softtabstop=4 for vim users

[PATCH] kconfig: streamline_config.pl: Couple of typo fixes
 2021-03-26  6:01 UTC 

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

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

[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] kconfig: use true and false for bool variable
 2021-03-25  4:47 UTC  (2+ messages)

[PATCH V11 3/5] kbuild: Allow .dtso format for overlay source files
 2021-03-24 22:45 UTC  (13+ 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).