On Wed,  6 Aug 2025 08:59:03 -0700 Suren Baghdasaryan <[email protected]> wrote:

> Refactor struct proc_maps_private so that the fields used by PROCMAP_QUERY
> ioctl are moved into a separate structure. In the next patch this allows
> ioctl to reuse some of the functions used for reading /proc/pid/maps
> without using file->private_data. This prevents concurrent modification
> of file->private_data members by ioctl and /proc/pid/maps readers.
> 
> The change is pure code refactoring and has no functional changes.
> 
> Signed-off-by: Suren Baghdasaryan <[email protected]>
> Reviewed-by: Vlastimil Babka <[email protected]>

Acked-by: SeongJae Park <[email protected]>


Thanks,
SJ

[...]

Reply via email to