Re: [PATCH -mm] mm: hugetlbfs: Correctly populate shared pmd

2012-08-02 Thread Rik van Riel
On 08/02/2012 10:16 AM, Michal Hocko wrote: Hi Andrew, the following patch fixes yet-another race in the hugetlb pte sharing code reported by Larry. It is based on top of the current -mm tree but it cleanly applies to linus tree as well. It should go to stable as well. The bug is there for ages b

[PATCH -mm] mm: hugetlbfs: Correctly populate shared pmd

2012-08-02 Thread Michal Hocko
Hi Andrew, the following patch fixes yet-another race in the hugetlb pte sharing code reported by Larry. It is based on top of the current -mm tree but it cleanly applies to linus tree as well. It should go to stable as well. The bug is there for ages but this fix is possible only since 3.0 because