Re: [RFC V3 1/8] mm: Make ptrval_to_str() generally available
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | gmane.linux.uml.devel,gmane.linux.kernel.mm,gmane.linux.ports.alpha,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.kernel.cross-arch,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/18/26 06:00, Anshuman Khandual wrote: > Move ptrval_to_str() inside a header thus making the helper more generally > available for new users which are being added later. While here, also move > another related string size macro PTVAL_STR_MAX inside the header as well. > > Cc: Andrew Morton <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: Lorenzo Stoakes <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Anshuman Khandual <[email protected]> > --- I would have placed that into include/linux/pgtable.h. Any particular reason for mm_types? Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David