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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no 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 608C8C43464 for ; Fri, 18 Sep 2020 08:46:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1106F208B8 for ; Fri, 18 Sep 2020 08:46:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726544AbgIRIqc (ORCPT ); Fri, 18 Sep 2020 04:46:32 -0400 Received: from lhrrgout.huawei.com ([185.176.76.210]:2887 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725900AbgIRIqb (ORCPT ); Fri, 18 Sep 2020 04:46:31 -0400 Received: from lhreml710-chm.china.huawei.com (unknown [172.18.7.106]) by Forcepoint Email with ESMTP id 1422599A47038976F689; Fri, 18 Sep 2020 09:46:30 +0100 (IST) Received: from localhost (10.52.125.116) by lhreml710-chm.china.huawei.com (10.201.108.61) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1913.5; Fri, 18 Sep 2020 09:46:29 +0100 Date: Fri, 18 Sep 2020 09:44:51 +0100 From: Jonathan Cameron To: Sean V Kelley CC: Bjorn Helgaas , , , , , , , , Subject: Re: [PATCH V4 00/10] Add RCEC handling to PCI/AER Message-ID: <20200918094451.000033cc@Huawei.com> In-Reply-To: <39F1C577-2486-43DC-BB65-1F6EDE02B217@intel.com> References: <20200917173600.GA1706067@bjorn-Precision-5520> <39F1C577-2486-43DC-BB65-1F6EDE02B217@intel.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.52.125.116] X-ClientProxiedBy: lhreml741-chm.china.huawei.com (10.201.108.191) To lhreml710-chm.china.huawei.com (10.201.108.61) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Sep 2020 10:55:16 -0700 Sean V Kelley wrote: > On 17 Sep 2020, at 10:36, Bjorn Helgaas wrote: > > > On Thu, Sep 17, 2020 at 09:25:38AM -0700, Sean V Kelley wrote: > >> Changes since v3 [1]: > > > > This series claims "V4 00/10", i.e., there should be this cover letter > > plus 10 patches, but I only got 3 patches. I don't know if some got > > lost, or if only those 3 patches were updated, or what? If it's the > > latter, it's too hard for me to collect the right versions of > > everything into a single series. > > > > Either way, can you resend the entire series as a V5? > > > > Bjorn > > That's weird. I can see all 10 got sent. There's something awry with > the mailer as I got the copies. You are right. Lore only shows 3. I > will see if something happened with the smtp access. Will resend as V5. I got all 10. May be coincidence but I saw this with a couple of series I was trying to pick up with b4 (so from lore.kernel.org). I assumed it was a problem at the sender, but that wasn't intel.. Perhaps something more general going on at vger? Thanks, Jonathan > > Thanks, > > Sean