[PULL 0/6] xtensa fixes for v5.4-rc4

From: Max Filippov
Date: Thu Oct 17 2019 - 18:49:37 EST


Hi Linus,

please pull the following batch of fixes for the Xtensa architecture:

The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20191017

for you to fetch changes up to 775fd6bfefc66a8c33e91dd9687ed530643b954d:

xtensa: fix change_bit in exclusive access option (2019-10-16 00:14:33 -0700)

----------------------------------------------------------------
Xtensa fixes for v5.4:

- fix {get,put}_user() for 64bit values;
- fix warning about static EXPORT_SYMBOL from modpost;
- fix PCI IO ports mapping for the virt board;
- fix pasto in change_bit for exclusive access option.

----------------------------------------------------------------
Al Viro (1):
xtensa: fix {get,put}_user() for 64bit values

Max Filippov (5):
xtensa: clean up assembly arguments in uaccess macros
xtensa: fix type conversion in __get_user_[no]check
xtensa: drop EXPORT_SYMBOL for outs*/ins*
xtensa: virt: fix PCI IO ports mapping
xtensa: fix change_bit in exclusive access option

arch/xtensa/boot/dts/virt.dts | 2 +-
arch/xtensa/include/asm/bitops.h | 2 +-
arch/xtensa/include/asm/uaccess.h | 94 ++++++++++++++++++++++-----------------
arch/xtensa/kernel/xtensa_ksyms.c | 7 ---
4 files changed, 55 insertions(+), 50 deletions(-)

--
Thanks.
-- Max