commit | 7ff0d4490ebadae8037a079a70c5cac13385a808 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jun 03 07:52:37 2020 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 08 10:13:56 2020 -0400 |
tree | d69d20180f5247f90e4beb9ecb3d57729c6f7751 | |
parent | a2541dcb51127dc31934ab93bc99ae7df458e41b [diff] |
trace: fix an incorrect __user annotation on stack_trace_sysctl No user pointers for sysctls anymore. Fixes: 32927393dc1c ("sysctl: pass kernel pointers to ->proc_handler") Reported-by: build test robot <lkp@intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>