Re: [PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps

From: Liam R. Howlett
Date: Thu Jul 11 2024 - 14:10:49 EST


* Andrii Nakryiko <andrii@xxxxxxxxxx> [240627 13:09]:
> Implement binary ioctl()-based interface to /proc/<pid>/maps file to allow
> applications to query VMA information more efficiently than reading *all* VMAs
> nonselectively through text-based interface of /proc/<pid>/maps file.
>

Thanks for doing this Andrii. It looks to be a step forward for a lot
of use cases.

Acked-by: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx>