From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yhKqD3hgZzDqrG for ; Wed, 22 Nov 2017 09:23:20 +1100 (AEDT) Message-ID: <1511302971.2466.26.camel@kernel.crashing.org> Subject: Re: [PATCH v2] powerpc: fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX From: Benjamin Herrenschmidt To: Meelis Roos , Christophe Leroy Cc: Paul Mackerras , Michael Ellerman , Scott Wood , Balbir Singh , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Date: Wed, 22 Nov 2017 09:22:51 +1100 In-Reply-To: References: <20171121142820.C744F6BB8F@po15668-vm-win7.idsi0.si.c-s.fr> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-11-21 at 19:28 +0200, Meelis Roos wrote: > For wider powerpc audience: this warning-like INFO bit is present > independently of theis patch. Is it dangerous for some configuration? > > INFO: Uncompressed kernel (size 0x5d6c54) overlaps the address of the wrapper(0x400000) > INFO: Fixing the link_address of wrapper to (0x600000) Mostly means you need more memory than the old default... I don't think it's an issue unless you are hitting very small systems or your OF implementation has that memory occupied. Ben.