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 329A7C7619A for ; Tue, 21 Mar 2023 15:16:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231604AbjCUPQw (ORCPT ); Tue, 21 Mar 2023 11:16:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231220AbjCUPQu (ORCPT ); Tue, 21 Mar 2023 11:16:50 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EEE864FCCE; Tue, 21 Mar 2023 08:16:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=Tt9e/rVg0zLabvjEbl2PNjNW+ESw7w+aYCtqlm2Ha/E=; b=M3CRH5gGLBwy1tMYdjI5tKljqW p8EJvLkvBrJOo1rvnckm4jx9SJxsFfMYiig5phqZO0P/KUweNGeYCGOjsZH2v+CuYiaa6ug/MlNLX tvti+vhtaYWlE2pxVKzm8LUbMHGIghFtLKbjOgACcebap409vBbEztp4krv+Vxsm9JSiUtsKmCE9X /mcXDv6heoEipRfhj9D9rkJUWB1EMpuV5aEHqWEiS1NFUeBSVtGZKICxSIaSgxV3RIAamm2yOA2sE rB6eg2bgdl/EC13ZOe1J5fjR9y07Ca0URQdxMSwkMxLhw6eoN+Gpp3f8zZ2qpmtifHM6f+cIsTFTH nhUNyHtQ==; Received: from [2601:1c2:980:9ec0::21b4] by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1pedj5-00Ct7k-2K; Tue, 21 Mar 2023 15:16:39 +0000 Message-ID: <02f8dade-e8ed-49b2-a2cf-aba4bcec0869@infradead.org> Date: Tue, 21 Mar 2023 08:16:38 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH 6/7 v5] sh: fix Kconfig entry for NUMA => SMP Content-Language: en-US To: John Paul Adrian Glaubitz , Geert Uytterhoeven Cc: linux-kernel@vger.kernel.org, Yoshinori Sato , Rich Felker , linux-sh@vger.kernel.org, stable@vger.kernel.org References: <20230320231310.28841-1-rdunlap@infradead.org> <3a00d2b54f990e2fa18db722a81bea78402668c9.camel@physik.fu-berlin.de> From: Randy Dunlap In-Reply-To: <3a00d2b54f990e2fa18db722a81bea78402668c9.camel@physik.fu-berlin.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/21/23 08:15, John Paul Adrian Glaubitz wrote: > Hi Geert! > > On Tue, 2023-03-21 at 09:47 +0100, Geert Uytterhoeven wrote: >>> Yeah, this explains it then. Your new patch is definitely the better approach >>> and I would prefer it over Randy's suggested change. Let's see what the mm >>> maintainers have to say. >> >> I'm sure the missed condition was just an oversight, so I expect no >> objections. > > And you were right, of course. We can drop Randy's patch then, but I'll pick up > all the other patches tomorrow when I prepare my for-next tree for 6.4. Right, drop it. Thanks, everyone. -- ~Randy