From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF390C43331 for ; Fri, 27 Mar 2020 18:24:13 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 68F022083E for ; Fri, 27 Mar 2020 18:24:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="MbHa8Ghb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 68F022083E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48pqxl0hH5zDrFn for ; Sat, 28 Mar 2020 05:24:11 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=geoff@infradead.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48pqhC4wwkzDrF5 for ; Sat, 28 Mar 2020 05:12:26 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Date:Cc:To:Subject:From:Message-Id: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=zYES3GlKGcM7crEsvdy2paQv/BH/eO5CEBPjP7k6Uvk=; b=MbHa8GhbAzkgDT1RL7oyhbdD9I p+UbUEHqIr3qwiJAMBt/RKUn6JdENFVl5bUttB34HI4/JbYqxKbwUfG/Os8hfOEyVE+aKmhD/P4sK rch5dMmNULfIJ1uuaujWahKzzxXbypdHMfuAsvFjM2t/buKfqsq8LrrIV8XMPrKH9IPr0tW+JZxat 1zCX/wQPBCuBMFhuYob83FcbXKVExzJ2uarL3Ug3oYaCBUYTBd4WrAbX2ziJ/Qgp5V27xWmnI2N2i dK9IpsNxA2ETks9Q5NsUF+JrovbPNA/5JB8PaGfowgLMnP5ltET7Nt6fFC4eCttI+YkQwYhXKVE2L Tvju8yow==; Received: from geoff by merlin.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHtSu-0000z1-4t; Fri, 27 Mar 2020 18:12:20 +0000 Message-Id: From: Geoff Levand Patch-Date: Fri, 27 Mar 2020 11:09:56 -0700 Subject: [PATCH 0/3] powerpc: Minor updates to improve build debugging To: Michael Ellerman Date: Fri, 27 Mar 2020 18:12:20 +0000 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Michael, Here are a few minor updates to the powerpc build files that make debugging build problems a little easier. Please consider. -Geoff The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e: Linux 5.6-rc7 (2020-03-22 18:31:56 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux.git for-merge-powerpc for you to fetch changes up to e6fb89a0946dd620f1d8120578744942ca934e11: powerpc/head_check: Avoid broken pipe (2020-03-27 09:41:41 -0700) ---------------------------------------------------------------- Geoff Levand (3): powerpc/head_check: Automatic verbosity powerpc/wrapper: Output linker map file powerpc/head_check: Avoid broken pipe arch/powerpc/boot/wrapper | 3 ++- arch/powerpc/tools/head_check.sh | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) -- 2.20.1