Files
kernel_amazon_mt8127-common/include/asm-generic
Al Viro 61e7341c4b asm-generic: make copy_from_user() zero the destination properly
commit 2545e5da080b4839dd859e3b09343a884f6ab0e3 upstream.

... in all cases, including the failing access_ok()

Note that some architectures using asm-generic/uaccess.h have
__copy_from_user() not zeroing the tail on failure halfway
through.  This variant works either way.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
[wt: s/might_fault/might_sleep]

Signed-off-by: Willy Tarreau <w@1wt.eu>
2017-02-06 23:33:01 +01:00
..
2012-10-03 21:33:53 +02:00
2012-10-02 18:01:56 +01:00
2012-12-09 23:14:14 +01:00
2013-01-03 15:57:16 -08:00
2012-11-29 00:01:23 -05:00
2012-04-14 11:13:19 +10:00
2013-02-14 09:21:15 -05:00
2013-03-15 15:09:43 +10:30