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 9C8B3C7EE2F for ; Thu, 25 May 2023 07:37:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239853AbjEYHh1 (ORCPT ); Thu, 25 May 2023 03:37:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59028 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239903AbjEYHgY (ORCPT ); Thu, 25 May 2023 03:36:24 -0400 Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [IPv6:2a02:1800:110:4::f00:19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E838D10E9 for ; Thu, 25 May 2023 00:35:50 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed30:59b9:3473:f0ae:e2b7]) by laurent.telenet-ops.be with bizsmtp id 0vbm2A00V5NiV2701vbmn5; Thu, 25 May 2023 09:35:47 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1q25VS-0033rL-NO; Thu, 25 May 2023 09:35:46 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1q25Vi-00DWze-Dr; Thu, 25 May 2023 09:35:46 +0200 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.4 Date: Thu, 25 May 2023 09:35:45 +0200 Message-Id: <20230525073545.3225081-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 ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.4-tag2 for you to fetch changes up to b845b574f86dcb6a70dfa698aa87a237b0878d2a: m68k: Move signal frame following exception on 68020/030 (2023-05-22 13:51:20 +0200) ---------------------------------------------------------------- m68k fixes for v6.4 - Fix user-space crashes on 68020/68030. Thanks for pulling! ---------------------------------------------------------------- Finn Thain (1): m68k: Move signal frame following exception on 68020/030 arch/m68k/kernel/signal.c | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 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