Bug 1200337 - Header Missing In kernel-devel official release
Summary: Header Missing In kernel-devel official release
Status: RESOLVED DUPLICATE of bug 1199748
Alias: None
Product: PUBLIC SUSE Linux Enterprise Server 15 SP4
Classification: openSUSE
Component: Kernel (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Kernel Bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-08 14:05 UTC by Andrew Hibberson
Modified: 2022-06-08 16:07 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.