From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752539AbbAVDdV (ORCPT ); Wed, 21 Jan 2015 22:33:21 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:50756 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750821AbbAVDdK (ORCPT ); Wed, 21 Jan 2015 22:33:10 -0500 Date: Thu, 22 Jan 2015 12:33:06 +0900 From: Simon Horman 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 Subject: Re: Possible regression in next-20150120 due to "mm: account pmd page tables to the process" Message-ID: <20150122033306.GN31170@verge.net.au> References: <20150121023003.GF30598@verge.net.au> <20150121092956.4CF89A8@black.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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&m=142176280218627&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