Skip to content
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

RISC-V: fix check for zvkb with tip-of-tree clang #541

Closed
wants to merge 1 commit into from

Conversation

bjoto
Copy link

@bjoto bjoto commented Jan 27, 2024

Pull request for series with
subject: RISC-V: fix check for zvkb with tip-of-tree clang
version: 1
url: https://patchwork.kernel.org/project/linux-riscv/list/?series=820498

@bjoto
Copy link
Author

bjoto commented Jan 27, 2024

Upstream branch: cb4ede9
series: https://patchwork.kernel.org/project/linux-riscv/list/?series=820498
version: 1

@bjoto
Copy link
Author

bjoto commented Feb 22, 2024

Upstream branch: 45e0b0f
series: https://patchwork.kernel.org/project/linux-riscv/list/?series=820498
version: 1

LLVM commit 8e01042da9d3 ("[RISCV] Add missing dependency check for Zvkb
(#79467)") broke the check used by the TOOLCHAIN_HAS_VECTOR_CRYPTO
kconfig symbol because it made zvkb start depending on v or zve*.  Fix
this by specifying both v and zvkb when checking for support for zvkb.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Björn Töpel <bjorn@rivosinc.com>
@bjoto bjoto closed this Feb 28, 2024
@bjoto bjoto deleted the series/820498=>for-next branch March 1, 2024 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants