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 2E7BCC43334 for ; Tue, 28 Jun 2022 07:18: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:MIME-Version:Date: Message-ID:From:References:To:Subject:CC:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=LdamW47q7UPP2cEs4i/FPpx/mZQ3IODPv1J+nl2jQeQ=; b=gPckgtAv9w2wsrovmsv5OMkS3c ee2m60u0RNW4D2qjYZFpMAJ+KIywCPyujFDjY1EQncnAnoaBkBBverUmSkxKZjhdoW3rK0qI+W7U/ v1bXhFoeMki03BNlLXyZn5eARNz5eV7FOz0IJZ2i/Jqx0Qn+IiErHWOAFPofQsJKLPBJwaFL+d3d6 il13dFWXezhUyblb7+ASqJNW5xVMXp7pZBEDBDrKV90KNi/9R6wPgg96pKHt8kuj2KetMcSbrC9Es kgMs+JToBu7R4JjCpXJivWW2UOqfgCVLNp0AFlnS3A9pU1abmLwsQnCSwhucNQTa5zpd7zakqQsWj Hr3u4F6w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o65TR-004vNB-4a; Tue, 28 Jun 2022 07:17:25 +0000 Received: from szxga08-in.huawei.com ([45.249.212.255]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o65TN-004vL9-5w for linux-arm-kernel@lists.infradead.org; Tue, 28 Jun 2022 07:17:23 +0000 Received: from canpemm500009.china.huawei.com (unknown [172.30.72.53]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4LXG7n0lRdz1L8mG; Tue, 28 Jun 2022 15:15:01 +0800 (CST) Received: from [10.67.102.169] (10.67.102.169) by canpemm500009.china.huawei.com (7.192.105.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Tue, 28 Jun 2022 15:17:15 +0800 CC: , Greg KH , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v9 0/8] Add support for HiSilicon PCIe Tune and Trace device To: , , , Peter Zijlstra References: <20220606115555.41103-1-yangyicong@hisilicon.com> From: Yicong Yang Message-ID: <6c923b13-a588-9511-3f94-3241c8aacac5@huawei.com> Date: Tue, 28 Jun 2022 15:17:15 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.1 MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [10.67.102.169] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To canpemm500009.china.huawei.com (7.192.105.203) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220628_001721_445115_A1A6A7B7 X-CRM114-Status: GOOD ( 12.73 ) 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 2022/6/27 22:01, Peter Zijlstra wrote: > On Mon, Jun 27, 2022 at 09:25:42PM +0800, Yicong Yang wrote: >> On 2022/6/27 21:12, Greg KH wrote: >>> 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 :( >>> >> >> I checked the log of drivers/hwtracing and seems patches of coresight/intel_th/stm >> applied by different maintainers and I see you applied some patches of intel_th/stm. >> Should any of these three maintainers or you can help applied this? > > I was hoping Mark would have a look, since he knows this ARM stuff > better than me. But ISTR he's somewhat busy atm too. But an ACK from the > CoreSight people would also be appreciated. > Thanks for the instruction. Hi Mark, Mathieu and Suzuki, May I have an ack from you to have the driver part of this device merged? Thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel