From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751494AbdKUWXc (ORCPT ); Tue, 21 Nov 2017 17:23:32 -0500 Received: from gate.crashing.org ([63.228.1.57]:58295 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751353AbdKUWXb (ORCPT ); Tue, 21 Nov 2017 17:23:31 -0500 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" X-Mailer: Evolution 3.26.2 (3.26.2-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.