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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE024C433EF for ; Thu, 10 Mar 2022 18:21:48 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 03DF78D0002; Thu, 10 Mar 2022 13:21:48 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id F081B8D0001; Thu, 10 Mar 2022 13:21:47 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id D834A8D0002; Thu, 10 Mar 2022 13:21:47 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0037.hostedemail.com [216.40.44.37]) by kanga.kvack.org (Postfix) with ESMTP id C5CDF8D0001 for ; Thu, 10 Mar 2022 13:21:47 -0500 (EST) Received: from smtpin30.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 7E07E98C00 for ; Thu, 10 Mar 2022 18:21:47 +0000 (UTC) X-FDA: 79229295054.30.7EBCEEB Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf08.hostedemail.com (Postfix) with ESMTP id 0C56E160018 for ; Thu, 10 Mar 2022 18:21:46 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 256B0618EE; Thu, 10 Mar 2022 18:21:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 415CAC340E8; Thu, 10 Mar 2022 18:21:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646936505; bh=W4sOM9+B6L0c9LMgUrEbfgUrd76UKZTBgCwuqk0HzAE=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=S/ra8oHP+rm+AWgS1iMavypZJ1MSEHgYve723Y7dEigN2WLgCCN+A2331kYtctj0n YkE+1KXYooU4r8d8lWLN5i8XR3sLJymAvzVQu7f+8HzKMwU3xQ/lT4IB00NRC9YGEw RzylTbxWCH1RDLP36ULbTaY65VJXT8ZErq0ksK6pEPUsk02M9rK0zgn1435HMbrzfE YPVnb0BREfPf0KsQzHb7tqiWomCWyaI2gJYyqoEUljMGHLayed5glbj+kMp1Sa/DUK QtmdEjPj9RgCtZ20P6/2SdaJBUkqBhkuxQrC4d/V5a+OyEGT+ANVadV9x2/3ewKtA4 wrXWoY8VR3G/A== Date: Thu, 10 Mar 2022 12:21:43 -0600 From: Bjorn Helgaas To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , "alex@ghiti.fr" , "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "linux-mm@kvack.org" , "akpm@linux-foundation.org" , "catalin.marinas@arm.com" , "will@kernel.org" , "linux-arm-kernel@lists.infradead.org" , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , Toan Le , "linux-pci@vger.kernel.org" Subject: Re: [PATCH v8 01/14] sizes.h: Add SZ_1T macro Message-ID: <20220310182143.GA170924@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <969d885d-dcff-61b9-50cd-cdaf511505ab@csgroup.eu> X-Rspam-User: X-Rspamd-Server: rspam12 X-Rspamd-Queue-Id: 0C56E160018 X-Stat-Signature: 9jci46f9mzsyx6yo8n4nzehg6jhdajsz Authentication-Results: imf08.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b="S/ra8oHP"; spf=pass (imf08.hostedemail.com: domain of helgaas@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=helgaas@kernel.org; dmarc=pass (policy=none) header.from=kernel.org X-HE-Tag: 1646936506-357953 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thu, Mar 10, 2022 at 06:09:51PM +0000, Christophe Leroy wrote: >=20 >=20 > Le 10/03/2022 =C3=A0 17:52, Bjorn Helgaas a =C3=A9crit=C2=A0: > > On Wed, Mar 09, 2022 at 06:44:35PM +0100, Christophe Leroy wrote: > >> Today drivers/pci/controller/pci-xgene.c defines SZ_1T > >> > >> Move it into linux/sizes.h so that it can be re-used elsewhere. > >> > >> Link: https://lore.kernel.org/r/575cb7164cf124c75df7cb9242ea73747339= 42bf.1642752946.git.christophe.leroy@csgroup.eu > >> Signed-off-by: Christophe Leroy > >> Signed-off-by: Lorenzo Pieralisi > >> Reviewed-by: Krzysztof Wilczy=C5=84ski > >> Acked-by: Bjorn Helgaas > >> Cc: Toan Le > >> Cc: linux-pci@vger.kernel.org > >> --- > >> This patch is already in linux-next but not in Linus' tree yet > >=20 > > What would you like me to do about this? It's in linux-next, which > > means it will go to Linus' tree during the next merge window. > >=20 > > But this is 01/14; are there other patches that I should be looking > > at? Do I need to coordinate this with other patches that depend on > > it? >=20 > Yes sorry I should have said it. Patch 14/14 depends on it. >=20 > Don't know yet what's the merge strategy for this series, there as not=20 > been any changes since v6 mid December and core parts are acked/reviewe= d=20 > so I would be happy if at least core mm parts could go this cycle. I=20 > sent a question to Michael and Andrew about it. Since PCI is only minimally affected in this series, it would probably make more sense for it to be merged along with the rest of the series via a non-PCI tree. It has my ack, so this can certainly happen. If it does, I can easily drop it from the PCI tree. Bjorn