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

zfs: Detect purecap kernels via MACHINE_ABI not a list of MACHINE_ARCH #2199

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

jrtc27
Copy link
Member

@jrtc27 jrtc27 commented Aug 15, 2024

The current list is missing aarch64cb, so zfs for purecap benchmark
kernels is built with subobject bounds and thus panics with a bounds
fault early in boot if used. Instead of updating the list to include
aarch64cb, just check MACHINE_ABI, which is available here.

The current list is missing aarch64cb, so zfs for purecap benchmark
kernels is built with subobject bounds and thus panics with a bounds
fault early in boot if used. Instead of updating the list to include
aarch64cb, just check MACHINE_ABI, which is available here.
@bsdjhb bsdjhb merged commit f3680ba into dev Aug 19, 2024
29 checks passed
@bsdjhb bsdjhb deleted the purecap-benchmark-kernel-zfs branch August 19, 2024 13:54
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