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 CEE3FC4167B for ; Mon, 4 Dec 2023 20:17:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234965AbjLDURB (ORCPT ); Mon, 4 Dec 2023 15:17:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233626AbjLDUQ7 (ORCPT ); Mon, 4 Dec 2023 15:16:59 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9E01D2 for ; Mon, 4 Dec 2023 12:17:05 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54494C433C8; Mon, 4 Dec 2023 20:17:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701721025; bh=0UrX2iBVuIergkZq8gZnOx8mwnXEDjVYpx4+esY98GU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f4O3MZ4z0dRtwiB0/ZvjjwMFvPnFXrN6dAEeKSDBJ3T0hTbOmn184Vs9B3YZNRCV1 5RiEt6BWASfQvlyx0qJsX7J1SlR1EYqdpx7bKoVBB+pYzN491YUiBSSTs3shyCfDp4 qfE2JzPjGUW4lzU/3gpLPhK8jLk8E+uIz0yqALstD6OwCgyAN5vpLSP0MXlP1trO4q vVklbt2/xkhTpJZiAGsMdPlmP96CgtRrJgW2nVPm79LxuxU0/734pnIWcPciyDR9Tj h0SCgDjyEaAC11WRizXjiQjQcq0XfVDAlOxhi0dkSgEFJPAj7fvG7ZfYye8lU5ghzq QRJTZz9Yi3I3w== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id A0C9F40094; Mon, 4 Dec 2023 17:17:02 -0300 (-03) Date: Mon, 4 Dec 2023 17:17:02 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: "Liang, Kan" , mingo@redhat.com, peterz@infradead.org, mark.rutland@arm.com, namhyung@kernel.org, jolsa@kernel.org, adrian.hunter@intel.com, ravi.bangoria@amd.com, linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Ammy Yi Subject: Re: [PATCH] perf mem: Fix perf mem error on hybrid Message-ID: References: <20231128203940.3964287-1-kan.liang@linux.intel.com> <083bfe11-6f6e-487f-ac28-aec22e6b6b06@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, Dec 01, 2023 at 06:08:13PM -0800, Ian Rogers escreveu: > On Fri, Dec 1, 2023 at 1:43 PM Liang, Kan wrote: > > On 2023-11-30 3:36 p.m., Ian Rogers wrote: > > > On Wed, Nov 29, 2023 at 1:15 PM Liang, Kan wrote: > > > Anyway, if you don't feel like the refactor we can move forward with > > > this or a v2, let me know. > > I think the refactor is doable. I will work on it next week. > > But I think it should be on top of this fix. > > If you are OK with the fix, I think it's better to have it merged first. > > So everything would work properly. The validation work will not be blocked. > > Then I can send a patch set to cleanup the perf mem events separately. > Thanks Kan. > Acked-by: Ian Rogers Thanks, applied to perf-tools-next. - Arnaldo