Received: by 2002:ac0:8bc7:0:0:0:0:0 with SMTP id o7csp42332ima; Wed, 6 Feb 2019 20:34:21 -0800 (PST) X-Google-Smtp-Source: AHgI3IZPWQ8yyk3yxpzTLGrcOKCrKA2k3DuR2vqfPhIjA9qM3ftE3lpoS5qcv258IzNmS1n0HGI4 X-Received: by 2002:a17:902:b83:: with SMTP id 3mr13954520plr.42.1549514061228; Wed, 06 Feb 2019 20:34:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549514061; cv=none; d=google.com; s=arc-20160816; b=URfENMif7SBSc312xeFcqE1BvKN4yWIxGNU0BiuDjUDEB6HfLu6j3cBoVI8TK8KLng 4u/hInqvWGRC60KRsHnKZrso8I/BP2GbcObOingVQYimg63AsPisFjQlQnJsVG1kxu6v wax9k3KtEAiUjY8MTGdQ6lpwSubtb2f0w1APZjo8zjzxETsGNzS+/FGgAlcnwmtq+0Jn jF3OmCT2qcIcq1DtvjxaGvvS3C/7ar4MKAySnBkXQdY44WejMxRb9Zq7naXcglS9aL7X h0X451H3r4qePuXgxcqIAIrQrDPkYtgILmcxIkRwMGzRKjKl7fbwIZ2JHN+0A5IPXwRF HGJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=sZkJZRwZHp59KUPHMLOi+DysYTuYthsHUrGL2+UH6ZQ=; b=C46TParB0QXVpWM//1MQ+Bd1v+TMhg2AZb78x1o1rzM7d2zXXJIjXKvpabHcPN3U/r vQ+qyg2mXxmEBivo2DSwnLPRh+1PxaHAanR35LgbYTZlKVpSVxUc6e8OcRumppWXfj+6 IN+lDi1bkDMmClIpY7b1jmhkHJF5CYh2NW6FGCic068/Y1hYf3eRkjSJU0QuqX3sjPb8 +DwmZ9l30XBctT+HdKcFWbT+cytst2oUQsdh5a+yM29TRLClAbv46ns091G5MWp3Uwnt cskPK1u+LsB3rMbvYCXb9oJDrc9xe7HRam1DTSPhIVO+Wn69yvdlrQy2VQ+RYNMy1bcz sL7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 24si4655719pgm.167.2019.02.06.20.34.03; Wed, 06 Feb 2019 20:34:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726703AbfBGEeA (ORCPT + 99 others); Wed, 6 Feb 2019 23:34:00 -0500 Received: from ozlabs.org ([203.11.71.1]:34215 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726642AbfBGEd7 (ORCPT ); Wed, 6 Feb 2019 23:33:59 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 43w56s4PGvz9sN9; Thu, 7 Feb 2019 15:33:57 +1100 (AEDT) From: Michael Ellerman To: Laurent Vivier , linux-kernel@vger.kernel.org Cc: linuxppc-dev@lists.ozlabs.org, David Gibson , Christophe Leroy Subject: Re: [PATCH v2] powerpc/mm: move a KERN_WARNING message to pr_debug() In-Reply-To: <20190205202133.5048-1-lvivier@redhat.com> References: <20190205202133.5048-1-lvivier@redhat.com> Date: Thu, 07 Feb 2019 15:33:57 +1100 Message-ID: <8736p0kyiy.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Laurent, I'm not sure I'm convinced about this one. It seems like we're just throwing away the warning because it's annoying. Laurent Vivier writes: > resize_hpt_for_hotplug() reports a warning when it cannot > increase the hash page table ("Unable to resize hash page > table to target order") but this is not blocking and > can make user thinks something has not worked properly. Something did not work properly, the resize didn't work properly. Right? > As we move the message to the debug area, report again the > ENODEV error. > > If the operation cannot be done the real error message > will be reported by arch_add_memory() if create_section_mapping() > fails. Can you explain that more. Isn't the fact that the resize failed "the real error message"? > Fixes: 7339390d772dd > powerpc/pseries: Don't give a warning when HPT resizing isn't available This should all be on one line, and formatted as: Fixes: 7339390d772d ("powerpc/pseries: Don't give a warning when HPT resizing isn't available") See Documentation/process/submitting-patches.rst for more info and how to configure git to do it automatically for you. cheers