On Mon, 2014-12-15 at 16:28 +0900, Joonsoo Kim wrote: > On Thu, Dec 11, 2014 at 04:00:30PM +0800, Huang Ying wrote: > > FYI, we noticed the below changes on > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git master > > commit 6a7d22008b2294f1dacbc77632a26f2142f2d4b0 ("mm: Fix boot crash with f7426b983a6a ("mm: cma: adjust address limit to avoid hitting low/high memory boundary")") > > > > The original boot failures are fixed, but there are some boot hang now. > > Sometimes because of OOM for trinity test. > > CCing relevant people. > > Hmm... My fix is just work-around to avoid validation when VA to PA > conversion. So, it would be irrelevant to this problem. Blaming > original patch makes more sense to me. > > Anyway, I looked at the original commit f7426b983a6a and found that > it doesn't have any effect after reserving CMA region. Attached dmesg > say that reservation is successful. So I wonder what cause this stall. > Could you share your config to help debug? The config is attached. Best Regards, Huang, Ying > And, dmesg log also say that 16 MB is reserved for CMA. Is there any > possibility this memory reservation cause this stall? Possibly, your > OOM report is related to this reservation. > > Thanks. >