]> www.infradead.org Git - users/dwmw2/linux.git/commit
linux/syscalls.h: add missing __user annotations
authorArnd Bergmann <arnd@arndb.de>
Thu, 20 Jun 2024 12:47:27 +0000 (14:47 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 25 Jun 2024 13:57:38 +0000 (15:57 +0200)
commit0fa8ab5f3533b307a7d0e438ab08ecd92725dad7
tree31a91a03eb71fdcb4d71af60d313f8db3b4b1e43
parent295f10061af024099440b46602bcc47364551db7
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>
include/linux/syscalls.h