All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture fixes for v6.5-rc5
@ 2023-08-05  6:02 Helge Deller
  2023-08-05 20:19 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2023-08-05  6:02 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley
  Cc: Mike Rapoport, Christoph Biedl

Hi Linus,

please pull a few fixes for the parisc architecture for kernel 6.5-rc5.

- Preallocate fixmap page tables early, which prevents crashes in static
  keycode patching since the page allocator isn't initialized yet.  This
  fixes boot problems which occured since kernel 6.4 [Mike Rapoport]

- DMA code removal from parport_gsc driver [Arnd Bergmann]

- coding style fixes and dead comment removal

Thanks!
Helge

----

The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

  Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.5-rc5

for you to fetch changes up to 99b2f159b6e76b84357eae6dc2a206871aa630d5:

  parisc: unaligned: Add required spaces after ',' (2023-08-03 14:40:37 +0200)

----------------------------------------------------------------
parisc architecture fixes for kernel v6.5-rc5:

- early fixmap preallocation to fix boot failures on kernel >= 6.4
- remove DMA leftover code in parport_gsc
- drop old comments and code style fixes

----------------------------------------------------------------
Arnd Bergmann (1):
      parport: gsc: remove DMA leftover code

Mike Rapoport (IBM) (1):
      parisc/mm: preallocate fixmap page tables at init

Petr Tesarik (1):
      parisc: pci-dma: remove unused and dead EISA code and comment

hanyu001@208suo.com (1):
      parisc: unaligned: Add required spaces after ','

 arch/parisc/kernel/pci-dma.c   |  8 --------
 arch/parisc/kernel/unaligned.c | 18 +++++++++---------
 arch/parisc/mm/fixmap.c        |  3 ---
 arch/parisc/mm/init.c          | 34 ++++++++++++++++++++++++++++++++++
 drivers/parport/parport_gsc.c  | 28 ++++------------------------
 drivers/parport/parport_gsc.h  |  7 -------
 6 files changed, 47 insertions(+), 51 deletions(-)

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

* Re: [GIT PULL] parisc architecture fixes for v6.5-rc5
  2023-08-05  6:02 [GIT PULL] parisc architecture fixes for v6.5-rc5 Helge Deller
@ 2023-08-05 20:19 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-08-05 20:19 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	Mike Rapoport, Christoph Biedl

The pull request you sent on Sat, 5 Aug 2023 08:02:20 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.5-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/947c2a83584d3093efea1edf52430db47f11080f

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:[~2023-08-05 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05  6:02 [GIT PULL] parisc architecture fixes for v6.5-rc5 Helge Deller
2023-08-05 20:19 ` 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.