Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2585524imu; Sun, 23 Dec 2018 03:12:51 -0800 (PST) X-Google-Smtp-Source: ALg8bN7fCYGjffPysZ1nPF+R6BDvxBxgUTJY8dVJALpzv1GQk5bhYUT+1S9GYPsDOCpc9BjS87aI X-Received: by 2002:a63:82c6:: with SMTP id w189mr8941927pgd.344.1545563571485; Sun, 23 Dec 2018 03:12:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545563571; cv=none; d=google.com; s=arc-20160816; b=lOykJijQ4FWPn/Y1NrLssnEIOTleqtdykjSmANCWmv97Dyf2Xsuuv6+IKOLmdtT6G2 +JHzG1hMUAs8RpIN5158FyrH+PQEBbPDxOJnKgh0EZ6vyyOtbU8o6HoQ/dIzwRmnS67m 6fAQKkt//Iaiu0Dr4n4+2TqIqnaXJsClZINak/YKt6fHMiPKs9IwWV8aoGROwelGEzdF rJvyujLFN2M9YRhu15scfU+Gk6mzVDuuSF8ZxuIJ18yHnzKWjXvH2audi7OYYEEubDYV qWrAWxBrTdgAFfp5hnyDIMziIBKPkJ6dg7m7544ZzBM/yGnk2DjSf3ce/KhRBhFdmNfP CpbQ== 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=Ddfga/DfMK4pX1RR4jn1kEpG73AvRwZ8WjEx+yLxdf4=; b=dNma3KHz9EGoQfPAkthb+jNJAij+G6VkXqnrDNLcxup+JtmCKzc9DI9eIh3YlqaPbO k7sR2GtqctvRqKfe9JgEPB/4pNnQZfPZkQlHj/FdkOAWUBd5YtBCDBNQEnniG9wOgA6H D+e5m+DvtwhFMSVTkmxxiYOHJlhDh2mamnVLSOp+4JJJHi0XuVZi3dVJ/+tgR+LCX6sO 9jg6CL/9QbKpzJXVl4PSUuJW3ykneNPrGOQUAH2scEYqnLFjIfEPrUackPxv40aooodX wY73gyO3xAbn+kqD3MpjQO4AKazB6ih8fOV3yPqCqKV4tjTsENo/Yf+hF9QRzvssRS7I Tp4w== 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 d19si15088767pfd.196.2018.12.23.03.12.35; Sun, 23 Dec 2018 03:12:51 -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 S2392537AbeLVRCW (ORCPT + 99 others); Sat, 22 Dec 2018 12:02:22 -0500 Received: from ozlabs.org ([203.11.71.1]:44539 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392393AbeLVRBC (ORCPT ); Sat, 22 Dec 2018 12:01:02 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 43MLSj3Dh1z9sP9; Sat, 22 Dec 2018 20:54:45 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: b18f0ae92b0a1db565c3e505fa87b6971ad3b641 X-Patchwork-Hint: ignore In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v2] powerpc/prom: fix early DEBUG messages Message-Id: <43MLSj3Dh1z9sP9@ozlabs.org> Date: Sat, 22 Dec 2018 20:54:45 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2018-12-14 at 10:27:47 UTC, Christophe Leroy wrote: > This patch fixes early DEBUG messages in prom.c: > - Use %px instead of %p to see the addresses > - Cast memblock_phys_mem_size() with (unsigned long long) to > avoid build failure when phys_addr_t is not 64 bits. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b18f0ae92b0a1db565c3e505fa87b6 cheers