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 Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D27C9C636CC for ; Sun, 19 Feb 2023 21:26:19 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4PKds61xzMz3c34 for ; Mon, 20 Feb 2023 08:26:18 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=kEGohGHV; dkim-atps=neutral Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (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 4PKdr303w6z3bVr for ; Mon, 20 Feb 2023 08:25:22 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=kEGohGHV; 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 4PKdr13zMPz4x4p; Mon, 20 Feb 2023 08:25:21 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1676841921; bh=Va+sBtwMUiEp1wvvO6yhVupMG23TdQy367pr2KPb0Ds=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=kEGohGHVZ0Xp3ryJAtRg+a2nI2GUzno+R075VEQXgMIvUh88nEE5Qejch42xk/Zwn wnVLfID/+NmFAJsPQwNM4oJJhaDSe0jPIkUkiRo+b03KzDXu+zD3IekSqU7Qo4b4mF +zt9zXNGg2O/csWh2wZh8lcBtKwVYi6BsnGwdEnOJq9LJKUbFGmLk5nZF2lcH2gqwB bxkr9fSsCjI7nOLH1HPvjo8OPiAcI4iNloAfi8YfSsnoC3m619cqsNeq1PrkPyNHIh VKA6D+Fulv0yuMLWy1hk+MzfCKbWkGpstNdBYgRDWk0PY5jr6CZqlrRIDg7FFIhp2p plrNr4k9/hQ0g== From: Michael Ellerman To: Linus Torvalds Subject: Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.2-6 tag In-Reply-To: References: <87h6vjzzjh.fsf@mpe.ellerman.id.au> Date: Mon, 20 Feb 2023 08:25:20 +1100 Message-ID: <87edqlz6tb.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain 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, linux-kernel@vger.kernel.org, bgray@linux.ibm.com Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Linus Torvalds writes: > On Fri, Feb 17, 2023 at 2:40 PM Michael Ellerman wrote: >> >> Thanks to: Benjamin Gray, "Erhard F.". > > That just looks _odd_. Yeah true. My scripts just take it verbatim from the From: line of the email. > It's not like the full name wasn't already elsewhere in the kernel > logs as a reporter (and at least once as patch author), so I just > fixed it up ;) Thanks. cheers