Re: [v2 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages

2019-07-15 Thread Yang Shi
On 7/15/19 4:51 PM, Yang Shi wrote: On 7/15/19 3:22 PM, Andrew Morton wrote: On Sat, 22 Jun 2019 08:20:07 +0800 Yang Shi wrote: Changelog v2: * Fixed the inconsistent behavior by not aborting !vma_migratable()    immediately by a separate patch (patch 1/2), and this is also the   

Re: [v2 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages

2019-07-15 Thread Yang Shi
On 7/15/19 3:22 PM, Andrew Morton wrote: On Sat, 22 Jun 2019 08:20:07 +0800 Yang Shi wrote: Changelog v2: * Fixed the inconsistent behavior by not aborting !vma_migratable() immediately by a separate patch (patch 1/2), and this is also the preparation for patch 2/2. For the

Re: [v2 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages

2019-07-15 Thread Andrew Morton
On Sat, 22 Jun 2019 08:20:07 +0800 Yang Shi wrote: > > Changelog > v2: * Fixed the inconsistent behavior by not aborting !vma_migratable() > immediately by a separate patch (patch 1/2), and this is also the > preparation for patch 2/2. For the details please see the commit >

[v2 PATCH 0/2] mm: mempolicy: fix mbind()'s inconsistent behavior for unmovable pages

2019-06-21 Thread Yang Shi
Changelog v2: * Fixed the inconsistent behavior by not aborting !vma_migratable() immediately by a separate patch (patch 1/2), and this is also the preparation for patch 2/2. For the details please see the commit log. Per Vlastimil. * Not abort immediately if unmovable