avr32: fix copy_from_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 9 Sep 2016 23:28:23 +0000 (19:28 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 13 Sep 2016 21:50:18 +0000 (17:50 -0400)
commit8630c32275bac2de6ffb8aea9d9b11663e7ad28e
tree93800a44bb196d8eb11b2ae0d7d2a810dc0883dd
parente98b9e37ae04562d52c96f46b3cf4c2e80222dc1
avr32: fix copy_from_user()

really ugly, but apparently avr32 compilers turns access_ok() into
something so bad that they want it in assembler.  Left that way,
zeroing added in inline wrapper.

Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/avr32/include/asm/uaccess.h
arch/avr32/kernel/avr32_ksyms.c
arch/avr32/lib/copy_user.S