All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture fixes for v5.17-rc5
@ 2022-02-15 15:02 Helge Deller
  2022-02-15 17:18 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2022-02-15 15:02 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin, Sven Schnelle
  Cc: Andy Shevchenko, Randy Dunlap

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] parisc architecture fixes for v5.17-rc5
  2022-02-15 15:02 [GIT PULL] parisc architecture fixes for v5.17-rc5 Helge Deller
@ 2022-02-15 17:18 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-02-15 17:18 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin, Sven Schnelle, Andy Shevchenko, Randy Dunlap

The pull request you sent on Tue, 15 Feb 2022 16:02:13 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2572da44a51192ad181482c1989e66e5eb47dcbe

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-15 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 15:02 [GIT PULL] parisc architecture fixes for v5.17-rc5 Helge Deller
2022-02-15 17:18 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.