Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to build in kernel 6.12 #15

Open
mwprado opened this issue Dec 31, 2024 · 1 comment
Open

Failed to build in kernel 6.12 #15

mwprado opened this issue Dec 31, 2024 · 1 comment

Comments

@mwprado
Copy link

mwprado commented Dec 31, 2024

Hi,

"no_llseek" was removed in kernel. Could you use this patch in "gasket_core.c" for kernel 6.12?

#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 12, 0)
/* no_llseek by default introduced at v2.6.37-rc1 and
* removed in 6.12.0
*/
.llseek = no_llseek,
#endif

@cyqsimon
Copy link

Upstream already has a PR for this: google#35.

I would go bug them to get it merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants