-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RISCV] Bump hwprobe support to Linux 6.11 #108578
Conversation
cc @cyyself |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I've gone through and made sure all the constants match.
A quick note on structuring reviews like this in the future. The details for the individual commits are helpful, but the primary thing the reviewer needs is the state of the released tree. You did include that in the references, but it would have been better to include that in the original description, and move the individual commits down to an appendix like structure. I did loose some time figuring out whether the commits linked were actually released before I noticed the reference link at the bottom.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
f922dc5
to
bc061e0
Compare
Rebased over 614aeda. |
Reverse ping, anything preventing this from landing? |
Sorry, I don't have enough bandwidth to test this patch on my spacemit k1 board with Linux 6.11. Can someone test it for me? cc @cyyself @dramforever |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/18/builds/4961 Here is the relevant piece of the build log for the reference
|
This patch is the follow-up of #94352 with some updates:
zve*
,zimop
,zc*
,zcmop
andzawrs
.RISCV_HWPROBE_KEY_MISALIGNED_SCALAR_PERF
to check whether the processor supports fast misaligned scalar memory access. [RISCV] Make Zicclsm imply unaligned scalar and vector access #108551 reminds me that the patch https://lore.kernel.org/all/[email protected]/T/ has been merged. Address comment [RISCV] Add support for getHostCPUFeatures using hwprobe #94352 (comment).References:
zve*
support: torvalds/linux@de8f828zimop
support: torvalds/linux@36f8960zc*
support: torvalds/linux@0ad70dbzcmop
support: torvalds/linux@fc078eazawrs
support: torvalds/linux@244c18f