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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B669C001DF for ; Mon, 7 Aug 2023 12:04:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233215AbjHGMEM (ORCPT ); Mon, 7 Aug 2023 08:04:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231536AbjHGMEK (ORCPT ); Mon, 7 Aug 2023 08:04:10 -0400 Received: from out30-113.freemail.mail.aliyun.com (out30-113.freemail.mail.aliyun.com [115.124.30.113]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CB6718E; Mon, 7 Aug 2023 05:03:43 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R341e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046051;MF=renyu.zj@linux.alibaba.com;NM=1;PH=DS;RN=20;SR=0;TI=SMTPD_---0VpGaULx_1691409755; Received: from 30.221.158.57(mailfrom:renyu.zj@linux.alibaba.com fp:SMTPD_---0VpGaULx_1691409755) by smtp.aliyun-inc.com; Mon, 07 Aug 2023 20:02:36 +0800 Message-ID: <110412ae-108a-27ed-b0f7-8f30eab122a2@linux.alibaba.com> Date: Mon, 7 Aug 2023 20:02:34 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [PATCH v6 4/7] perf test: Fix matching_pmu To: John Garry , Ian Rogers Cc: Will Deacon , James Clark , Arnaldo Carvalho de Melo , Mark Rutland , Mike Leach , Leo Yan , Namhyung Kim , Peter Zijlstra , Ingo Molnar , Alexander Shishkin , Jiri Olsa , Adrian Hunter , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-perf-users@vger.kernel.org, linux-doc@vger.kernel.org, Zhuo Song , Shuai Xue References: <1691394685-61240-1-git-send-email-renyu.zj@linux.alibaba.com> <1691394685-61240-5-git-send-email-renyu.zj@linux.alibaba.com> From: Jing Zhang In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2023/8/7 下午5:21, John Garry 写道: > On 07/08/2023 08:51, Jing Zhang wrote: >> The perf_pmu_test_event.matching_pmu didn't work. No matter what its >> value is, it does not affect the test results. So let matching_pmu be >> used for matching perf_pmu_test_pmu.pmu.name. >> >> Fixes: 5a65c0c8f6fd ("perf test: Re-add pmu-event uncore PMU alias test") > > Is this tag correct, as I was not sure if this ever worked? > I added the tag with reference to the previous fixed patch, and it seems correct. > BTW, I am not sure how useful fixes tags are for self-test anyway... > I'm not sure if it's useful either, but I added it anyway.:) >> Signed-off-by: Jing Zhang > > Reviewed-by: John Garry Thank you sincerely!