Bug 1200337

Summary: Header Missing In kernel-devel official release
Product: [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP4 Reporter: Andrew Hibberson <hibby50>
Component: KernelAssignee: Kernel Bugs <kernel-bugs>
Status: RESOLVED DUPLICATE QA Contact:
Severity: Normal    
Priority: P5 - None CC: tiwai
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andrew Hibberson 2022-06-08 14:05:47 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
Comment 1 Takashi Iwai 2022-06-08 14:23:52 UTC
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 ***
Comment 2 Andrew Hibberson 2022-06-08 16:07:20 UTC
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.