diff options
author | Rasmus Villemoes <[email protected]> | 2020-10-24 03:04:26 +0200 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-10-25 11:44:16 -0700 |
commit | 986b9eacb25910865b50e5f298aa8e2df7642f1b (patch) | |
tree | 300b9558aac3c868b7a4213b6de09117147b81c5 /include/linux/moduleparam.h | |
parent | 23224e45004ed84c8466fd1e8e5860f541187029 (diff) |
kernel/sys.c: fix prototype of prctl_get_tid_address()
tid_addr is not a "pointer to (pointer to int in userspace)"; it is in
fact a "pointer to (pointer to int in userspace) in userspace". So
sparse rightfully complains about passing a kernel pointer to
put_user().
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Rasmus Villemoes <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/moduleparam.h')
0 files changed, 0 insertions, 0 deletions