Skip to content

[PW_SID:958674] KVM: selftests: Use $(SRCARCH) instead of $(ARCH)#362

Closed
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw958674
Closed

[PW_SID:958674] KVM: selftests: Use $(SRCARCH) instead of $(ARCH)#362
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw958674

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 958674 applied to workflow__riscv__fixes

Name: KVM: selftests: Use $(SRCARCH) instead of $(ARCH)
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=958674
Version: 1

Linux RISC-V bot and others added 2 commits April 30, 2025 11:41
Use $(SRCARCH) in Makefile.kvm instead of $(ARCH). The former may have
been set on the command line and thus make will ignore the variable
assignment to convert x86_64 to x86.

Introduce $(SRCARCH) rather than just reverting commit 9af0453
("KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR")
to keep KVM selftests consistent with the top-level kernel Makefile,
which uses $(SRCARCH) for the exact same purpose.

While here, drop the comment about the top-level selftests allowing
ARCH=x86_64. The kernel itself allows/expects ARCH=x86_64 so it's
reasonable to expect the KVM selftests to handle it as well.

Fixes: 9af0453 ("KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR")
Signed-off-by: David Matlack <dmatlack@google.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 107.49 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 897.93 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1159.10 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 20.51 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 21.67 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 67.59 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.38 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
kdoc
Desc: Detects for kdoc errors
Duration: 0.91 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "KVM: selftests: Use $(SRCARCH) instead of $(ARCH)"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot force-pushed the workflow__riscv__fixes branch from 4d9ad71 to 625be03 Compare May 6, 2025 09:20
@linux-riscv-bot linux-riscv-bot deleted the pw958674 branch May 8, 2025 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants