Re: [PATCH 0/2] kernel BUG at mm/huge_memory.c:212!

2012-12-12 Thread Kirill A. Shutemov
On Wed, Dec 12, 2012 at 01:36:36PM +0800, Bob Liu wrote: > On Mon, Dec 3, 2012 at 9:02 PM, Jiri Slaby wrote: > > On 11/30/2012 04:03 PM, Kirill A. Shutemov wrote: > >> From: "Kirill A. Shutemov" > >> > >> Hi Jiri, > >> > >> Sorry for late answer. It took time to reproduce and debug the issue. >

Re: [PATCH 0/2] kernel BUG at mm/huge_memory.c:212!

2012-12-12 Thread Kirill A. Shutemov
On Wed, Dec 12, 2012 at 01:36:36PM +0800, Bob Liu wrote: On Mon, Dec 3, 2012 at 9:02 PM, Jiri Slaby jsl...@suse.cz wrote: On 11/30/2012 04:03 PM, Kirill A. Shutemov wrote: From: Kirill A. Shutemov kirill.shute...@linux.intel.com Hi Jiri, Sorry for late answer. It took time to

Re: [PATCH 0/2] kernel BUG at mm/huge_memory.c:212!

2012-12-11 Thread Bob Liu
On Mon, Dec 3, 2012 at 9:02 PM, Jiri Slaby wrote: > On 11/30/2012 04:03 PM, Kirill A. Shutemov wrote: >> From: "Kirill A. Shutemov" >> >> Hi Jiri, >> >> Sorry for late answer. It took time to reproduce and debug the issue. >> >> Could you test two patches below by thread. I expect it to fix both

Re: [PATCH 0/2] kernel BUG at mm/huge_memory.c:212!

2012-12-11 Thread Bob Liu
On Mon, Dec 3, 2012 at 9:02 PM, Jiri Slaby jsl...@suse.cz wrote: On 11/30/2012 04:03 PM, Kirill A. Shutemov wrote: From: Kirill A. Shutemov kirill.shute...@linux.intel.com Hi Jiri, Sorry for late answer. It took time to reproduce and debug the issue. Could you test two patches below by

Re: [PATCH 0/2] kernel BUG at mm/huge_memory.c:212!

2012-12-03 Thread Jiri Slaby
On 11/30/2012 04:03 PM, Kirill A. Shutemov wrote: > From: "Kirill A. Shutemov" > > Hi Jiri, > > Sorry for late answer. It took time to reproduce and debug the issue. > > Could you test two patches below by thread. I expect it to fix both > issues: put_huge_zero_page() and Bad rss-counter

Re: [PATCH 0/2] kernel BUG at mm/huge_memory.c:212!

2012-12-03 Thread Jiri Slaby
On 11/30/2012 04:03 PM, Kirill A. Shutemov wrote: From: Kirill A. Shutemov kirill.shute...@linux.intel.com Hi Jiri, Sorry for late answer. It took time to reproduce and debug the issue. Could you test two patches below by thread. I expect it to fix both issues: put_huge_zero_page() and

[PATCH 0/2] kernel BUG at mm/huge_memory.c:212!

2012-11-30 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" Hi Jiri, Sorry for late answer. It took time to reproduce and debug the issue. Could you test two patches below by thread. I expect it to fix both issues: put_huge_zero_page() and Bad rss-counter state. Kirill A. Shutemov (2): thp: fix anononymous page accounting

[PATCH 0/2] kernel BUG at mm/huge_memory.c:212!

2012-11-30 Thread Kirill A. Shutemov
From: Kirill A. Shutemov kirill.shute...@linux.intel.com Hi Jiri, Sorry for late answer. It took time to reproduce and debug the issue. Could you test two patches below by thread. I expect it to fix both issues: put_huge_zero_page() and Bad rss-counter state. Kirill A. Shutemov (2): thp: fix