Re: [PATCH 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-security-module,org.kernel.vger.linux-fsdevel,org.kernel.vger.selinux,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 8/18/26 21:51, Jann Horn wrote: > Refactor the handlers for proc_mem_operations to use the new struct > mem_private as ->private_data, rather than directly storing an mm_struct* > in ->private_data. > > This is in preparation for adding more state in mem_private in the next > commit. > > Signed-off-by: Jann Horn <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David