Skip to content

[PW_SID:1102295] [v1] riscv: cpufeature: Add Zic64b ISA extension support#2027

Open
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw1102295
Open

[PW_SID:1102295] [v1] riscv: cpufeature: Add Zic64b ISA extension support#2027
linux-riscv-bot wants to merge 1 commit into
workflow__riscv__fixesfrom
pw1102295

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1102295 applied to workflow__riscv__fixes

Name: [v1] riscv: cpufeature: Add Zic64b ISA extension support
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1102295
Version: 1

Zic64b describes a platform with 64-byte cache block sizes. It is a
mandatory part of RVA23U64, but a system may provide 64-byte CMO block
sizes without satisfying all profile requirements.

The ISA string parser currently ignores Zic64b because the extension is
not present in the cpufeature table. Add an ISA extension ID and table
entry for Zic64b so it can be reported in /proc/cpuinfo when firmware
advertises it.

Validate the entry against the CBO block sizes discovered from firmware.
Only check CBO block sizes that are present, since Zic64b constrains
implemented CBO extensions to use 64-byte blocks but does not require all
CBO extensions to exist.

Signed-off-by: Qingwei Hu <qingwei.hu@bytedance.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 121.12 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1727.49 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 2234.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 19.43 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 20.84 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.79 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 76.85 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
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 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
kdoc
Desc: Detects for kdoc errors
Duration: 0.73 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
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: "[v1] riscv: cpufeature: Add Zic64b ISA extension support"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.27 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