From patchwork Thu Sep 17 06:42:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhenyu Wang X-Patchwork-Id: 11781721 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0B0526CA for ; Thu, 17 Sep 2020 07:01:49 +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 BAF0621974 for ; Thu, 17 Sep 2020 07:01:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BAF0621974 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.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 62F296E16B; Thu, 17 Sep 2020 07:01:47 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7BED96E12F; Thu, 17 Sep 2020 07:01:45 +0000 (UTC) IronPort-SDR: CV1f4RH0eiDvQqvi/2NJQVkySgVGZ3pN58G4KwQsQYfiImtwdFW2gTd76qI9JqzMgQ2ehr9K60 UiOWZS2xRI7Q== X-IronPort-AV: E=McAfee;i="6000,8403,9746"; a="139149142" X-IronPort-AV: E=Sophos;i="5.76,435,1592895600"; d="asc'?scan'208";a="139149142" X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2020 00:01:44 -0700 IronPort-SDR: ukBI2iGpF0qLQV+XK9eI0NxmvQpK6H+RmSGEMAkMlZXNUIW4ONM0HveK7AsjFDWMa+RQJGOf3F PBcs9p36BZ1g== X-IronPort-AV: E=Sophos;i="5.76,435,1592895600"; d="asc'?scan'208";a="344180526" Received: from zhen-hp.sh.intel.com (HELO zhen-hp) ([10.239.160.147]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2020 00:01:42 -0700 Date: Thu, 17 Sep 2020 14:42:08 +0800 From: Zhenyu Wang To: Jani Nikula , Joonas Lahtinen , "Vivi, Rodrigo" Message-ID: <20200917064208.GF11592@zhen-hp.sh.intel.com> MIME-Version: 1.0 User-Agent: Mutt/1.10.0 (2018-05-17) Subject: [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: , Reply-To: Zhenyu Wang Cc: intel-gfx , intel-gvt-dev , "Lv, Zhiyuan" , "Yuan, Hang" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi, Here's one left GVT fix against 5.9 is for kernel oops with VFIO edid on BDW. Thanks --- The following changes since commit a291e4fba259a56a6a274c1989997acb6f0bb03a: drm/i915/gvt: Use GFP_ATOMIC instead of GFP_KERNEL in atomic context (2020-06-17 12:36:19 +0800) are available in the Git repository at: https://github.com/intel/gvt-linux tags/gvt-fixes-2020-09-17 for you to fetch changes up to 28284943ac94014767ecc2f7b3c5747c4a5617a0: drm/i915/gvt: Fix port number for BDW on EDID region setup (2020-09-14 16:44:39 +0800) ---------------------------------------------------------------- gvt-fixes-2020-09-17 - Fix kernel oops for VFIO edid on BDW (Zhenyu) ---------------------------------------------------------------- Zhenyu Wang (1): drm/i915/gvt: Fix port number for BDW on EDID region setup drivers/gpu/drm/i915/gvt/vgpu.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)