Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From: Lorenzo Stoakes
Date: Fri Oct 25 2024 - 13:13:32 EST
On Wed, Oct 23, 2024 at 05:24:40PM +0100, Lorenzo Stoakes wrote:
> Implement a new lightweight guard page feature, that is regions of userland
> virtual memory that, when accessed, cause a fatal signal to arise.
<snip>
Hi Andrew - Could you apply the below fix-patch? I realise we must handle
fatal signals and conditional rescheduling in the vector_madvise() special
case.
Thanks!
----8<----