| commit | 62f24dbc07a07cc9ed7b4c817d4c6e94bbc94b48 | [log] [tgz] |
|---|---|---|
| author | Arnd Bergmann <arnd@arndb.de> | Wed Sep 16 17:21:03 2020 +0200 |
| committer | Arnd Bergmann <arnd@arndb.de> | Tue Jul 20 17:02:34 2021 +0200 |
| tree | 38545d9eb386dc16838c24501774b7b32f32acb7 | |
| parent | d8b78fa17cb5c1c94d76f31917b1e295a3c0b003 [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>