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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 914CDCDB474 for ; Fri, 13 Oct 2023 01:08:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PGbpWjQTZhLGhLcTDpJg9LB3aisR2628KaSGae1p2qM=; b=Ub+Ir9NRth3+FE ZgkVQI1z2PH6RWYqU0iue2WfesPNOGf4YGirPlLaCiXFbkVycMEuVaU5+gBFQ7aiVcV3+dxBltPwE w1CeXe79R+zI8wWNjKdU9SXum7llLewxHMXMqf6w/QFLlogeo2WJzkY6OhPhO9FAE4Olf+zkZ3yFo WnwW26uOYt1XxPTgn2++jAWljVe31wLhCi7Qe9oRSojHRsMf58TeuM6mCy7Nxr0IF41DsWnGOw5Iv oOSWJVjEIVeZXUD1qa4cMZAZmzYf638bhi2eYk2T10jwel6nD2PE5O3hwsNZv6bLABw7wLOFvr9kP Oh76rGurD1PPHBegg5Bg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qr6em-002Dwu-2s; Fri, 13 Oct 2023 01:08:00 +0000 Received: from out30-130.freemail.mail.aliyun.com ([115.124.30.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qr6ei-002Dw7-3A for linux-arm-kernel@lists.infradead.org; Fri, 13 Oct 2023 01:07:59 +0000 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046059;MF=xueshuai@linux.alibaba.com;NM=1;PH=DS;RN=15;SR=0;TI=SMTPD_---0Vu08k72_1697159270; Received: from 30.240.114.194(mailfrom:xueshuai@linux.alibaba.com fp:SMTPD_---0Vu08k72_1697159270) by smtp.aliyun-inc.com; Fri, 13 Oct 2023 09:07:52 +0800 Message-ID: Date: Fri, 13 Oct 2023 09:07:48 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH v7 2/4] PCI: Add Alibaba Vendor ID to linux/pci_ids.h Content-Language: en-US To: Bjorn Helgaas Cc: chengyou@linux.alibaba.com, kaishen@linux.alibaba.com, yangyicong@huawei.com, will@kernel.org, Jonathan.Cameron@huawei.com, baolin.wang@linux.alibaba.com, robin.murphy@arm.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, rdunlap@infradead.org, mark.rutland@arm.com, zhuo.song@linux.alibaba.com, renyu.zj@linux.alibaba.com References: <20231012152705.GA1070955@bhelgaas> From: Shuai Xue In-Reply-To: <20231012152705.GA1070955@bhelgaas> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231012_180757_204036_4045F8BF X-CRM114-Status: GOOD ( 11.36 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2023/10/12 23:27, Bjorn Helgaas wrote: > On Thu, Oct 12, 2023 at 09:59:40AM -0500, Bjorn Helgaas wrote: >> On Thu, Oct 12, 2023 at 11:28:54AM +0800, Shuai Xue wrote: >>> The Alibaba Vendor ID (0x1ded) is now used by Alibaba elasticRDMA ("erdma") >>> and will be shared with the upcoming PCIe PMU ("dwc_pcie_pmu"). Move the >>> Vendor ID to linux/pci_ids.h so that it can shared by several drivers >>> later. >>> >>> Signed-off-by: Shuai Xue >> >> Acked-by: Bjorn Helgaas # pci_ids.h > > Hehe, just noticed that I acked this previously: > https://lore.kernel.org/r/20230606153143.GA1124867@bhelgaas > > You can pick up acks like that and include them when you post future > versions so people don't have to ack them again. (Drop the acks if > you make significant changes to the patch, of course.) > Sorry, I forgot to pick up your acked-by tag. Will add it next version. Thank you. Cheers, Shuai _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel