From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Thu, 22 Jan 2015 03:33:06 +0000 Subject: Re: Possible regression in next-20150120 due to "mm: account pmd page tables to the process" Message-Id: <20150122033306.GN31170@verge.net.au> List-Id: References: <20150121023003.GF30598@verge.net.au> <20150121092956.4CF89A8@black.fi.intel.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: "Kirill A. Shutemov" , Andrew Morton , Hugh Dickins , Linux MM , Dave Hansen , Cyrill Gorcunov , Pavel Emelyanov , "linux-kernel@vger.kernel.org" , Linux-sh list , Magnus Damm On Wed, Jan 21, 2015 at 10:37:20AM +0100, Geert Uytterhoeven wrote: > Hi Kirill, Simon, > > On Wed, Jan 21, 2015 at 10:29 AM, Kirill A. Shutemov > wrote: > > Simon Horman wrote: > >> Hi, > >> > >> I have observed what appears to be a regression caused > >> by b316feb3c37ff19cd ("mm: account pmd page tables to the process"). > >> > >> The problem that I am seeing is that when booting the kzm9g board, which is > >> based on the Renesas r8a73a4 ARM SoC, using its defconfig the following the > > Renesas sh73a0 ARM SoC, FWIW... > > >> tail boot log below is output repeatedly and the boot does not appear to > >> proceed any further. > >> > >> I have observed this problem using next-20150120 and observed > >> that it does not occur when the patch mentioned above is reverted. > >> > >> I have also observed what appears to be the same problem when > >> booting the following boards using their defconfigs. And perhaps > >> more to the point the problem appears to affect booting all > >> boards based on Renesas ARM SoCs for which there is working support > >> to boot them by initialising them using C (as opposed to device tree). > >> > >> * armadillo800eva, based on the r8a7740 SoC > >> * mackerel, based on the sh7372 > > > > This should be fixed by this: > > > > http://marc.info/?l=linux-next&m2176280218627&w=2 > > > > Please, test. > > Thanks! > > Confirmed the issue, and confirmed the fix (on sh73a0/kzm9g-legacy). > > Tested-by: Geert Uytterhoeven Thanks, I have also tested the armadillo800eva and mackerel. Tested-by: Simon Horman