| commit | 6467fc61678408916d64462c7cf4436f74135395 | [log] [tgz] |
|---|---|---|
| author | Arnd Bergmann <arnd@arndb.de> | Wed Sep 16 17:21:03 2020 +0200 |
| committer | Arnd Bergmann <arnd@arndb.de> | Tue Nov 24 13:27:33 2020 +0100 |
| tree | 98552c683f4710103daccb708ab1398063b2b8d7 | |
| parent | e368cc57c937e1f076844c115eb5053986f948f2 [diff] |
arch: remove compat_alloc_user_space All users of compat_alloc_user_space() and copy_in_user() have been removed from the kernel, only a few functions in sparc remain that can be changed to calling arch_copy_in_user() instead. Signed-off-by: Arnd Bergmann <arnd@arndb.de>