From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751102AbeAVDeI (ORCPT ); Sun, 21 Jan 2018 22:34:08 -0500 Received: from ozlabs.org ([103.22.144.67]:56705 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbeAVDeH (ORCPT ); Sun, 21 Jan 2018 22:34:07 -0500 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 7339390d772ddee0447886d72c3aebc3b58d9583 In-Reply-To: <20170317011119.31091-1-david@gibson.dropbear.id.au> To: David Gibson From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, paulus@samba.org, linux-kernel@vger.kernel.org, David Gibson Subject: Re: powerpc/pseries: Don't give a warning when HPT resizing isn't available Message-Id: <3zPxqd4pBfz9sBZ@ozlabs.org> Date: Mon, 22 Jan 2018 14:34:05 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-03-17 at 01:11:19 UTC, David Gibson wrote: > As of 438cc81a41 "powerpc/pseries: Automatically resize HPT for memory hot > add/remove" when running on the pseries platform, we always attempt to > use the PAPR extension to resize the hashed page table (HPT) when we add > or remove memory. > > This is fine, but when the extension is available we'll give a harmless, > but scary warning. This patch suppresses the warning in this case. It > will still warn if the feature is supposed to be available, but didn't > work. > > Signed-off-by: David Gibson Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/7339390d772ddee0447886d72c3aeb cheers