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 CCCD9CD98F8 for ; Wed, 11 Oct 2023 07:51:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229846AbjJKHvs (ORCPT ); Wed, 11 Oct 2023 03:51:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230090AbjJKHvr (ORCPT ); Wed, 11 Oct 2023 03:51:47 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81382AC; Wed, 11 Oct 2023 00:51:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=eEZSBqQ9YE3ctS4Sdh5+G5TGt1bwrC3NMuUntiLTjDc=; b=U+D6mGCOtudlQUAgOIxYO06sJz 6B0x59BEEsecpZUeqv+G1JWrosSgqaKl2oG5sB0TJR2FIRlRqDP16whkJ3GWvdURPqeYPgEX7jJwm 41cu24VbG6F8HwNtwD++tolSUacaRiAvL5u8wzX11VbdRY3cGihDvXKpVaI8HKRJsfVvsdRBWSuC4 g5bmHnYNUX92dHsd2m1IDbwdch0TVveVbzdMwRr4eJPmos94dt/+fXkddeNFZmB3j3Ex94BcVNi39 QKNqlhPo4MKDGy3FdGcdV3ODF35gkrMt4NLKlCfuYDB5cYGCajGyIjxihDyJ8edDVoYRwACI7/qvW ycaLzMfw==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qqU0F-0003xP-0c; Wed, 11 Oct 2023 07:51:36 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 4F3E530026F; Wed, 11 Oct 2023 09:51:36 +0200 (CEST) Date: Wed, 11 Oct 2023 09:51:36 +0200 From: Peter Zijlstra To: Namhyung Kim Cc: Ingo Molnar , Mark Rutland , Alexander Shishkin , Arnaldo Carvalho de Melo , LKML , Stephane Eranian , Kan Liang , Ravi Bangoria , stable@vger.kernel.org Subject: Re: [PATCH] perf/core: Introduce cpuctx->cgrp_ctx_list Message-ID: <20231011075136.GM14330@noisy.programming.kicks-ass.net> References: <20231004040844.797044-1-namhyung@kernel.org> <20231004160224.GB6307@noisy.programming.kicks-ass.net> <20231009210425.GC6307@noisy.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Oct 10, 2023 at 08:45:03PM -0700, Namhyung Kim wrote: > On Mon, Oct 9, 2023 at 9:57 PM Namhyung Kim wrote: > > > > Hi Peter, > > > > On Mon, Oct 9, 2023 at 2:04 PM Peter Zijlstra wrote: > > > > > > On Wed, Oct 04, 2023 at 09:32:24AM -0700, Namhyung Kim wrote: > > > > > > > Yeah, I know.. but I couldn't come up with a better solution. > > > > > > Not been near a compiler, and haven't fully thought it through, but > > > could something like the work work? > > > > Thanks for the patch, I think it'd work. Let me test it > > and get back to you. > > I worked well but contained a typo. See below. Ha, typing hard ;-) I did say it hadn't been near a compiler ... > Which way do you want to process this change? Do I send it again > with your S-o-b or will you apply it by yourself? Either is fine, just > let me know. In case of latter, you can add I'll go write me a Changelog and apply the thing, then we can forget about things.