Bugzilla – Bug 1200337
Header Missing In kernel-devel official release
Last modified: 2022-06-08 16:07:20 UTC
It looks like arch/x86/include/asm/fpu/internal.h is missing from the kernel-devel package in the official 15.4 release. I believe this may be the cause of the issue compiling zfs in the filesystems repo. https://build.opensuse.org/package/show/filesystems/zfs
No, this is gone, and also removed officially in the upstream side. ZFS downstream code has to be adjusted to deal without this header. *** This bug has been marked as a duplicate of bug 1199748 ***
Ah my mistake, I saw the headers were there in the TW 5.18 kernel, I didn't realize this was implemented upstream. I made a very quick very dirty patch to zfs to get it to build and it works fine. Thank you.