On Tue, Jul 25, 2023 at 10:34:16AM -0700, Andrew Morton wrote:
>
> The patch titled
> Subject: mm-drop-per-vma-lock-when-returning-vm_fault_retry-or-vm_fault_completed-fix
> has been added to the -mm mm-unstable branch. Its filename is
> mm-drop-per-vma-lock-when-returning-vm_fault_retry-or-vm_fault_completed-fix.patch
>
> This patch will shortly appear at
> https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-drop-per-vma-lock-when-returning-vm_fault_retry-or-vm_fault_completed-fix.patch
>
> This patch will later appear in the mm-unstable branch at
> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>
> Before you just go and hit "reply", please:
> a) Consider who else should be cc'ed
> b) Prefer to cc a suitable mailing list as well
> c) Ideally: find the original patch on the mailing list and do a
> reply-to-all to that, adding suitable additional cc's
>
> *** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
>
> The -mm tree is included into linux-next via the mm-everything
> branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> and is updated there every 2-3 working days
>
> ------------------------------------------------------
> From: Matthew Wilcox <[email protected]>
> Subject: mm-drop-per-vma-lock-when-returning-vm_fault_retry-or-vm_fault_completed-fix
> Date: Tue, 25 Jul 2023 15:31:17 +0100
>
> fix riscv
>
> Link: https://lkml.kernel.org/r/CAJuCfpE6GWEx1rPBmNpUfoD5o-gNFz9-UFywzCE2PbEGBiVz7g@mail.gmail.com
> Signed-off-by: Matthew Wilcox <[email protected]>
> Reported-by: Conor Dooley <[email protected]>
> Closes: https://lkml.kernel.org/r/20230725-anaconda-that-ac3f79880af1@wendy
> Cc: Suren Baghdasaryan <[email protected]>
> Signed-off-by: Andrew Morton <[email protected]>
Things look good in today's next with this fix. Thanks.