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 62CC3EB64DA for ; Mon, 26 Jun 2023 10:16:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229844AbjFZKQ6 (ORCPT ); Mon, 26 Jun 2023 06:16:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229542AbjFZKQ5 (ORCPT ); Mon, 26 Jun 2023 06:16:57 -0400 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 5D73F1A1 for ; Mon, 26 Jun 2023 03:16:55 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:e662:523d:cfc0:1ef2]) by albert.telenet-ops.be with bizsmtp id DmGs2A00D0kkhwT06mGsyv; Mon, 26 Jun 2023 12:16:52 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qDjH6-000Qfb-JB; Mon, 26 Jun 2023 12:16:52 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qDjHA-00CnyG-BQ; Mon, 26 Jun 2023 12:16:52 +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 updates for v6.5 Date: Mon, 26 Jun 2023 12:16:48 +0200 Message-Id: <20230626101648.3052015-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 b845b574f86dcb6a70dfa698aa87a237b0878d2a: m68k: Move signal frame following exception on 68020/030 (2023-05-22 13:51:20 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.5-tag1 for you to fetch changes up to 4055eabe04a26f5d113b5a02588b20b5e166a753: m68k: defconfig: Update defconfigs for v6.4-rc1 (2023-06-12 11:20:44 +0200) ---------------------------------------------------------------- m68k updates for v6.5 - Miscellaneous NuBus fixes and improvements, - Defconfig updates. Thanks for pulling! ---------------------------------------------------------------- Finn Thain (3): nubus: Partially revert proc_create_single_data() conversion nubus: Remove proc entries before adding them nubus: Don't list slot resources by default Geert Uytterhoeven (1): m68k: defconfig: Update defconfigs for v6.4-rc1 arch/m68k/configs/amiga_defconfig | 2 +- arch/m68k/configs/apollo_defconfig | 2 +- arch/m68k/configs/atari_defconfig | 2 +- arch/m68k/configs/bvme6000_defconfig | 2 +- arch/m68k/configs/hp300_defconfig | 2 +- arch/m68k/configs/mac_defconfig | 2 +- arch/m68k/configs/multi_defconfig | 2 +- arch/m68k/configs/mvme147_defconfig | 2 +- arch/m68k/configs/mvme16x_defconfig | 2 +- arch/m68k/configs/q40_defconfig | 2 +- arch/m68k/configs/sun3_defconfig | 1 - arch/m68k/configs/sun3x_defconfig | 2 +- arch/m68k/configs/virt_defconfig | 2 -- drivers/nubus/nubus.c | 13 ++++++++++--- drivers/nubus/proc.c | 33 ++++++++++++++++++++++++--------- include/linux/nubus.h | 1 + 16 files changed, 46 insertions(+), 26 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