Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1420268pxb; Fri, 22 Oct 2021 00:04:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxzOoRf+bOp1+/xn9rh96cnZQlCSk9x/IR5UYqNLW/nANfIRI/PGCVBTtf4n19r/UBH7NCn X-Received: by 2002:a17:906:2850:: with SMTP id s16mr8710367ejc.399.1634886239838; Fri, 22 Oct 2021 00:03:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634886239; cv=none; d=google.com; s=arc-20160816; b=SD5wAk46cv0G1GpeRczCiYe4pbvj41U9+fTRxYU9pDTvWXC5cyFmJkXCRWvku8Jd0S wimrSlv0DRhyPVuRWqYG/uHnRO6YhW6MDtbtLVwOgxNoarBnKZqx6RxlXcwz2abatfNP KkKiS1HzUVDIfB3T+MEEkCmQpLAGWV/R/MZtOubbqWVop7x83VgNcSOt6kn8ffwGJlmX Jr3olZD/6mwFqxqjnTU0j938/MHnfkOX1iTAaPFVJN7mze+xoh77CKQIXYHHqv3KikIb QNnA4yWKr9ksGer8z1CXpLghcPs4b92yIRFT+SgUtkDzDL/cn/T2GIet+/fmgi73YR4F sIDg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=XaMCg5JkYlFOEWKSBJ0aWK3NVVFmSLyt/2WZ6CCWNLk=; b=Ts3Q8mCca9qSuvLbrog9zywlT4SlehwQ3thErEXmVxEdBzTh44vfQDhYJC5O57/DpT LyCeQbg/lCitbTqCdZwhxdqWlBtPmzAfsvAi4FvrnfF+BaS/7bSx7DaMjDTsfmiR+21G zCid1cxs4zInjOsWrRFZ411zk8AVNbAGB3c7r5HLPneuk3B7C2hZsrQ9mPS5zYN8hHCi E8FTvuUKZdmiIPwcLVBgCKiQRBY/5n0tyuI4Re9o9qa/5M1FMsRVc9konE9meSPlyyiV pwb6t84x7VSFCA6NMCKfquU+v5zAfsTbgM3NhbA5MD2J4XSSQNnGrojDKOPMrp6pcAg2 Qq4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s22si9670561edq.81.2021.10.22.00.03.33; Fri, 22 Oct 2021 00:03:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231887AbhJVHEI (ORCPT + 99 others); Fri, 22 Oct 2021 03:04:08 -0400 Received: from bmailout2.hostsharing.net ([83.223.78.240]:51733 "EHLO bmailout2.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229609AbhJVHEG (ORCPT ); Fri, 22 Oct 2021 03:04:06 -0400 X-Greylist: delayed 527 seconds by postgrey-1.27 at vger.kernel.org; Fri, 22 Oct 2021 03:04:06 EDT Received: from h08.hostsharing.net (h08.hostsharing.net [83.223.95.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1" (verified OK)) by bmailout2.hostsharing.net (Postfix) with ESMTPS id A42C028005312; Fri, 22 Oct 2021 09:01:48 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 979BF16E5C7; Fri, 22 Oct 2021 09:01:48 +0200 (CEST) Date: Fri, 22 Oct 2021 09:01:48 +0200 From: Lukas Wunner To: Naveen Naidu Cc: bhelgaas@google.com, linux-kernel-mentees@lists.linuxfoundation.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, skhan@linuxfoundation.org, Kuppuswamy Sathyanarayanan , Amey Narkhede Subject: Re: [PATCH v3 18/25] PCI: pciehp: Use RESPONSE_IS_PCI_ERROR() to check read from hardware Message-ID: <20211022070148.GB17656@wunner.de> References: <20211021152253.pqc6xp3vnv5fpczj@theprophet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211021152253.pqc6xp3vnv5fpczj@theprophet> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 21, 2021 at 08:52:53PM +0530, Naveen Naidu wrote: > Lukas, I have not added your Acked-by tag from the v1 [1] of the patch > series, since the RESPONSE_IS_PCI_ERROR macro definition slightly > changed. I hope this was the right thing to do. [...] > If that is not the case please let me know. But I am not sure what to > do here? If RESPONSE_IS_PCI_ERROR does not fit here, should the right > option would be to revert/remove this patch from the series? My Acked-by still stands. As for the macro name, I'm fine with whatever Bjorn and the community settle on. :) Thanks, Lukas