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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 71DF9C64E8A for ; Tue, 1 Dec 2020 17:47:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A4AC2168B for ; Tue, 1 Dec 2020 17:47:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729998AbgLARrZ (ORCPT ); Tue, 1 Dec 2020 12:47:25 -0500 Received: from mga17.intel.com ([192.55.52.151]:58592 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726104AbgLARrZ (ORCPT ); Tue, 1 Dec 2020 12:47:25 -0500 IronPort-SDR: rTZCZTJ46TYEVNFB/lIXOhhwBh9nVG2IBuB2Ba6ehYKkOVe18qSFZ98imDWV3ji/B1d0d+Feel lO+s/Tv+bHhA== X-IronPort-AV: E=McAfee;i="6000,8403,9822"; a="152703199" X-IronPort-AV: E=Sophos;i="5.78,384,1599548400"; d="scan'208";a="152703199" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2020 09:45:43 -0800 IronPort-SDR: b9TtSB08Yw62onAxXyzR23D+l+0x/+faIwT6hDz4m1aaiPz89UNwA4vzt10qHCY25ZirdWXykL Dg6/NgvQdVOQ== X-IronPort-AV: E=Sophos;i="5.78,384,1599548400"; d="scan'208";a="481191895" Received: from smtp.ostc.intel.com ([10.54.29.231]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2020 09:45:43 -0800 Received: from localhost (mtg-dev.jf.intel.com [10.54.74.10]) by smtp.ostc.intel.com (Postfix) with ESMTP id 1A9EA6363; Tue, 1 Dec 2020 09:45:43 -0800 (PST) Date: Tue, 1 Dec 2020 09:45:43 -0800 From: mark gross To: Greg Kroah-Hartman Cc: mgross@linux.intel.com, 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: <20201201174542.GB56560@mtg-dev.jf.intel.com> Reply-To: mgross@linux.intel.com References: <20201130230707.46351-1-mgross@linux.intel.com> <20201130230707.46351-8-mgross@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? > > Something is really wrong on your end with your email client > configuration, please fix that up and send this so that we can actually > see it all, and know what the heck we are supposed to be reviewing... Yes, I think I have it fixed, or worked around now. sorry, --mark