]> git.itanic.dy.fi Git - linux-stable/commit
xtensa: uaccess: Add missing __user to strncpy_from_user() prototype
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 31 Aug 2020 21:09:37 +0000 (00:09 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Dec 2020 07:51:51 +0000 (08:51 +0100)
commit4381c76f6ca4d7c621f0b1dc8579199067ff0953
tree7ee70f8e80398b17387eaf6acb597da4d8a75136
parent30ffb6a74f65af09c5948c10fe5464a7a8e7650a
xtensa: uaccess: Add missing __user to strncpy_from_user() prototype

[ Upstream commit dc293f2106903ab9c24e9cea18c276e32c394c33 ]

When adding __user annotations in commit 2adf5352a34a, the
strncpy_from_user() function declaration for the
CONFIG_GENERIC_STRNCPY_FROM_USER case was missed. Fix it.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Message-Id: <20200831210937.17938-1-laurent.pinchart@ideasonboard.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/xtensa/include/asm/uaccess.h