Re: [PATCH 2/3] x86: Convert vdso to use vm_fault_t

From: Souptick Joarder
Date: Fri Aug 03 2018 - 08:34:55 EST


On Mon, Jul 16, 2018 at 2:47 PM, Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> On Tue, 3 Jul 2018, Matthew Wilcox wrote:
>
>> Return vm_fault_t codes directly from the appropriate mm routines instead
>> of converting from errnos ourselves. Fixes a minor bug where we'd return
>> SIGBUS instead of the correct OOM code if we ran out of memory allocating
>> page tables.
>>
>> Signed-off-by: Matthew Wilcox <willy@xxxxxxxxxxxxx>
>
> Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>

Thomas, are these 3 patches part of this series will be queued
for 4.19 ?