Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1454593yba; Sun, 21 Apr 2019 07:20:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqzuruD8rb3kubq6cyCX/QGQ2ezZzKibnNTOMbMGhUmmF4veSGoHWeVxoVbT45MOGu5nm64t X-Received: by 2002:a63:e304:: with SMTP id f4mr14149691pgh.374.1555856444891; Sun, 21 Apr 2019 07:20:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555856444; cv=none; d=google.com; s=arc-20160816; b=G6ytZmrlmufIl97JYhc8A4Vbj4whWImObTqS3hwx99WZMpQBIW5m1jCwXMS4G+1hQz tgMNiGRjS9pDQo+o1ARswny95ca5RF6Nx79F3cgY1Y6NROoqw1iub81rPqNfqWYUcDzL cmHThtj9GefmFuiiXvpXXFZN/CgzQJdD9wW+RyBjkOKVF6Z0K0MI1uvY2xJmkoZu0I2k ASU3plyQYkgs1LjGhn4lT3eVeQYguSv0DKPAR5uvdgvBY5dksjWYVH/uVYkSnpTmfa32 qMHprgL1sAPLHBKEo/FdXz0bvAcNHUQ9x2vzT0aL1QSSNXHjZqe7ft0dABLcpTU32yzI 9KTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=I+Kj3JhOSM8OrknElsNqiB9X6oTZAjaCa28jm0Lw/CQ=; b=sBj2djv4LdwTF2XgEkNa8RbW05+3saZ3JaBS5eXKVZNRYoUgZwi30VrJAWlm1OeyOr iDP6EgwRtbllWUoSqQJOsBG3sUmMf3hJKnXXAdhk8Ef/kp1VgUTGrbI/0gOoCCqOB+6D avULCW8sJ52wcDn1Un9rVqkYGi6nhoEqItQeohC/x5lezEh8fEIsx5fIx2ftQ3H3aU+m TzN3WmGvDYfgLC6zXkwAQyThaCyrPyR2c6aXditkOk2qkMd2r5C265y91zD5GTEb2eJF QHR3V25xt0sHeE6+wDbSKi+wNQCFEYhSg8T5bULx71QfBiFMvq2dzxNRWMFyM7n4Ekjr vlmw== 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 f12si251335pgb.271.2019.04.21.07.20.18; Sun, 21 Apr 2019 07:20:44 -0700 (PDT) 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 S1727720AbfDUOSu (ORCPT + 99 others); Sun, 21 Apr 2019 10:18:50 -0400 Received: from ozlabs.org ([203.11.71.1]:41077 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725963AbfDUOSt (ORCPT ); Sun, 21 Apr 2019 10:18:49 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 44nBdy3VY4z9sB3; Mon, 22 Apr 2019 00:18:45 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: f172acbfae1a78b1a3c775f78e8d0dcd15b9d768 X-Patchwork-Hint: ignore In-Reply-To: <20190313102528.4632-1-lvivier@redhat.com> To: Laurent Vivier , linux-kernel@vger.kernel.org From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, Laurent Vivier , David Gibson Subject: Re: [v3] powerpc/mm: move warning from resize_hpt_for_hotplug() Message-Id: <44nBdy3VY4z9sB3@ozlabs.org> Date: Mon, 22 Apr 2019 00:18:45 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-03-13 at 10:25:28 UTC, Laurent Vivier wrote: > resize_hpt_for_hotplug() reports a warning when it cannot > resize the hash page table ("Unable to resize hash page > table to target order") but in some cases it's not a problem > and can make user thinks something has not worked properly. > > This patch moves the warning to arch_remove_memory() to > only report the problem when it is needed. > > Reviewed-by: David Gibson > Signed-off-by: Laurent Vivier > Reviewed-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f172acbfae1a78b1a3c775f78e8d0dcd cheers