Re: [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
Deepak Gupta <[email protected]>
| Newsgroups | gmane.linux.ports.sparc,gmane.linux.ports.arm.kernel,gmane.linux.ports.alpha,gmane.linux.kernel,gmane.linux.kernel.arc,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.sh.devel,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <ZtisuRySfREHjnN/@debug.ba.rivosinc.com> |
On Mon, Sep 02, 2024 at 08:08:14PM +0100, Mark Brown wrote: >In preparation for using vm_flags to ensure guard pages for shadow stacks >supply them as an argument to generic_get_unmapped_area(). The only user >outside of the core code is the PowerPC book3s64 implementation which is >trivially wrapping the generic implementation in the radix_enabled() case. > >Signed-off-by: Mark Brown <[email protected]> Reviewed-by: Deepak Gupta <[email protected]>