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 697CCC7EE22 for ; Tue, 9 May 2023 19:45:07 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4QG7ss1L7xz3fPr for ; Wed, 10 May 2023 05:45:05 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=UubM7SP5; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4641:c500::1; helo=dfw.source.kernel.org; envelope-from=helgaas@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=UubM7SP5; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4QG7rs1fM1z3fLn for ; Wed, 10 May 2023 05:44:13 +1000 (AEST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 97FF0615BB; Tue, 9 May 2023 19:44:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F56AC433EF; Tue, 9 May 2023 19:44:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683661448; bh=pItE0WInMSDSitpSLtD1IAdtthiJmuw3raHHqTpBuXg=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=UubM7SP5K0CE7+QtObAtFpZP8w1q41xAejPDg3yxVE52X+RSHb+xZ359xeMPGVRHu BNJQFpqOMvZL8t62NgBLvIWI1LnzsBq7HNx15O94PjsBZM5NJaqPJQP2O76El7Fw9s BMq45FZJJ+WbVzImQVyt+xtZEykDlkBY8jbcwa8w2FB3Z2dQwNQWX3pEu8FWFeZTTp 1U5PBJzuNvLK3wSiq9y4djH/EcGd7k3np1pz0b2bUIcmqAaRRRYLYFJRzE37DLHFrD kBPuEtcQjFCIQJBATG990NHm2FJ7l6K8iUkyPpc0Y2JztOnKOSoBvC79DCC9zjjSmZ re3ccb6bwn0IQ== Date: Tue, 9 May 2023 14:44:06 -0500 From: Bjorn Helgaas To: Frank Li Subject: Re: [EXT] Re: [PATCH v2 1/1] PCI: layerscape: Add the endpoint linkup notifier support Message-ID: <20230509194406.GA1265845@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , "imx@lists.linux.dev" , "open list:PCI DRIVER FOR FREESCALE LAYERSCAPE" , Lorenzo Pieralisi , open list , "M.H. Lian" , "moderated list:PCI DRIVER FOR FREESCALE LAYERSCAPE" , Manivannan Sadhasivam , Bjorn Helgaas , Roy Zang , "open list:PCI DRIVER FOR FREESCALE LAYERSCAPE" , Rob Herring , Mingkai Hu Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, May 08, 2023 at 09:45:59PM +0000, Frank Li wrote: > > > > Subject: [EXT] Re: [PATCH v2 1/1] PCI: layerscape: Add the endpoint > > linkup > > > > notifier support > > > > All these quoted headers are redundant clutter since we've already > > seen them when Manivannan sent his comments. It would be nice if your > > mailer could be configured to omit them. > > Our email client quite stupid. Yeah, sometimes those are really hard to work around. Bjorn