Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp130220ybm; Tue, 26 May 2020 12:31:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz0+tiE1Pfu5EFoGJNKULEg++8OvxggG1oNUUpZ6OGrTQypqMLXRmN+HurL15EMvE38Pzmu X-Received: by 2002:a05:6402:3044:: with SMTP id bu4mr22060525edb.342.1590521498033; Tue, 26 May 2020 12:31:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590521498; cv=none; d=google.com; s=arc-20160816; b=m4GvMoHqrbx8NZwCaBxSoo+yhGw2XnHvwEItQfBuICKzrhl2QxHMFMbWi2gXmqIoEK XSvzleH5a1Sdjw15MKqX6BW9rSqgZmw/Q1ZsoWqdGTKl9ayuOe71HzpfA3a3y92d7lsJ +n5mAMRGlaFMYKUG2jDnGROM3wx/XgwNg/jUehthCm8juPtTUfl3LDhJ9saRgkLMkj0S XD6yV7zr43f1MPrXUPMNN5SDZLorme79ZTpqIEQteeARSnnR864obGaM6CVqam4CmXPl ubCNn94nHSTQrcC8UaG78YxQtIceWco249VreMHJJf81kK2kL54mQx2JHWmeE+Kv3MB5 rR2w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=9ZfcGz6jfKLRFlrbX5+WIx8XGstJ6bK1aVyWY/aLM2s=; b=vdvYzx9tUkrSVUEF5GbguJ5NS+1NzcAd+xOXRznw4D6acHdbahGIro+3wuMU3YQTqq Smb8s7ZDpNVgpdZKCBfxHNk3rA5QMWAgZBXw1S0jXOusFGyMHpJ08h4csWOzyXnCq2fb nSvTS3olLljA2IR+vD6Ne3OX634KsZXbZBVvDrUUX8KpQcjwjflHLko96tMlC7dpVd6W T0lwn+eyhtmj2tWL3WXTyEoLa/LCbDokkSpLYTUJi1Hz/P2Heglub6lUu3cV6FIN90hw S3hkP+y3S5rm+6KcZCAFqanPNEy3r0ObJ88PozQr23nVbbSng/CRLh0ZOY7rLI/J8OjZ nR2A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ef54Y5gj; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f8si466700edy.149.2020.05.26.12.31.14; Tue, 26 May 2020 12:31:38 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ef54Y5gj; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392587AbgEZT2e (ORCPT + 99 others); Tue, 26 May 2020 15:28:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:58034 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390174AbgEZTC5 (ORCPT ); Tue, 26 May 2020 15:02:57 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9FB5D2086A; Tue, 26 May 2020 19:02:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590519777; bh=2dV8kWIG71SiZs/1feT2OKCo8EG/g/GDwpQxqM/As9A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ef54Y5gj0GfxdNhWAS3W/7FN8X4VYeRHJlWGsR5KQnpeZ9eiIui37DhIWwus2QC3y DrHgVOt3pe48EO9mMdwmQVPJIi/zmZ6Xtg/T/8QsptFLMXEf9GTC0IZ0RitT1oY+K8 1rKlyatwTk7mdHmplw3JCx+3C98TsJqh+PBuQbMo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Vincent Chen , Anup Patel , Yash Shah , Palmer Dabbelt Subject: [PATCH 4.19 05/81] riscv: set max_pfn to the PFN of the last page Date: Tue, 26 May 2020 20:52:40 +0200 Message-Id: <20200526183924.534086347@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200526183923.108515292@linuxfoundation.org> References: <20200526183923.108515292@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Vincent Chen commit c749bb2d554825e007cbc43b791f54e124dadfce upstream. The current max_pfn equals to zero. In this case, I found it caused users cannot get some page information through /proc such as kpagecount in v5.6 kernel because of new sanity checks. The following message is displayed by stress-ng test suite with the command "stress-ng --verbose --physpage 1 -t 1" on HiFive unleashed board. # stress-ng --verbose --physpage 1 -t 1 stress-ng: debug: [109] 4 processors online, 4 processors configured stress-ng: info: [109] dispatching hogs: 1 physpage stress-ng: debug: [109] cache allocate: reducing cache level from L3 (too high) to L0 stress-ng: debug: [109] get_cpu_cache: invalid cache_level: 0 stress-ng: info: [109] cache allocate: using built-in defaults as no suitable cache found stress-ng: debug: [109] cache allocate: default cache size: 2048K stress-ng: debug: [109] starting stressors stress-ng: debug: [109] 1 stressor spawned stress-ng: debug: [110] stress-ng-physpage: started [110] (instance 0) stress-ng: error: [110] stress-ng-physpage: cannot read page count for address 0x3fd34de000 in /proc/kpagecount, errno=0 (Success) stress-ng: error: [110] stress-ng-physpage: cannot read page count for address 0x3fd32db078 in /proc/kpagecount, errno=0 (Success) ... stress-ng: error: [110] stress-ng-physpage: cannot read page count for address 0x3fd32db078 in /proc/kpagecount, errno=0 (Success) stress-ng: debug: [110] stress-ng-physpage: exited [110] (instance 0) stress-ng: debug: [109] process [110] terminated stress-ng: info: [109] successful run completed in 1.00s # After applying this patch, the kernel can pass the test. # stress-ng --verbose --physpage 1 -t 1 stress-ng: debug: [104] 4 processors online, 4 processors configured stress-ng: info: [104] dispatching hogs: 1 physpage stress-ng: info: [104] cache allocate: using defaults, can't determine cache details from sysfs stress-ng: debug: [104] cache allocate: default cache size: 2048K stress-ng: debug: [104] starting stressors stress-ng: debug: [104] 1 stressor spawned stress-ng: debug: [105] stress-ng-physpage: started [105] (instance 0) stress-ng: debug: [105] stress-ng-physpage: exited [105] (instance 0) stress-ng: debug: [104] process [105] terminated stress-ng: info: [104] successful run completed in 1.01s # Cc: stable@vger.kernel.org Signed-off-by: Vincent Chen Reviewed-by: Anup Patel Reviewed-by: Yash Shah Tested-by: Yash Shah Signed-off-by: Palmer Dabbelt [Palmer: back-ported to 4.19] Signed-off-by: Palmer Dabbelt Signed-off-by: Greg Kroah-Hartman --- arch/riscv/kernel/setup.c | 2 ++ 1 file changed, 2 insertions(+) --- a/arch/riscv/kernel/setup.c +++ b/arch/riscv/kernel/setup.c @@ -19,6 +19,7 @@ * to the Free Software Foundation, Inc., */ +#include #include #include #include @@ -187,6 +188,7 @@ static void __init setup_bootmem(void) set_max_mapnr(PFN_DOWN(mem_size)); max_low_pfn = PFN_DOWN(memblock_end_of_DRAM()); + max_pfn = max_low_pfn; #ifdef CONFIG_BLK_DEV_INITRD setup_initrd();