intel / intel/ethernet-linux-ice
[bug] 6.12 build failure due to llseek definition
Open
- Dominant language
- C
- Stars
- 60
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Trivial little bug, upstream finally nuked no_llseek here: https://github.com/torvalds/linux/commit/cb787f4ac0c2e439ea8d7e6387b925f74576bdf8 in the 6.12 release cycle
https://github.com/intel/ethernet-linux-ice/blob/v1.16.3/src/kcompat_gnss.c#L224 fails as follows
```
[ice] /builddir/build/BUILD/ice-1.16.3/src/kcompat_gnss.c:224:13: error: 'no_llseek' undeclared here (not in a function); did you mean 'noop_llseek'?
[ice] .llseek = no_llseek,
[ice] ^~~~~~~~~
[ice] noop_llseek
```
Contributor guide
Assessment
This issue has not been assessed yet.