Bug 12041
Summary: | 2.6.28-rc4 mem_cgroup_charge_common panic | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Rafael J. Wysocki (rjw) |
Component: | Other | Assignee: | KAMEZAWA Hiroyuki (kamezawa.hiroyu) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | pbadari |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28-rc4 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 11808 |
Description
Rafael J. Wysocki
2008-11-15 15:32:54 UTC
It seems than memory cgroup's support for memory-hotplug is not good. Can be avoided when memcg is not used (by config or boot option). In my test box, x86-64 which doesn't have physical memory hotplug feature, I can't reproduce the issue. Just online/offline memory doesn't show panic. Some bugfix patches (from review) are in mmotm and I'm now looking for how to test. Thanks, -Kame Kame's patch to change init_section_page_cgroup() seems to have fixed this problem. This is on top of mmotm. Tests ran fine over the weekend (60+ hours). Can you provide a pointer to the patch, please? Never mind. :-) Fixed by commit 33c5d3d64589c5d379db5a5615735f6d08438369 . Hmm.. I see this problem again on 2.6.28-rc6. Did the fix ever made into mainline ? Apparently it did, so it was not a fix. :-( |