Revision fff1662cc423be00c5a7dffc6cf2332161c882d6 authored by Tobias Klauser on 04 September 2020, 23:35:46 UTC, committed by Linus Torvalds on 05 September 2020, 19:14:29 UTC
Commit 32927393dc1c ("sysctl: pass kernel pointers to ->proc_handler")
changed ctl_table.proc_handler to take a kernel pointer.  Adjust the
signature of proc_ipc_sem_dointvec to match ctl_table.proc_handler which
fixes the following sparse error/warning:

  ipc/ipc_sysctl.c:94:47: warning: incorrect type in argument 3 (different address spaces)
  ipc/ipc_sysctl.c:94:47:    expected void *buffer
  ipc/ipc_sysctl.c:94:47:    got void [noderef] __user *buffer
  ipc/ipc_sysctl.c:194:35: warning: incorrect type in initializer (incompatible argument 3 (different address spaces))
  ipc/ipc_sysctl.c:194:35:    expected int ( [usertype] *proc_handler )( ... )
  ipc/ipc_sysctl.c:194:35:    got int ( * )( ... )

Fixes: 32927393dc1c ("sysctl: pass kernel pointers to ->proc_handler")
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Link: https://lkml.kernel.org/r/20200825105846.5193-1-tklauser@distanz.ch
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent e80d390
History
File Mode Size
bfq-iosched.rst -rw-r--r-- 25.7 KB
biodoc.rst -rw-r--r-- 51.4 KB
biovecs.rst -rw-r--r-- 6.8 KB
blk-mq.rst -rw-r--r-- 7.4 KB
capability.rst -rw-r--r-- 319 bytes
cmdline-partition.rst -rw-r--r-- 1.6 KB
data-integrity.rst -rw-r--r-- 11.9 KB
deadline-iosched.rst -rw-r--r-- 2.9 KB
index.rst -rw-r--r-- 351 bytes
inline-encryption.rst -rw-r--r-- 13.8 KB
ioprio.rst -rw-r--r-- 4.7 KB
kyber-iosched.rst -rw-r--r-- 422 bytes
null_blk.rst -rw-r--r-- 4.5 KB
pr.rst -rw-r--r-- 3.8 KB
queue-sysfs.rst -rw-r--r-- 10.3 KB
request.rst -rw-r--r-- 2.5 KB
stat.rst -rw-r--r-- 4.2 KB
switching-sched.rst -rw-r--r-- 1.2 KB
writeback_cache_control.rst -rw-r--r-- 3.9 KB

back to top