Re: [PATCHv3 0/3] Fix crash due to vma_is_anonymous() false-positives

2018-07-24 Thread Linus Torvalds
On Tue, Jul 24, 2018 at 5:11 AM Kirill A. Shutemov wrote: > > Fix crash found by syzkaller. > > Build on top of Linus' changes in 4.18-rc6. > > Andrew, could you please drop mm-drop-unneeded-vm_ops-checks-v2.patch for > now. Infiniband drivers have to be fixed first. Ack, these look good to me.

[PATCHv3 0/3] Fix crash due to vma_is_anonymous() false-positives

2018-07-24 Thread Kirill A. Shutemov
Fix crash found by syzkaller. Build on top of Linus' changes in 4.18-rc6. Andrew, could you please drop mm-drop-unneeded-vm_ops-checks-v2.patch for now. Infiniband drivers have to be fixed first. Kirill A. Shutemov (3): mm: Introduce vma_init() mm: Use vma_init() to initialize VMAs on stack