[GIT PULL] parisc architecture fixes for v5.17-rc5

From: Helge Deller
Date: Tue Feb 15 2022 - 10:02:44 EST


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.17/parisc-3

for you to fetch changes up to 6e8793674bb0d1135ca0e5c9f7e16fecbf815926:

serial: parisc: GSC: fix build when IOSAPIC is not set (2022-02-14 19:34:42 +0100)

----------------------------------------------------------------
parisc architecture fixes for kernel v5.17-rc5

- Fix miscompilations when function calls are made from inside a
put_user() call
- Drop __init from map_pages() declaration to avoid random boot crashes
- Added #error messages if a 64-bit compiler was used to build a 32-bit
kernel (and vice versa)
- Fix out-of-bound data TLB miss faults in sba_iommu and ccio-dma
drivers
- Add ioread64_lo_hi() and iowrite64_lo_hi() functions to avoid kernel
test robot errors
- Fix link failure when 8250_gsc driver is built without CONFIG_IOSAPIC

----------------------------------------------------------------
Andy Shevchenko (1):
parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()

Helge Deller (2):
parisc: Show error if wrong 32/64-bit compiler is being used
parisc: Fix some apparent put_user() failures

John David Anglin (3):
parisc: Drop __init from map_pages declaration
parisc: Fix data TLB miss in sba_unmap_sg
parisc: Fix sglist access in ccio-dma.c

Randy Dunlap (1):
serial: parisc: GSC: fix build when IOSAPIC is not set

arch/parisc/include/asm/bitops.h | 8 ++++++++
arch/parisc/include/asm/uaccess.h | 29 +++++++++++++++--------------
arch/parisc/lib/iomap.c | 18 ++++++++++++++++++
arch/parisc/mm/init.c | 9 ++++-----
drivers/parisc/ccio-dma.c | 3 ++-
drivers/parisc/sba_iommu.c | 3 ++-
drivers/tty/serial/8250/8250_gsc.c | 2 +-
7 files changed, 50 insertions(+), 22 deletions(-)