[GIT PULL] parisc architecture fixes for v6.0-rc6

From: Helge Deller
Date: Sun Sep 18 2022 - 14:21:21 EST


Hi Linus,

please pull some small parisc architecture fixes for 6.0-rc6:

One patch lightens up a previous commit and thus unbreaks building the debian
kernel, which tries to configure a 64-bit kernel with the ARCH=parisc
environment variable set.

The other patches fixes asm/errno.h includes in the tools directory and cleans
up memory allocation in the iosapic driver.

Thanks,
Helge



The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf:

Linux 6.0-rc5 (2022-09-11 16:22:01 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 805ce8614958c925877ba6b6dc26cdf9f8800474:

parisc: Allow CONFIG_64BIT with ARCH=parisc (2022-09-15 07:59:37 +0200)

----------------------------------------------------------------
parisc architecture fixes for kernel v6.0-rc6:

* Allow to configure for 64-bit kernel with ARCH=parisc
* Fix asm/errno.h includes in tools directory for parisc and xtensa
* Clean up iosapic memory allocation
* Minor typo and spelling fixes

----------------------------------------------------------------
Ben Hutchings (1):
tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa

Helge Deller (1):
parisc: Allow CONFIG_64BIT with ARCH=parisc

Jiangshan Yi (1):
Input: hp_sdc: fix spelling typo in comment

Rolf Eike Beer (1):
parisc: remove obsolete manual allocation aligning in iosapic

Yang Yingliang (1):
parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()

arch/parisc/Kconfig | 12 +++++++++++-
drivers/parisc/ccio-dma.c | 1 +
drivers/parisc/iosapic.c | 11 +----------
include/linux/hp_sdc.h | 2 +-
tools/include/uapi/asm/errno.h | 4 ++--
5 files changed, 16 insertions(+), 14 deletions(-)