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.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,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 3C9C9C64E7B for ; Tue, 1 Dec 2020 17:53:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BFE3B21741 for ; Tue, 1 Dec 2020 17:53:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="AeNAnrj8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731135AbgLARx6 (ORCPT ); Tue, 1 Dec 2020 12:53:58 -0500 Received: from mail.kernel.org ([198.145.29.99]:55206 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726104AbgLARx5 (ORCPT ); Tue, 1 Dec 2020 12:53:57 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1EBDF21D42; Tue, 1 Dec 2020 17:53:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1606845196; bh=GN5P47PpQGHK/+AIXSlKGZHgLNY/ldlwTq9CilCOShw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AeNAnrj8JjEWnCMFBVsigg2yDGkHzt6T09CipVHPbCKbKiTSXmeD4dq9G4nqvGAP9 2HvbFF/nQADnQPVulOowL2UJpDHkaFoloEAuGXto1vvOzI/KZEz88A9ZFojfioMLIl MpfhksDWLHHbXugNfIsgVNGVGLlwzXBOQfsHtO7I= Date: Tue, 1 Dec 2020 18:54:28 +0100 From: Greg Kroah-Hartman To: mark gross Cc: linux-kernel@vger.kernel.org, markgross@kernel.org, adam.r.gretzinger@intel.com, Srikanth Thokala , Derek Kiernan , Dragan Cvetic , Arnd Bergmann Subject: Re: [PATCH 07/22] misc: xlink-pcie: lh: Add PCIe EPF driver for Local Host Message-ID: References: <20201130230707.46351-1-mgross@linux.intel.com> <20201130230707.46351-8-mgross@linux.intel.com> <20201201174542.GB56560@mtg-dev.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201201174542.GB56560@mtg-dev.jf.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 01, 2020 at 09:45:43AM -0800, mark gross wrote: > On Tue, Dec 01, 2020 at 11:13:05AM +0100, Greg Kroah-Hartman wrote: > > On Mon, Nov 30, 2020 at 03:06:52PM -0800, mgross@linux.intel.com wrote: > > > From: Srikanth Thokala > > > > > > Add PCIe EPF driver for local host (lh) to configure BAR's and other > > > HW resources. Underlying PCIe HW controller is a Synopsys DWC PCIe core. > > > > > > Cc: Derek Kiernan > > > Cc: Dragan Cvetic > > > Cc: Arnd Bergmann > > > Cc: Greg Kroah-Hartman > > > Reviewed-by: Mark Gross > > > Signed-off-by: Srikanth Thokala > > > > > > > > Again, you sent this twice? And it never got to lore.kernel.org nor the > > mailing lists? > In my excitement of sorting out my MTA misconfiguration work around I actually > hit entry without including the magic fix > "--envelope-sender=mgross@linux.intel.com" in my git send-email command line. > > > > And I can't see a 00/XX email anywhere explaining this, and I didn't get > > the whole series? > https://lore.kernel.org/lkml/20201130230707.46351-1-mgross@linux.intel.com/ > > Did I mess up on who all should get the 00/xx email? Yes, you need to include the people that you want to review the individual patches, otherwise we have no idea :( thanks, greg k-h