You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks to me like there might have been noone either yet trying to build on kernel version 5.14 or maybe rhel or alikes have backported patches from higher kernel versions to alma linux 9.4?
I dont know and i dont want to dig that deep. I have ripped off all ifdefs to a workable version within this
patch:
I have already opened a ticket to Alma Support.
I can't build the module because of this error:
Kernel version is < 6.1.0:
5.14.0-427.13.1.el9_4.x86_64
still in the kernel header as long as I could see, the declaration of d_tmpfile is:
extern void d_tmpfile(struct file *, struct inode *);
hence the issue building the module.
Any idea?
Thanks!
The text was updated successfully, but these errors were encountered: