Re: cgroup/next tree: reference to uninitialized percpu ref

2013-08-18 Thread Li Zefan
On 2013/8/19 11:32, Ming Lei wrote: > Hi, > > The kernel oops[1] is triggered during kernel boot with the latest next > tree(3.11.0-rc5-next-20130816), looks it is caused by reference to > uninitialized > percpu ref of root cgroup, and below patch can fix the problem: > Thanks for the report.

cgroup/next tree: reference to uninitialized percpu ref

2013-08-18 Thread Ming Lei
Hi, The kernel oops[1] is triggered during kernel boot with the latest next tree(3.11.0-rc5-next-20130816), looks it is caused by reference to uninitialized percpu ref of root cgroup, and below patch can fix the problem: diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 723194f..0e8954b

cgroup/next tree: reference to uninitialized percpu ref

2013-08-18 Thread Ming Lei
Hi, The kernel oops[1] is triggered during kernel boot with the latest next tree(3.11.0-rc5-next-20130816), looks it is caused by reference to uninitialized percpu ref of root cgroup, and below patch can fix the problem: diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 723194f..0e8954b

Re: cgroup/next tree: reference to uninitialized percpu ref

2013-08-18 Thread Li Zefan
On 2013/8/19 11:32, Ming Lei wrote: Hi, The kernel oops[1] is triggered during kernel boot with the latest next tree(3.11.0-rc5-next-20130816), looks it is caused by reference to uninitialized percpu ref of root cgroup, and below patch can fix the problem: Thanks for the report. Li