We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today kernel 6.12.1 arrived at my distro (Archlinux@rpi4). Now eq3_charloop fails to build with
/var/lib/dkms/pivccu-modules/1.0.85/build/eq3_char_loop.c:920:27: Fehler: »no_llseek« ist hier (außerhalb einer Funktion) nicht deklariert; meinten Sie »noop_llseek«? 920 | .llseek = no_llseek, | ^~~~~~~~~ | noop_llseek make[2]: *** [scripts/Makefile.build:244: /var/lib/dkms/pivccu-modules/1.0.85/build/eq3_char_loop.o] Fehler 1
It looks like no_llseek has been altered... Up to kernel 6.6.62-1 everything builds fine and works perfectly.
The text was updated successfully, but these errors were encountered:
I push this discussion to this pull-request: #533
Sorry, something went wrong.
No branches or pull requests
Today kernel 6.12.1 arrived at my distro (Archlinux@rpi4). Now eq3_charloop fails to build with
/var/lib/dkms/pivccu-modules/1.0.85/build/eq3_char_loop.c:920:27: Fehler: »no_llseek« ist hier (außerhalb einer Funktion) nicht deklariert; meinten Sie »noop_llseek«?
920 | .llseek = no_llseek,
| ^~~~~~~~~
| noop_llseek
make[2]: *** [scripts/Makefile.build:244: /var/lib/dkms/pivccu-modules/1.0.85/build/eq3_char_loop.o] Fehler 1
It looks like no_llseek has been altered... Up to kernel 6.6.62-1 everything builds fine and works perfectly.
The text was updated successfully, but these errors were encountered: