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 A0787C00140 for ; Mon, 8 Aug 2022 23:10:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 15AC6A6B05; Mon, 8 Aug 2022 23:10:13 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id EE344A6678; Mon, 8 Aug 2022 23:09:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660000198; x=1691536198; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=B4DoIHu/xE0J/XUD3RUk+6lgq5c+Oc/6QTYy8pBOzeA=; b=b5I+NoVJXUAM8iQ+yxpRmpvWt6FaBX74vZQbK1F21WWeo/UJpIzaZD3H ZdDmPiZIOXFJ0eE6iZOuw2VQiyU9e9qljfk+egeYkyYMetBUjdaxDczM9 EEiiJ9NozYqlkXYJIotS9ePO0SdGlrR2rjL4CmrhhRkPcXfTW0tsn4/1A tYZ52IY9dynH0F6qVT8DgbUA7GZNbRjan77fORB28bBbSI9YEU23U+KpY 4t/w6apE3sRQGgB9fHLiwK16bpSQOHYNHAnf6uqmjhZt5bdPC39X9OR+g ETWbJF3lSr3MdCumAcS6siL3/uaM8NR1iUMXggTx96nF/phi7oXs4MrvS A==; X-IronPort-AV: E=McAfee;i="6400,9594,10433"; a="377002972" X-IronPort-AV: E=Sophos;i="5.93,222,1654585200"; d="scan'208";a="377002972" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2022 16:09:57 -0700 X-IronPort-AV: E=Sophos;i="5.93,222,1654585200"; d="scan'208";a="664176757" Received: from mkabdel-mobl.ger.corp.intel.com (HELO intel.com) ([10.249.40.190]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2022 16:09:53 -0700 Date: Tue, 9 Aug 2022 01:09:51 +0200 From: Andi Shyti To: Rodrigo Vivi Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Intel-gfx] [PATCH v3 1/3] drm/i915: pass a pointer for tlb seqno at vma_invalidate_tlb() X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas =?iso-8859-15?Q?Hellstr=F6m?= , Michael Cheng , Daniel Vetter , David Airlie , intel-gfx@lists.freedesktop.org, Lucas De Marchi , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Chris Wilson , Mauro Carvalho Chehab , Matthew Auld Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Rodrigo, On Mon, Aug 08, 2022 at 03:04:13PM -0400, Rodrigo Vivi wrote: > On Mon, Aug 08, 2022 at 06:37:58PM +0200, Andi Shyti wrote: > > Hi Mauro, > > > > On Thu, Aug 04, 2022 at 09:37:22AM +0200, Mauro Carvalho Chehab wrote: > > > WRITE_ONCE() should happen at the original var, not on a local > > > copy of it. > > > > > > Fixes: 5d36acb7198b ("drm/i915/gt: Batch TLB invalidations") > > > Signed-off-by: Mauro Carvalho Chehab > > > > Reviewed-by: Andi Shyti > > Thanks and pushed... Thanks! > > > > Are you going to send it to the stable mailing list? > > I added cc stable while pushing and the cherry-pick to drm-intel-next-fixes > has the right sha, so I'd assume this would be automagically now. > But yeap, it would be good if Mauro can follow up whenever this gets > to Linus tree and Greg's script start to pop up the heads-up messages. That's what I meant... does Mauro now need to send the e-mail again for the stable? I thought there was some suspicion towards e-mails pushed without being first sent to both stable and upstream mailing lists because they can get lost or forgotten... maybe I'm wrong. Andi > Thanks, > Rodrigo. > > > > > Andi