mbox series

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

Message ID Yydd4mNkcfXRDK4b@p100 (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] parisc architecture fixes for v6.0-rc6 | expand

Pull-request

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

Message

Helge Deller Sept. 18, 2022, 6:05 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 18, 2022, 8:47 p.m. UTC | #1
The pull request you sent on Sun, 18 Sep 2022 20:05:22 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7c18b453ef7237bc25b7cbd425a05ac1b6fb074b

Thank you!