Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp1320671pxb; Fri, 27 Aug 2021 06:25:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzj58iV60bLdeghO6oxS/S55tIOpPU1GYf1BVm+6lEGKW2DTLA24EMcw6UZP+1PYmZbWqKc X-Received: by 2002:adf:df0c:: with SMTP id y12mr10140405wrl.155.1630070743952; Fri, 27 Aug 2021 06:25:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630070743; cv=none; d=google.com; s=arc-20160816; b=vYa8TTeYc5NvZ4p9plEM/ieV5BPRGtem0hxzXY4+79+n4/KOkkvWvwprPDS9k3K4d4 eZYoH7iD7Tsno4pjVXvSHNro9I8HaHxuN8KbkvXYeiJjjzZYm9Nwak88J8PqCVnxe/m6 sO62v/bNZ0hHq/EHXfKM3jWfaxmWKAGCt4rcjArmpUBRerQlcGqOwo0bVFDf8bRwNiwe FobEj9DFhhuuifFRfr/hREA2lFYegY+eajesF0R8+wGUeEIO55WLAUXl9aEXPXohY3uf e8HUItvMdTWmoHBT8yNFYhydmXeNNCRw8nj0fGnMWcFa6s8/crRjj3U+V4SSNXou/phj NaHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=6Zyg+JQpaMu4HjWea6xESGNCLviydA/ZNUtyAYwcE5I=; b=SI4uCVvrnkieb9qyB39cF+I7JMeIW8JvVN0w1l79KBsQOtS2E1yVZ6Quw4mxT2v1xH 6yeoh+KbbeqMfZr8TtN1vvBsVpPxJZdsw6sk25Dt8P1det4soOl/mmBo90kKvDb8SjsF XsXNxP8FecWdwDgR5VGLg+tTy/BxBxk7r/NTht7ig9BktXxVYRlM+NJsVWgli3jGe+tE XxQNpJ/t2Srow2xrSfkgt1cwyvJZQUjLn11FMlDiKbeB3xGwh4qYz2APsnhMRqE5ijbg Fzpttr0mBAFzJRBjxcOpGNb/ARhTd5dHq81hHhtsfa4czcsPG2Y6QlaYyy7wEMnUdF5w /s2A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n2si180871edi.122.2021.08.27.06.25.19; Fri, 27 Aug 2021 06:25:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245321AbhH0NXz (ORCPT + 99 others); Fri, 27 Aug 2021 09:23:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245427AbhH0NXm (ORCPT ); Fri, 27 Aug 2021 09:23:42 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3623C0617AD for ; Fri, 27 Aug 2021 06:22:53 -0700 (PDT) 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 (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Gx0ky5K7Sz9tk1; Fri, 27 Aug 2021 23:22:50 +1000 (AEST) From: Michael Ellerman To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: "Chen, Rong A" , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, Benjamin Herrenschmidt , Michael Ellerman , Nicholas Piggin In-Reply-To: <20210815222334.9575-1-rdunlap@infradead.org> References: <20210815222334.9575-1-rdunlap@infradead.org> Subject: Re: [PATCH] powerpc/head_check: use stdout for error messages Message-Id: <163007013465.52768.731707221270776567.b4-ty@ellerman.id.au> Date: Fri, 27 Aug 2021 23:15:34 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 15 Aug 2021 15:23:34 -0700, Randy Dunlap wrote: > Prefer stderr instead of stdout for error messages. > This is a good practice and can help CI error detecting and > reporting (0day in this case). > > > > > [...] Applied to powerpc/next. [1/1] powerpc/head_check: use stdout for error messages https://git.kernel.org/powerpc/c/47c258d71ebfc832a760a1dc6540cf3c33968023 cheers