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 64784C678D4 for ; Tue, 7 Mar 2023 15:22:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231300AbjCGPW1 convert rfc822-to-8bit (ORCPT ); Tue, 7 Mar 2023 10:22:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230061AbjCGPWF (ORCPT ); Tue, 7 Mar 2023 10:22:05 -0500 Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFD003584; Tue, 7 Mar 2023 07:19:50 -0800 (PST) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.95) with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (envelope-from ) id 1pZZ5X-000U6x-Rz; Tue, 07 Mar 2023 16:18:51 +0100 Received: from p57bd9bc2.dip0.t-ipconnect.de ([87.189.155.194] helo=[192.168.178.81]) by inpost2.zedat.fu-berlin.de (Exim 4.95) with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (envelope-from ) id 1pZZ5X-001GRG-Ke; Tue, 07 Mar 2023 16:18:51 +0100 Message-ID: <04af6ead8bd4ac6680d5dc5024b0c9ef2e422778.camel@physik.fu-berlin.de> Subject: Re: [PATCH 0/7 v4] sh: various doc, build, init fixes From: John Paul Adrian Glaubitz To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Yoshinori Sato , Rich Felker , Geert Uytterhoeven , Hitoshi Mitake , linux-sh@vger.kernel.org, Frank Rowand , devicetree@vger.kernel.org, Arnd Bergmann Date: Tue, 07 Mar 2023 16:18:50 +0100 In-Reply-To: <20230306040037.20350-1-rdunlap@infradead.org> References: <20230306040037.20350-1-rdunlap@infradead.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Original-Sender: glaubitz@physik.fu-berlin.de X-Originating-IP: 87.189.155.194 X-ZEDAT-Hint: PO Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Randy! On Sun, 2023-03-05 at 20:00 -0800, Randy Dunlap wrote: > All of these patches have been sent previously, anywhere from > one to 3 times. All patches are now called "v4". > > This refresh/resend is to assist the new SH maintainer. > > [PATCH 1/7 v4] sh: SH2007: drop the bad URL info > [PATCH 2/7 v4] sh: nmi_debug: fix return value of __setup handler > [PATCH 3/7 v4] sh: init: use OF_EARLY_FLATTREE for early init > [PATCH 4/7 v4] sh: math-emu: fix macro redefined warning > [PATCH 5/7 v4] sh: remove sh5/sh64 last fragments > [PATCH 6/7 v4] sh: fix Kconfig entry for NUMA => SMP > [PATCH 7/7 v4] sh: mcount.S: fix build error when PRINTK is not enabled > > diffstat: > Documentation/kbuild/kbuild.rst | 1 - > Documentation/scheduler/sched-arch.rst | 2 -- > Documentation/translations/zh_CN/scheduler/sched-arch.rst | 2 -- > arch/sh/Kconfig | 4 ++++ > arch/sh/Kconfig.debug | 2 +- > arch/sh/boards/Kconfig | 1 - > arch/sh/kernel/head_32.S | 6 +++--- > arch/sh/kernel/nmi_debug.c | 4 ++-- > arch/sh/kernel/setup.c | 4 ++-- > arch/sh/math-emu/sfp-util.h | 4 ---- > scripts/checkstack.pl | 7 ------- > tools/perf/arch/common.c | 2 -- > tools/scripts/Makefile.arch | 5 ----- > tools/testing/selftests/mm/Makefile | 2 +- > tools/testing/selftests/mm/run_vmtests.sh | 2 +- > 15 files changed, 14 insertions(+), 34 deletions(-) > > Cc: John Paul Adrian Glaubitz > Cc: Yoshinori Sato > Cc: Rich Felker > Cc: Geert Uytterhoeven > Cc: Hitoshi Mitake > Cc: linux-sh@vger.kernel.org > Cc: Frank Rowand > Cc: devicetree@vger.kernel.org > Cc: Arnd Bergmann Thanks for these fixes. All changes look good to me and I'm going to test them on my SH-7785LCR board on top of 6.3-rc1 and report back. The documentation changes obviously won't have any impact in this regard. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913