]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
nds32: fix access_ok() checks in get/put_user
authorArnd Bergmann <arnd@arndb.de>
Mon, 14 Feb 2022 14:48:14 +0000 (15:48 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 20 May 2022 13:18:08 +0000 (15:18 +0200)
commit0661566882b683cd566e372b448701515cc14b2b
treef58241f51f22771799b8e8bf6a9c9212974654f7
parentd57be831ab29f6940c76b01e48d73aa203347d7a
nds32: fix access_ok() checks in get/put_user

BugLink: https://bugs.launchpad.net/bugs/1971496
commit 8926d88ced46700bf6117ceaf391480b943ea9f4 upstream.

The get_user()/put_user() functions are meant to check for
access_ok(), while the __get_user()/__put_user() functions
don't.

This broke in 4.19 for nds32, when it gained an extraneous
check in __get_user(), but lost the check it needs in
__put_user().

Fixes: 487913ab18c2 ("nds32: Extract the checking and getting pointer to a macro")
Cc: stable@vger.kernel.org @ v4.19+
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/nds32/include/asm/uaccess.h