Re: [PATCH 2/3] tools/testing: add PROCMAP_QUERY helper functions in mm self tests
From: Lorenzo Stoakes
Date: Tue Mar 18 2025 - 11:25:25 EST
On Mon, Mar 17, 2025 at 09:15:04PM +0000, Lorenzo Stoakes wrote:
> The PROCMAP_QUERY ioctl() is very useful - it allows for binary access to
> /proc/$pid/[s]maps data and thus convenient lookup of data contained there.
>
> This patch exposes this for convenient use by mm self tests so the state of
> VMAs can easily be queried.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Quick fix on this:
----8<----