Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753331AbcLGXbJ (ORCPT ); Wed, 7 Dec 2016 18:31:09 -0500 Received: from mail.kernel.org ([198.145.29.136]:56524 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752343AbcLGXbI (ORCPT ); Wed, 7 Dec 2016 18:31:08 -0500 Date: Wed, 7 Dec 2016 17:31:04 -0600 From: Bjorn Helgaas To: Ashok Raj Cc: linux-pci@vger.kernel.org, Bjorn Helgaas , Keith Busch , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] Fix improper handling of pcie hotplug events. Message-ID: <20161207233104.GK22129@bhelgaas-glaptop.roam.corp.google.com> References: <1479544367-7195-1-git-send-email-ashok.raj@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479544367-7195-1-git-send-email-ashok.raj@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 798 Lines: 21 Hi Ashok, On Sat, Nov 19, 2016 at 12:32:44AM -0800, Ashok Raj wrote: > This patch series fixes pciehp for certain special conditions observed during > testing. > > Ashok Raj (3): > pciehp: Prioritize data-link event over presence detect > pciehp: Fix led status when enabling already enabled slot. > pciehp: Fix race condition handling surprise link-down > > drivers/pci/hotplug/pciehp_ctrl.c | 6 +++--- > drivers/pci/hotplug/pciehp_hpc.c | 21 ++++++++++++--------- > 2 files changed, 15 insertions(+), 12 deletions(-) These are all marked for stable, which probably makes sense, but without bug reports that show the specific bad things that happen, I can't justify that. Per Documentation/stable_kernel_rules.txt, we should have examples of "real bugs that bother people." Bjorn