From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 245E9C64EC4 for ; Thu, 9 Mar 2023 09:46:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230440AbjCIJqc (ORCPT ); Thu, 9 Mar 2023 04:46:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230474AbjCIJqD (ORCPT ); Thu, 9 Mar 2023 04:46:03 -0500 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CAE6E4C67 for ; Thu, 9 Mar 2023 01:45:06 -0800 (PST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed50:3a77:63e:b168:ae06]) by albert.telenet-ops.be with bizsmtp id W9l32900Y54Hw2A069l3gz; Thu, 09 Mar 2023 10:45:04 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1paCp3-00BKDc-0P; Thu, 09 Mar 2023 10:45:03 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1paCpb-00G3TG-I0; Thu, 09 Mar 2023 10:45:03 +0100 From: Geert Uytterhoeven To: Linus Torvalds Cc: Andrew Morton , Greg Ungerer , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL] m68k fixes for v6.3 Date: Thu, 9 Mar 2023 10:44:55 +0100 Message-Id: <20230309094455.3826581-1-geert@linux-m68k.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org 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