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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36E8FC4BA24 for ; Wed, 26 Feb 2020 22:00:07 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0A9AB24679 for ; Wed, 26 Feb 2020 22:00:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A9AB24679 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D60C06EBDB; Wed, 26 Feb 2020 22:00:05 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7A7406E4E3; Wed, 26 Feb 2020 22:00:03 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2020 14:00:02 -0800 X-IronPort-AV: E=Sophos;i="5.70,489,1574150400"; d="scan'208";a="231560983" Received: from talten-mobl.ger.corp.intel.com (HELO localhost) ([10.252.51.151]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2020 13:59:59 -0800 From: Jani Nikula To: Zhenyu Wang , Joonas Lahtinen , "Vivi\, Rodrigo" In-Reply-To: <20200226103016.GC10413@zhen-hp.sh.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20200226103016.GC10413@zhen-hp.sh.intel.com> Date: Thu, 27 Feb 2020 00:00:18 +0200 Message-ID: <87d0a1roul.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PULL] gvt-fixes 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: intel-gfx , intel-gvt-dev , "Lv, Zhiyuan" , "Yuan, Hang" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 26 Feb 2020, Zhenyu Wang wrote: > Hi, > > Here's gvt-fixes for 5.6-rc with two fixes. One to resolve virtual > display reset and another one for use-after-free in dmabuf destroy > function. Pulled, thanks. BR, Jani. > > Thanks > -- > The following changes since commit 0e9d7bb293f3f9c3ee376b126141407efb265f31: > > drm/i915/gvt: more locking for ppgtt mm LRU list (2020-02-10 10:04:34 +0800) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux tags/gvt-fixes-2020-02-26 > > for you to fetch changes up to b549c252b1292aea959cd9b83537fcb9384a6112: > > drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime (2020-02-25 16:14:20 +0800) > > ---------------------------------------------------------------- > gvt-fixes-2020-02-26 > > - Fix virtual display reset (Tina) > - Fix one use-after-free for dmabuf (Tina) > > ---------------------------------------------------------------- > Tina Zhang (2): > drm/i915/gvt: Separate display reset from ALL_ENGINES reset > drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime > > drivers/gpu/drm/i915/gvt/dmabuf.c | 2 +- > drivers/gpu/drm/i915/gvt/vgpu.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx