[GIT,PULL] m68k fixes for v6.3

Message ID 20230309094455.3826581-1-geert@linux-m68k.org
State New
Headers
Series [GIT,PULL] m68k fixes for v6.3 |

Pull-request

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

Message

Geert Uytterhoeven March 9, 2023, 9:44 a.m. UTC
  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@linux-m68k.org

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
  

Comments

pr-tracker-bot@kernel.org March 9, 2023, 7:07 p.m. UTC | #1
The pull request you sent on Thu,  9 Mar 2023 10:44:55 +0100:

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

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

Thank you!