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