Re: [PATCH v5 0/2] Fix issues with vmalloc flush flag

From: Peter Zijlstra
Date: Tue May 28 2019 - 04:05:19 EST


On Mon, May 27, 2019 at 02:10:56PM -0700, Rick Edgecombe wrote:
> These two patches address issues with the recently added
> VM_FLUSH_RESET_PERMS vmalloc flag.
>
> Patch 1 addresses an issue that could cause a crash after other
> architectures besides x86 rely on this path.
>
> Patch 2 addresses an issue where in a rare case strange arguments
> could be provided to flush_tlb_kernel_range().

Thanks!