From patchwork Tue Aug 11 14:04:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 1343328 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BQvq24QWSz9sTY for ; Wed, 12 Aug 2020 00:09:50 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.a=rsa-sha256 header.s=201702 header.b=RS7wIc6e; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4BQvq15xJVzDqMt for ; Wed, 12 Aug 2020 00:09:49 +1000 (AEST) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (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 4BQvjH5sWlzDqKL for ; Wed, 12 Aug 2020 00:04:51 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.a=rsa-sha256 header.s=201702 header.b=RS7wIc6e; dkim-atps=neutral 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 X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4BQvjF21WQz9sTr; Wed, 12 Aug 2020 00:04:49 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1597154689; bh=hhQGWNZC4SROishmbkcAwtkGkjYy/VFeAK9d6mFBlwY=; h=From:To:Cc:Subject:Date:From; b=RS7wIc6eShMc/Wmt8z+8pE6hySzPKgv7xUwK2W5yTS6Ac1LvOIJ8NV0nUYxB+Yjq9 mSXmuEdOS5meYwt5lwV1QBF+l7GJDA3J5L+BD05bvfMT/3FuTJRtjrWh0P2wosGpJT mqEtQhLsNviCkUstlC7qcfOLdC9oRP4Kf+sQ8d8OY9khYeLqB/H9QOM3lGxAPkxkie H2l08qExHn+yyJaR5pe5nzkaa3h6urqUdqvQjBcilwMMtwKS1DTUIXf4oI5Zt6U0bS xP0D0ev/R5WQS1iXEAXRsnnPSm0iQ1hlBvdlF4mjxPOugX3tVhrCFvQqV/R4gV5D9J LPRfDUec6OgrQ== From: Stephen Rothwell To: Michael Ellerman Subject: [PATCH 0/7] powerpc: unrel_branch_check.sh: make it suck less Date: Wed, 12 Aug 2020 00:04:27 +1000 Message-Id: <20200811140435.20957-1-sfr@canb.auug.org.au> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 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: Linux PowerPC List , Nicholas Piggin Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Michael Ellerman: "who wants to make arch/powerpc/tools/unrel_branch_check.sh suck less" This series is based off the current powerpc/next branch and keeps the same functionaity as the original except that it suppresses some error messages for early failures that still cause this script to succeed (as it always did). I did this as a series so that people can see the (mostly obvious) transofrmations at each step. As a single patch, it basically replaces the whole file. Hopefully this fulfills your definition of "sucks less" :-) arch/powerpc/tools/unrel_branch_check.sh | 88 ++++++++++++++++---------------- 1 file changed, 43 insertions(+), 45 deletions(-) Cc: Nicholas Piggin