Re: [PATCHv2 11/11] dmapool: link blocks across pages

From: Christoph Hellwig
Date: Fri Dec 23 2022 - 12:17:02 EST


On Fri, Dec 23, 2022 at 12:08:54PM -0500, Tony Battersby wrote:
> I previously recommended that they should be size_t because they are
> counting the number of objects in the entire pool, which can be greater
> than 2^32.   See patch 4 "dmapool: cleanup integer types".

Oh, ok.

>   However the
> kernel test robot has complained that some of the printk format
> specifiers need to be changed to match the size_t type.

Yes, they do.