Re: memcg creates an unkillable task in 3.11-rc2

2013-11-12 Thread Michal Hocko
On Thu 26-09-13 16:41:19, Fabio Kung wrote: > On Tue, Jul 30, 2013 at 9:28 AM, Eric W. Biederman > wrote: > > > > ebied...@xmission.com (Eric W. Biederman) writes: > > > > Ok. I have been trying for an hour and I have not been able to > > reproduce the weird hang with the memcg, and it used to be

Re: memcg creates an unkillable task in 3.11-rc2

2013-09-26 Thread Eric W. Biederman
Fabio Kung writes: > On Tue, Jul 30, 2013 at 9:28 AM, Eric W. Biederman > wrote: >> >> ebied...@xmission.com (Eric W. Biederman) writes: >> >> Ok. I have been trying for an hour and I have not been able to >> reproduce the weird hang with the memcg, and it used to be something I >> could reprod

Re: memcg creates an unkillable task in 3.11-rc2

2013-09-26 Thread Fabio Kung
On Tue, Jul 30, 2013 at 9:28 AM, Eric W. Biederman wrote: > > ebied...@xmission.com (Eric W. Biederman) writes: > > Ok. I have been trying for an hour and I have not been able to > reproduce the weird hang with the memcg, and it used to be something I > could reproduce trivially. So it appears t

Re: memcg creates an unkillable task in 3.11-rc2

2013-09-09 Thread Michal Hocko
On Fri 06-09-13 11:09:21, Eric W. Biederman wrote: > Michal Hocko writes: > > > It seems that this one fell though the cracks? > > Not completely, but it happened just as I was doing my initial triage of > memcg problems and I haven't quite made it back to this. OK. I am primarily asking becaus

Re: memcg creates an unkillable task in 3.11-rc2

2013-09-06 Thread Eric W. Biederman
Michal Hocko writes: > It seems that this one fell though the cracks? Not completely, but it happened just as I was doing my initial triage of memcg problems and I haven't quite made it back to this. I have an even nastier memcg hang (without yet an easy reproducer). During mkdir ext3 can add a

Re: memcg creates an unkillable task in 3.11-rc2

2013-09-05 Thread Michal Hocko
It seems that this one fell though the cracks? On Thu 01-08-13 11:06:20, Michal Hocko wrote: > On Wed 31-07-13 15:09:16, Eric W. Biederman wrote: > > Michal Hocko writes: > > > > > [I am CCing David here as well] > > > > > > On Tue 30-07-13 09:37:46, Eric W. Biederman wrote: > > >> Michal Hocko

Re: memcg creates an unkillable task in 3.11-rc2

2013-08-01 Thread Michal Hocko
On Wed 31-07-13 15:09:16, Eric W. Biederman wrote: > Michal Hocko writes: > > > [I am CCing David here as well] > > > > On Tue 30-07-13 09:37:46, Eric W. Biederman wrote: > >> Michal Hocko writes: > >> > >> > On Tue 30-07-13 01:19:31, Eric W. Biederman wrote: > >> > [...] > >> >> Hmm. Looking f

Re: memcg creates an unkillable task in 3.11-rc2

2013-07-31 Thread Eric W. Biederman
Michal Hocko writes: > [I am CCing David here as well] > > On Tue 30-07-13 09:37:46, Eric W. Biederman wrote: >> Michal Hocko writes: >> >> > On Tue 30-07-13 01:19:31, Eric W. Biederman wrote: >> > [...] >> >> Hmm. Looking farther I see what is going on. And it has nothing to do >> >> with the

Re: memcg creates an unkillable task in 3.11-rc2

2013-07-31 Thread Johannes Weiner
On Wed, Jul 31, 2013 at 09:37:26AM +0200, Michal Hocko wrote: > [I am CCing David here as well] > > On Tue 30-07-13 09:37:46, Eric W. Biederman wrote: > > Michal Hocko writes: > > > > > On Tue 30-07-13 01:19:31, Eric W. Biederman wrote: > > > [...] > > >> Hmm. Looking farther I see what is going

Re: memcg creates an unkillable task in 3.11-rc2

2013-07-31 Thread Michal Hocko
[I am CCing David here as well] On Tue 30-07-13 09:37:46, Eric W. Biederman wrote: > Michal Hocko writes: > > > On Tue 30-07-13 01:19:31, Eric W. Biederman wrote: > > [...] > >> Hmm. Looking farther I see what is going on. And it has nothing to do > >> with the freezer. (I have commented out tha

Re: memcg creates an unkillable task in 3.11-rc2

2013-07-30 Thread Eric W. Biederman
Michal Hocko writes: > On Tue 30-07-13 01:19:31, Eric W. Biederman wrote: > [...] >> Hmm. Looking farther I see what is going on. And it has nothing to do >> with the freezer. (I have commented out that code and reproduced it >> without the freezer to be doubly certain). >> >> >> On the exit pa

Re: memcg creates an unkillable task in 3.11-rc2

2013-07-30 Thread Eric W. Biederman
ebied...@xmission.com (Eric W. Biederman) writes: Ok. I have been trying for an hour and I have not been able to reproduce the weird hang with the memcg, and it used to be something I could reproduce trivially. So it appears the patch below is the fix. After I sleep I will see if I can turn it

Re: memcg creates an unkillable task in 3.11-rc2

2013-07-30 Thread Michal Hocko
On Tue 30-07-13 01:19:31, Eric W. Biederman wrote: [...] > Hmm. Looking farther I see what is going on. And it has nothing to do > with the freezer. (I have commented out that code and reproduced it > without the freezer to be doubly certain). > > > On the exit path exit_robust_list is triggering

Re: memcg creates an unkillable task in 3.11-rc2

2013-07-30 Thread Eric W. Biederman
Li Zefan writes: >> I am also seeing what looks like a leak somewhere in the cgroup code as >> well. After some runs of the same reproducer I get into a state where >> after everything is clean up. All of the control groups have been >> removed and the cgroup filesystem is unmounted, I can moun