Re: [PATCH V3] mm: Standardize printing for pgtable entries
From: David Hildenbrand (Arm)
Date: Mon Jul 13 2026 - 08:43:05 EST
On 7/13/26 14:34, Matthew Wilcox wrote:
> On Mon, Jul 13, 2026 at 02:36:50PM +0300, Andy Shevchenko wrote:
>> FWIW, we have hex_dump_to_buffer() for that already.
>
> ... which doesn't eliminate the problem of allocating buffers in the
> caller.
I was assuming that we could possibly use it from lib/vsprintf.c to implement
what we want.
--
Cheers,
David