intel / intel/ethernet-linux-ice

[bug] 6.12 build failure due to llseek definition

Open
#18 5 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.