[GIT PULL] m68k fixes for v6.3

From: Geert Uytterhoeven
Date: Thu Mar 09 2023 - 04:46:36 EST


Hi Linus,

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.3-tag2

for you to fetch changes up to e36a82bebbf7da814530d5a179bef9df5934b717:

m68k: Only force 030 bus error if PC not in exception table (2023-03-06 14:09:42 +0100)

----------------------------------------------------------------
m68k fixes for v6.3

- Fix systems with memory at end of 32-bit address space,
- Fix initrd on systems where memory does not start at address zero,
- Fix 68030 handling of bus errors for addresses in exception tables.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
m68k: mm: Move initrd phys_to_virt handling after paging_init()

Kars de Jong (1):
m68k: mm: Fix systems with memory at end of 32-bit address space

Michael Schmitz (1):
m68k: Only force 030 bus error if PC not in exception table

arch/m68k/kernel/setup_mm.c | 10 +++++-----
arch/m68k/kernel/traps.c | 4 +++-
arch/m68k/mm/motorola.c | 10 +++++-----
3 files changed, 13 insertions(+), 11 deletions(-)

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds