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, USER_AGENT_SANE_1 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 3056BC388F9 for ; Thu, 19 Nov 2020 22:38:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C1B1C20B80 for ; Thu, 19 Nov 2020 22:38:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726662AbgKSWhw (ORCPT ); Thu, 19 Nov 2020 17:37:52 -0500 Received: from mga04.intel.com ([192.55.52.120]:26974 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726342AbgKSWhv (ORCPT ); Thu, 19 Nov 2020 17:37:51 -0500 IronPort-SDR: 55q3q+wacyKVyF0WjdGf8dCQ6ka0t89Y+6dcDIIOQBu/ySOknbcsSzTKz5Fh9k3ABs8Z+KpC1J f+5MwVKSH3Dw== X-IronPort-AV: E=McAfee;i="6000,8403,9810"; a="168805132" X-IronPort-AV: E=Sophos;i="5.78,354,1599548400"; d="scan'208";a="168805132" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2020 14:37:51 -0800 IronPort-SDR: d4T97rmbY0L8esIcJlOGkqP/BzD8jnR6xVae0OqWaxD6m7KelDgtHPzLffNagR6K+OBlj40t8G EDBd7X2WOPxg== X-IronPort-AV: E=Sophos;i="5.78,354,1599548400"; d="scan'208";a="360197014" Received: from otc-nc-03.jf.intel.com (HELO otc-nc-03) ([10.54.39.36]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2020 14:37:51 -0800 Date: Thu, 19 Nov 2020 14:37:49 -0800 From: "Raj, Ashok" To: Bjorn Helgaas Cc: Lukas Wunner , linux-pci@vger.kernel.org, Bjorn Helgaas , Sathyanarayanan Kuppuswamy , linux-kernel@vger.kernel.org, Ashok Raj Subject: Re: [PATCH 1/1] pci: pciehp: Handle MRL interrupts to enable slot for hotplug. Message-ID: <20201119223749.GA103783@otc-nc-03> References: <20201119220807.GB102444@otc-nc-03> <20201119222741.GA206150@bjorn-Precision-5520> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201119222741.GA206150@bjorn-Precision-5520> User-Agent: Mutt/1.5.24 (2015-08-30) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 19, 2020 at 04:27:41PM -0600, Bjorn Helgaas wrote: > Hi Ashok, > > When you update this patch, can you run "git log --oneline > drivers/pci/hotplug/pciehp*" and make yours match? It is a severe > character defect of mine, but seeing subject lines that are obviously :-) > different than the convention is a disincentive to look at the patch. > Thanks for the reminder. forgot the cap the PCI, and some inadvertant '.' at the end of the line... Will fix when i resend.