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

2019-05-28 Thread Edgecombe, Rick P
On Tue, 2019-05-28 at 17:23 -0700, David Miller wrote: > From: Rick Edgecombe > Date: Mon, 27 May 2019 14:10:56 -0700 > > > 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 > >

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

2019-05-28 Thread David Miller
From: Rick Edgecombe Date: Mon, 27 May 2019 14:10:56 -0700 > 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

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

2019-05-28 Thread Peter Zijlstra
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

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

2019-05-27 Thread Rick Edgecombe
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