Re: [PATCH v8 01/14] sizes.h: Add SZ_1T macro

From: Christophe Leroy
Date: Thu Mar 10 2022 - 13:10:00 EST




Le 10/03/2022 à 17:52, Bjorn Helgaas a écrit :
> 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/575cb7164cf124c75df7cb9242ea7374733942bf.1642752946.git.christophe.leroy@xxxxxxxxxx
>> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
>> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx>
>> Reviewed-by: Krzysztof Wilczyński <kw@xxxxxxxxx>
>> Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>> Cc: Toan Le <toan@xxxxxxxxxxxxxxxxxxxxxx>
>> Cc: linux-pci@xxxxxxxxxxxxxxx
>> ---
>> This patch is already in linux-next but not in Linus' tree yet
>
> 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.
>
> 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?

Yes sorry I should have said it. Patch 14/14 depends on it.

Don't know yet what's the merge strategy for this series, there as not
been any changes since v6 mid December and core parts are acked/reviewed
so I would be happy if at least core mm parts could go this cycle. I
sent a question to Michael and Andrew about it.

Christophe