Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information