Skip to content

[PW_SID:970906] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()#514

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

[PW_SID:970906] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()#514
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw970906

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 970906 applied to workflow__riscv__fixes

Name: RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=970906
Version: 1

Linux RISC-V bot and others added 2 commits June 11, 2025 02:52
The caller has already passed in the memslot, and there are
two instances `{kvm_faultin_pfn/mark_page_dirty}` of retrieving
the memslot again in `kvm_riscv_gstage_map`, we can replace them
with `{__kvm_faultin_pfn/mark_page_dirty_in_slot}`.

Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 108.46 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1001.64 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1352.73 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 20.71 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 22.36 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.72 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 72.48 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
kdoc
Desc: Detects for kdoc errors
Duration: 0.89 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.30 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot force-pushed the workflow__riscv__fixes branch from 0b44c19 to 8023d1f Compare June 12, 2025 20:21
@linux-riscv-bot linux-riscv-bot deleted the pw970906 branch June 12, 2025 20:21
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