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

2019-05-20 Thread Edgecombe, Rick P
On Mon, 2019-05-20 at 16:38 -0700, Rick Edgecombe wrote: > These two patches address issues with the recently added > VM_FLUSH_RESET_PERMS vmalloc flag. It is now split into two patches, > which > made sense to me, but can split it further if desired. > Oops, this was supposed to say PATCH v3. Let

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

2019-05-20 Thread Rick Edgecombe
These two patches address issues with the recently added VM_FLUSH_RESET_PERMS vmalloc flag. It is now split into two patches, which made sense to me, but can split it further if desired. Patch 1 is the most critical and addresses an issue that could cause a crash on x86. Patch 2 is to try to redu