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 3AF7DC43334 for ; Mon, 27 Jun 2022 13:14:16 +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:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=z2Wv9CFAwLZeUurXDCylrSFPGk9PXIJEJ7n/yIVaaEY=; b=ifcuKZtl8CYyBb T8eAPL+LIV+ghSDqZNTk+Nm+I2lB8XukFtBc3U2SNbMGeTj5XsO9sHea0roVeC3Vx64u8UwZNkxDI vEphMkkyZzUzNCHWf/i6U1BGc5ga9qbZBIZgou1a2P4rfm65FLqP78rTJI2WrvYdIjz+ZPpVCiCTn qMb8h/6Kmu2sofP0NOfpLDHQ+LoL4HFrnbMSkSZ3oVG6Boz9llwwfpzh1vRzEbMxFJmOzmLWZx8iy d4jf/uc9lTvLHv0lib7MM2+rSaQipXupUvsXv96SH1PiJ7ilx5GKAfT381ay/htU2gGsJFrWXYeHY 3wtrHxHpUn1gxA+QmXgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5oYH-0015uP-Vk; Mon, 27 Jun 2022 13:13:18 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o5oY1-0015pd-42 for linux-arm-kernel@lists.infradead.org; Mon, 27 Jun 2022 13:13:06 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 732C1612C6; Mon, 27 Jun 2022 13:13:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5371CC3411D; Mon, 27 Jun 2022 13:12:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656335579; bh=KxQd/s6GCe+NWcPsgCZLFK40rFPNf7a/wVIlViwbl/I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gUEh+UYZFfTXjVnNUnlNcOW6TiNlpvYR6c3SYIMVThWGemiWEGEzMvdDuSxWO2hlj 69sOlsqRfkx2RuVENH9MRUFO2zGzns88JJdOf2BTZVkhsXlYPPh812OROviwzDp2+H 3C8oLJU8WSEzjKAw4LjOosUp8Y1Rbj4AHKuCotU8= Date: Mon, 27 Jun 2022 15:12:57 +0200 From: Greg KH To: Yicong Yang Cc: helgaas@kernel.org, lorenzo.pieralisi@arm.com, mathieu.poirier@linaro.org, suzuki.poulose@arm.com, jonathan.cameron@huawei.com, robin.murphy@arm.com, leo.yan@linaro.org, mark.rutland@arm.com, will@kernel.org, joro@8bytes.org, shameerali.kolothum.thodi@huawei.com, peterz@infradead.org, mingo@redhat.com, linux-kernel@vger.kernel.org, john.garry@huawei.com, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, linux-perf-users@vger.kernel.org, iommu@lists.linux-foundation.org, prime.zeng@huawei.com, liuqi115@huawei.com, james.clark@arm.com, zhangshaokun@hisilicon.com, linuxarm@huawei.com, alexander.shishkin@linux.intel.com, Yicong Yang , acme@kernel.org Subject: Re: [PATCH v9 0/8] Add support for HiSilicon PCIe Tune and Trace device Message-ID: References: <20220606115555.41103-1-yangyicong@hisilicon.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220627_061301_245221_BDCA352C X-CRM114-Status: GOOD ( 10.76 ) 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 Mon, Jun 27, 2022 at 07:18:12PM +0800, Yicong Yang wrote: > Hi Greg, > > Since the kernel side of this device has been reviewed for 8 versions with > all comments addressed and no more comment since v9 posted in 5.19-rc1, > is it ok to merge it first (for Patch 1-3 and 7-8)? I am not the maintainer of this subsystem, so I do not understand why you are asking me :( thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel