Files
linux/include
Arnd Bergmann 0fa8ab5f35 linux/syscalls.h: add missing __user annotations
A couple of declarations in linux/syscalls.h are missing __user
annotations on their pointers, which can lead to warnings from
sparse because these don't match the implementation that have
the correct address space annotations.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2024-06-25 15:57:38 +02:00
..
2024-05-04 10:19:59 +02:00
2024-05-29 10:40:36 +02:00