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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 3A8F1CD4F54 for ; Thu, 28 May 2026 15:24:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E4B0D10F34C; Thu, 28 May 2026 15:24:52 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="MdnxburT"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2002B10F392; Thu, 28 May 2026 15:24:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1779981891; x=1811517891; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=iEoDD9p9uw1ANVN2s1Yk4Mak2MDKLl2JMK4XsVy2rQQ=; b=MdnxburTK1+6uUG4Us2/76tCuz8KSYdIBGWFuTpkrkTk8ifHBW/KqYIG IVmTgEeIq+CQjxAk9n22eOztD8PetzrVzW7o5+t8Vvyg0hw5MlucnSqpN UakIJKbwV93VxPhMKvzhzXFdSduecgek/eTSCjBmcdahY/tQwhJOnZkXE llAgGyaAWzWt5P5qM+FD33GxJgAhKYLmcoljBwvLbRjX2Q2K1mpKrcjhW XByH+fhqEmAXugbN+WSH5A18mnZwsOcJBbLsfd1jPKW2iiYLZuDPgPCL1 EJHgPVbdh6zRTwG7xYKNqVqW3sdIQJuZ56xFXyvNWdpSOybOkGbb9OsM1 Q==; X-CSE-ConnectionGUID: ZE4GG7qASw+pHA25gL1Gxg== X-CSE-MsgGUID: PbYWcSgrR2atqvgxABMRLQ== X-IronPort-AV: E=McAfee;i="6800,10657,11800"; a="80550258" X-IronPort-AV: E=Sophos;i="6.24,173,1774335600"; d="scan'208";a="80550258" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2026 08:24:51 -0700 X-CSE-ConnectionGUID: yIiwNmIKS2GF9Z22aFbcaQ== X-CSE-MsgGUID: GTn2F/hvQdC5OMbi/sQRyA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.24,173,1774335600"; d="scan'208";a="239564712" Received: from tharipra-mobl.gar.corp.intel.com (HELO adixit-MOBL3.intel.com) ([10.125.35.95]) by fmviesa007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2026 08:24:49 -0700 Date: Thu, 28 May 2026 08:24:48 -0700 Message-ID: <87bjdzmu9r.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: John Hubbard Cc: Peter Zijlstra , Rodrigo Vivi , Matthew Brost , Thomas =?ISO-8859-1?Q?Hellstr=F6m?= , David Airlie , "Simona Vetter" , Ingo Molnar , "Arnaldo Carvalho de Melo" , Namhyung Kim , Mark Rutland , Alexander Shishkin , Jiri Olsa , "Ian Rogers" , Adrian Hunter , "James Clark" ,, ,, LKML Subject: Re: [PATCH v2 0/2] complete perf_allow_* trio and use in drm/xe In-Reply-To: <542aef46-583b-412e-bd1b-50cd77c76289@nvidia.com> References: <20260523013326.129491-1-jhubbard@nvidia.com> <20260523084056.GE3102624@noisy.programming.kicks-ass.net> <8871a158-7a68-4247-a09f-bb3d970d6dc2@nvidia.com> <87ecixv82m.wl-ashutosh.dixit@intel.com> <20260527163014.GI3102624@noisy.programming.kicks-ass.net> <87a4tkv4oo.wl-ashutosh.dixit@intel.com> <542aef46-583b-412e-bd1b-50cd77c76289@nvidia.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Wed, 27 May 2026 17:24:36 -0700, John Hubbard wrote: > > On 5/27/26 4:00 PM, Dixit, Ashutosh wrote: > > On Wed, 27 May 2026 09:30:14 -0700, Peter Zijlstra wrote: > ... > >>>>>> Sure, works for me. How do you want to route these things, Xe tree or > >>>>>> -tip? > >>>>> > >>>>> Hi Peter, > >>>>> > >>>>> Maybe -tip, but really, either way is perfectly OK with me. > >>>> > >>>> I've R-b'd both the patches. If you want to merge via Xe tree, let me know > >>>> and we can get them merged. > >>> > >>> To get them through drm-xe trees we need ack from performance events subsystem > >>> maintainers. > >>> > >>> Peter, Ilgo, anyone, ack here? > >> > >> Acked-by: Peter Zijlstra (Intel) > > > > I have submitted the patches for the Xe tree CI. Once that completes, we > > will merge them: > > > > https://patchwork.freedesktop.org/series/167137/#rev2 > > > Thanks Ashutosh, Rodrigo, and Peter for the reviews and for sending this > on up! Merged the the Xe tree: https://gitlab.freedesktop.org/drm/xe/kernel/-/commits/drm-xe-next Thanks John for the patches! Thanks. -- Ashutosh