linux-raw-sys icon indicating copy to clipboard operation
linux-raw-sys copied to clipboard

Update to Linux 6.18

Open a-gavin opened this issue 1 month ago • 3 comments

As before, generate latest Linux 6.18 kernel bindings.

During generation, I noticed the following warnings which I had seen in previous CI runs if I'm not mistaken. My development environment uses clang-19, if it helps.

...
clang diag: modules/general.h:203:9: warning: 'UFFDIO_REGISTER_MODE_MINOR' macro redefined [-Wmacro-redefined]
clang diag: modules/general.h:205:9: warning: 'UFFDIO_COPY_MODE_DONTWAKE' macro redefined [-Wmacro-redefined]
clang diag: modules/general.h:206:9: warning: 'UFFDIO_COPY_MODE_WP' macro redefined [-Wmacro-redefined]
clang diag: modules/general.h:208:9: warning: 'UFFDIO_ZEROPAGE_MODE_DONTWAKE' macro redefined [-Wmacro-redefined]
...
Generating bindings for system on Linux v6.18 architecture x32
clang diag: warning: argument unused during compilation: '-nostdlibinc' [-Wunused-command-line-argument]
Generating bindings for xdp on Linux v6.18 architecture x32
clang diag: warning: argument unused during compilation: '-nostdlibinc' [-Wunused-command-line-argument]
All bindings generated!

Full logs attached here: build_logs.txt

a-gavin avatar Dec 18 '25 06:12 a-gavin