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

Commits on Aug 15, 2024

  1. zfs: Detect purecap kernels via MACHINE_ABI not a list of MACHINE_ARCH

    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.
    jrtc27 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    88bb07e View commit details
    Browse the repository at this point in the history