Skip to content

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

Closed
linux-riscv-bot wants to merge 9 commits into
workflow__riscv__fixesfrom
pw1121951
Closed

[PW_SID:1121951] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support#2218
linux-riscv-bot wants to merge 9 commits into
workflow__riscv__fixesfrom
pw1121951

Conversation

@linux-riscv-bot

Copy link
Copy Markdown

PR for series 1121951 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=1121951
Version: 5

Linux RISC-V bot and others added 9 commits July 1, 2026 03:48
Hardware updating of PTE A/D bits is controlled through ADUE bit in
henvcfg Expose the feature only if both Svadu and Svade are supported
for VS-mode.

Allow the VMM to enable/disable this feature by change the ISA
extension state 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>
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>
Add ssp context save/restore for guest VCPUs and also add it to the
ONE_REG interface to allow its access from user space.

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
when vCPU enable Zicfiss/Zicfilp 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>
Delegate the newly added SPELP bit from Zicfilp extension to VS/VU mode
if it enables landing pad support.

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: "[v5,1/8] RISC-V: KVM: Add support for Svadu FWFT features"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 145.21 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v5,1/8] 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: 1160.83 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v5,1/8] 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: 1473.04 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v5,1/8] 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: 30.17 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 1: "[v5,1/8] 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: "[v5,1/8] 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: "[v5,1/8] RISC-V: KVM: Add support for Svadu FWFT features"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v5,2/8] 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: 1103.11 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v5,2/8] 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: 1412.00 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v5,2/8] 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: 28.53 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 2: "[v5,2/8] 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: 29.86 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

WARNING: line length of 104 exceeds 100 columns
#27: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:748:
+	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:749:
+	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:750:
+	case 8: return "KVM_REG_RISCV_SBI_FWFT | KVM_REG_RISCV_SBI_FWFT_REG(pte_ad_hw_updating.value)";

WARNING: line length of 119 exceeds 100 columns
#38: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:951:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_EXT | KVM_REG_RISCV_SBI_SINGLE | KVM_RISCV_SBI_EXT_FWFT,

WARNING: line length of 150 exceeds 100 columns
#39: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:952:
+	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
#40: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:953:
+	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
#41: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:954:
+	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, 7 warnings, 0 checks, 45 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 a70c8d18ca3d ("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, 7 warnings, 0 checks, 45 lines checked
WARNING: line length of 103 exceeds 100 columns
WARNING: line length of 104 exceeds 100 columns
WARNING: line length of 119 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: "[v5,2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 86.84 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 6: "[v5,6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled."
module-param
Desc: Detect module_param changes
Duration: 60.80 seconds
Result: PENDING

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 6: "[v5,6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled."
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 60.72 seconds
Result: PENDING

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 6: "[v5,6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled."
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 60.82 seconds
Result: PENDING

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 7: "[v5,7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 205.26 seconds
Result: PENDING

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 7: "[v5,7/8] 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: 1168.04 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 7: "[v5,7/8] 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: 1475.23 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 7: "[v5,7/8] 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: 28.78 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 7: "[v5,7/8] 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: 29.99 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 7: "[v5,7/8] 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.26 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 7: "[v5,7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features"
kdoc
Desc: Detects for kdoc errors
Duration: 0.90 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 7: "[v5,7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features"
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: "[v5,7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.33 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 8: "[v5,8/8] 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: 1104.12 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 8: "[v5,8/8] 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: 1408.07 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 8: "[v5,8/8] 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: 28.76 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 8: "[v5,8/8] 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: 30.13 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

WARNING: line length of 119 exceeds 100 columns
#96: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:984:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_EXT | KVM_REG_RISCV_SBI_SINGLE | KVM_RISCV_SBI_EXT_FWFT,

WARNING: line length of 143 exceeds 100 columns
#97: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:985:
+	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
#98: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:986:
+	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
#99: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:987:
+	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 119 exceeds 100 columns
#103: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:991:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_SBI_EXT | KVM_REG_RISCV_SBI_SINGLE | KVM_RISCV_SBI_EXT_FWFT,

WARNING: line length of 144 exceeds 100 columns
#104: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:992:
+	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
#105: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:993:
+	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
#106: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:994:
+	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),

WARNING: line length of 128 exceeds 100 columns
#117: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:1013:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CSR | KVM_REG_RISCV_CSR_ZICFISS | KVM_REG_RISCV_CSR_ZICFISS_REG(ssp),

WARNING: line length of 122 exceeds 100 columns
#118: FILE: tools/testing/selftests/kvm/riscv/get-reg-list.c:1014:
+	KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_ISA_EXT | KVM_REG_RISCV_ISA_SINGLE | KVM_RISCV_ISA_EXT_ZICFISS,

total: 0 errors, 10 warnings, 0 checks, 141 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 8f0abfa4db02 ("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, 10 warnings, 0 checks, 141 lines checked
WARNING: line length of 119 exceeds 100 columns
WARNING: line length of 122 exceeds 100 columns
WARNING: line length of 128 exceeds 100 columns
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 8: "[v5,8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 88.51 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 8: "[v5,8/8] 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.25 seconds
Result: PASS

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

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

@linux-riscv-bot

Copy link
Copy Markdown
Author

Patch 8: "[v5,8/8] 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.33 seconds
Result: PASS

@linux-riscv-bot
linux-riscv-bot force-pushed the workflow__riscv__fixes branch from 89be0ce to dc5ff20 Compare July 7, 2026 03:25
@linux-riscv-bot
linux-riscv-bot deleted the pw1121951 branch July 8, 2026 05:09
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