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
The version of GCC shipped with Ubuntu 24.04 will refuse to build Linux
5.10; building a new version of the kernel, however, requires
improvements to our C front-end:
```
./include/linux/find.h:40:1: error: expected constant expression, but got '-(size + 18446744073709551615ul >= offset ? 0 : 1)'
val = *addr & GENMASK(size - 1, offset);
CONVERSION ERROR
```
0 commit comments