KAMEZAWA Hiroyuki said:
Badari Pulavarty said:Hmm...at quick look...
Hi Balbir,No, this is new one. We don't see panic in cpuset based migration..so..
I was running memory remove/add tests in a continuous loop.
I get following panic in mem_cgroup migration code.
Is this a known issue ?
Maybe related to page_cgroup allocation/free code in memory hotplug
notifier.
Thank you for report. I'll try this.
online/offline page_cgroup's calculation for "start" is buggy..
-start = start_pfn & (PAGES_PER_SECTION - 1);
+start = start_pfn & ~(PAGES_PER_SECTION - 1);
I'm sorry I can't write patch today.
Regards,
-Kame