Skip to content

[PW_SID:1103852] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support#2036

Open
linux-riscv-bot wants to merge 7 commits into
workflow__riscv__fixesfrom
pw1103852
Open

[PW_SID:1103852] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support#2036
linux-riscv-bot wants to merge 7 commits into
workflow__riscv__fixesfrom
pw1103852

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1103852 applied to workflow__riscv__fixes

Name: RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1103852
Version: 2

inochisa added 7 commits June 1, 2026 09:20
Hardware updating of PTE A/D bits is controlled through ADUE bit in
henvcfg Expose the feature only if the Svadu is supported for VS-mode.
Allow the VMM to block access to the feature by disabling the ISA
extension in the guest.

Assisted-by: YuanSheng:claude-4.7-opus
Co-developed-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
The KVM RISC-V allows Svadu FWFT for Guest/VM so add this extension
to get-reg-list test.

Assisted-by: YuanSheng:claude-4.7-opus
Co-developed-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Since the Svadu extension can be controlled by the FWFT, there is
no need to enable Svadu at startup. Only enable it when it is
requested.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Extend the KVM ISA extension array to allow KVM userspace to
detect and enable Zicfiss/Zicfilp extensions for Guest/VM.

Assisted-by: YuanSheng:claude-4.7-opus
Co-developed-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
The extension Zicfiss/Zicfilp introduces a software-check exception
to the privilege architecture. Delegate this exception to VS mode so
the CFI violations in VU/VS could be reported.

Assisted-by: YuanSheng:claude-4.7-opus
Co-developed-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Control-flow integrity is controlled through a WARL field in henvcfg.
Expose the feature only if the Zicfilp/Zicfiss is supported for VS-mode.
Allow the VMM to block access to the feature by disabling the ISA
extension in the guest.

Assisted-by: YuanSheng:claude-4.7-opus
Co-developed-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
…test

The KVM RISC-V allows Zicfiss/Zicfilp extensions for Guest/VM so
add these extensions to get-reg-list test.

Assisted-by: YuanSheng:claude-4.7-opus
Co-developed-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn>
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 115.00 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1061.37 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1420.94 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 19.59 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 20.79 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.82 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 77.09 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.79 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
kdoc
Desc: Detects for kdoc errors
Duration: 0.70 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
module-param
Desc: Detect module_param changes
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v2,1/7] RISC-V: KVM: Add support for Svadu FWFT features"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 115.42 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1020.85 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1373.09 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 19.47 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 20.86 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.68 seconds
Result: WARNING
Output:

WARNING: line length of 104 exceeds 100 columns
#27: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:715:
+	case 6: return "KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(pte_ad_hw_updating.enable)";

WARNING: line length of 103 exceeds 100 columns
#28: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:716:
+	case 7: return "KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(pte_ad_hw_updating.flags)";

WARNING: line length of 103 exceeds 100 columns
#29: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:717:
+	case 8: return "KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(pte_ad_hw_updating.value)";

WARNING: line length of 150 exceeds 100 columns
#37: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:911:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_STATE | KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(pte_ad_hw_updating.enable),

WARNING: line length of 149 exceeds 100 columns
#38: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:912:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_STATE | KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(pte_ad_hw_updating.flags),

WARNING: line length of 149 exceeds 100 columns
#39: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:913:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_STATE | KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(pte_ad_hw_updating.value),

total: 0 errors, 6 warnings, 0 checks, 18 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 938f2ac565ea ("KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 6 warnings, 0 checks, 18 lines checked
WARNING: line length of 103 exceeds 100 columns
WARNING: line length of 104 exceeds 100 columns
WARNING: line length of 149 exceeds 100 columns
WARNING: line length of 150 exceeds 100 columns


@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 76.96 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
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 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
kdoc
Desc: Detects for kdoc errors
Duration: 0.70 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 2: "[v2,2/7] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 5: "[v2,5/7] RISC-V: KVM: Handle software-check exits for VCPU"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 76.51 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 5: "[v2,5/7] RISC-V: KVM: Handle software-check exits for VCPU"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 5: "[v2,5/7] RISC-V: KVM: Handle software-check exits for VCPU"
kdoc
Desc: Detects for kdoc errors
Duration: 0.73 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 5: "[v2,5/7] RISC-V: KVM: Handle software-check exits for VCPU"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 5: "[v2,5/7] RISC-V: KVM: Handle software-check exits for VCPU"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 5: "[v2,5/7] RISC-V: KVM: Handle software-check exits for VCPU"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.27 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 115.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1043.09 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1410.52 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 19.39 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 20.74 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.63 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 76.92 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
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 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
kdoc
Desc: Detects for kdoc errors
Duration: 0.71 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 6: "[v2,6/7] RISC-V: KVM: Add support for control-flow integrity FWFT features"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 115.19 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1018.60 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1381.20 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 19.03 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 20.69 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 2.00 seconds
Result: WARNING
Output:

WARNING: line length of 143 exceeds 100 columns
#58: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:924:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_STATE | KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(landing_pad.enable),

WARNING: line length of 142 exceeds 100 columns
#59: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:925:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_STATE | KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(landing_pad.flags),

WARNING: line length of 142 exceeds 100 columns
#60: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:926:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_STATE | KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(landing_pad.value),

WARNING: line length of 144 exceeds 100 columns
#61: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:927:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_STATE | KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(shadow_stack.enable),

WARNING: line length of 143 exceeds 100 columns
#62: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:928:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_STATE | KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(shadow_stack.flags),

WARNING: line length of 143 exceeds 100 columns
#63: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:929:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_STATE | KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(shadow_stack.value),

total: 0 errors, 6 warnings, 0 checks, 40 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 0f899793400c ("KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 6 warnings, 0 checks, 40 lines checked
WARNING: line length of 142 exceeds 100 columns
WARNING: line length of 143 exceeds 100 columns
WARNING: line length of 144 exceeds 100 columns


@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 76.82 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
kdoc
Desc: Detects for kdoc errors
Duration: 0.75 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 7: "[v2,7/7] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.28 seconds
Result: PASS

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