[PULL 0/3] xtensa fixes for v5.10
From: Max Filippov
Date: Thu Nov 19 2020 - 06:37:52 EST
Hi Linus,
please pull the following fixes for the Xtensa architecture for v5.10.
The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:
Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)
are available in the Git repository at:
git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20201119
for you to fetch changes up to dc293f2106903ab9c24e9cea18c276e32c394c33:
xtensa: uaccess: Add missing __user to strncpy_from_user() prototype (2020-11-17 05:09:28 -0800)
----------------------------------------------------------------
Xtensa fixes for v5.10:
- fix placement of cache alias remapping area
- disable preemption around cache alias management calls
- add missing __user annotation to strncpy_from_user argument
----------------------------------------------------------------
Laurent Pinchart (1):
xtensa: uaccess: Add missing __user to strncpy_from_user() prototype
Max Filippov (2):
xtensa: fix TLBTEMP area placement
xtensa: disable preemption around cache alias management calls
Documentation/xtensa/mmu.rst | 9 ++++++---
arch/xtensa/include/asm/pgtable.h | 2 +-
arch/xtensa/include/asm/uaccess.h | 2 +-
arch/xtensa/mm/cache.c | 14 ++++++++++++++
4 files changed, 22 insertions(+), 5 deletions(-)
--
Thanks.
-- Max