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.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 EE54EC10F29 for ; Tue, 17 Mar 2020 16:03:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C0EDD20724 for ; Tue, 17 Mar 2020 16:03:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="sFgcbP6P" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726521AbgCQQDt (ORCPT ); Tue, 17 Mar 2020 12:03:49 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:36388 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726019AbgCQQDt (ORCPT ); Tue, 17 Mar 2020 12:03:49 -0400 Received: by mail-io1-f68.google.com with SMTP id d15so21602564iog.3; Tue, 17 Mar 2020 09:03:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to:cc; bh=tfPTr9c+gmB2qTQXjvO8mo7dSeG1TgIoTlBZZFCDn7A=; b=sFgcbP6PYCeuXhHguj4wST4XkgksmzOKH68kMPZb29cQrqJ8NlwS3mBc0LSCQWO7kg cx/GnKV0gpFGuaNWIGAijeCiAee0Z2ezPDnuI5R0QoXCAzAW3y+jJkZlA9PJyt2A6BZO Z6hODg53D9XBSlUDWM6rVHw3d4/M6AVMWWuZOzeXMkvLVowV+TDPeMjuTPc1O5TvhBlC d2qhzVL93JcosAKoeHZYxwZnDCy8ELFK3YTKvbrzjnpiQeGNN7q5Q+3FsuOrlLrYCTxp BrExwUtsqBDY9eLL7JJG+VfJjsD4vNU8GkivB9utlQfCSVCckYqsqO3yy0+t7KoUhGDu 2LsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=tfPTr9c+gmB2qTQXjvO8mo7dSeG1TgIoTlBZZFCDn7A=; b=cgPe1zlGfcPp18K/wFzpV8q3MunJZF6NfwiYuaCThBFgKouJYQnWXPiUKjmqcS4XWk SiUYqyMmgzec9mwwASPWcHT2l1gjMJlgL0bdO2b1RXY3/ts9da66DDAaOOmH80p6Q/JX kfXokA497mQgrntkk1WgVFx7oG9hctuOb4OMkp8LOuxgwJFxwLpcXaKN3k3rBX5xXw9X tLxjEZBGcgSa4sUGw83wTNaiEIqLUoQiTY+OrNbAgHIa+JnhZOcLyBZ9q5PGhc2JjRZ7 XO89jGmRzlet0FB6TYG/iPhZMIZsIi92JE5FRiSxsTF/Un+gF0JWMHdHf69OUlRT+SyR /g3Q== X-Gm-Message-State: ANhLgQ0qGMtvN8BbRhuXwlQjYZdP22beeF/BdTyllMfBWmRe84jnBYjK 2AajB3DGFgfjitgqZYYP/LVtyJc6omRtzdX/mAM= X-Google-Smtp-Source: ADFU+vuvqVM8SBN+mnHO5V/axjhjcAeMTsMpcyTZV9/6JFSY/eo2kIogHLHEd9X2o9Jb5+gix3jKpSQvQZynyTqZiSo= X-Received: by 2002:a5d:894d:: with SMTP id b13mr4755616iot.0.1584461028151; Tue, 17 Mar 2020 09:03:48 -0700 (PDT) MIME-Version: 1.0 References: <20200317144203.GE23471@infradead.org> <20200317150735.GA653@infradead.org> In-Reply-To: <20200317150735.GA653@infradead.org> Reply-To: bjorn@helgaas.com From: Bjorn Helgaas Date: Tue, 17 Mar 2020 11:03:36 -0500 Message-ID: Subject: Re: [PATCH v17 06/12] Documentation: PCI: Remove reset_link references To: Christoph Hellwig Cc: "Kuppuswamy, Sathyanarayanan" , Bjorn Helgaas , linux-pci@vger.kernel.org, LKML , "Raj, Ashok" Content-Type: text/plain; charset="UTF-8" Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, Mar 17, 2020 at 10:09 AM Christoph Hellwig wrote: > > On Tue, Mar 17, 2020 at 08:05:50AM -0700, Kuppuswamy, Sathyanarayanan wrote: > > > > From: Kuppuswamy Sathyanarayanan > > > > > > > > > > This should be folded into the patch removing the method. > > This is also folded in the mentioned patch. > > https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git/commit/?h=review/edr&id=7a18dc6506f108db3dc40f5cd779bc15270c4183 > > I can't find that series anywhere on the list. What did I miss? We've still been discussing other issues (access to AER registers, synchronization between EDR and hotplug, etc) in other parts of this thread. The git branch Sathy pointed to above is my local branch. I'll send it to the list before putting it into -next, but I wanted to make progress on some of these other issues first. Bjorn