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 AED0BC4332F for ; Wed, 30 Nov 2022 13:17:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BAE7B10E098; Wed, 30 Nov 2022 13:16:57 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id A10F489B99; Wed, 30 Nov 2022 13:16: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=1669814211; x=1701350211; h=message-id:date:mime-version:from:subject:to:cc; bh=1J8j29kd3cVprqqNaos1jO/IxAG2mZlw3pbTq9io6Og=; b=LZmiLqNCgh5w0M8FGPNOvtYyB7H1rMiK6eaPD7MZHb8+nn2eYibB5LrJ AUOMkjYtYXMeR7bvYUz8Mnzga8zlWY/k5nfHvr9onkTPfYuxa/Mt/J6xB xNOt4KAK3KaVmU6SV/xg62rRWwwmYicstX/SItkOoisdgAn5fr0GBr/nI G8rInH8nXedvTLdgioO3XiV0CtmLitVXtKSPLU6cQoR+kpm0PO/1UKkN+ yBOhYUNG8DJG+v1MKkeEAW1rI8jv0YFC3Rt/qAJYQlPlm3RSUDn9ugNRe /S0lABjE58O1I7KuobNe41s1XMwI133Vbadh65FLv0hFCj70WPnrUZJ0+ Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="295755332" X-IronPort-AV: E=Sophos;i="5.96,206,1665471600"; d="scan'208,217";a="295755332" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 05:16:50 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="637986386" X-IronPort-AV: E=Sophos;i="5.96,206,1665471600"; d="scan'208,217";a="637986386" Received: from msauter-mobl.ger.corp.intel.com (HELO [10.249.35.238]) ([10.249.35.238]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2022 05:16:45 -0800 Content-Type: multipart/alternative; boundary="------------bKayhUs6vIJF08KfYFAq0WQ8" Message-ID: Date: Wed, 30 Nov 2022 14:16:05 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 From: Maarten Lankhorst To: Dave Airlie , Daniel Vetter Content-Language: en-US Subject: [Intel-gfx] [PULL] drm-misc-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: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, Maxime Ripard , Thomas Zimmermann , Rodrigo Vivi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" This is a multi-part message in MIME format. --------------bKayhUs6vIJF08KfYFAq0WQ8 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hey Daniel and Dave, A single fix to vmwgfx mks-guest-stats ioctl. I lost my internet connection when pushing the tag, so I put together this mail manually. I hope you remember where drm-misc is hosted. :) Enjoy! Maarten Lankhorst drm-misc-fixes-2022-11-30: drm-misc-fixes for v6.1-rc8/final: - Single fix for mks-guest-stats ioctl userpages pinning. Dawei Li (1): drm/vmwgfx: Fix race issue calling pin_user_pages drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --------------bKayhUs6vIJF08KfYFAq0WQ8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
Hey Daniel and Dave,

A single fix to vmwgfx mks-guest-stats ioctl.
I lost my internet connection when pushing the tag, so I put together this mail
manually. I hope you remember where drm-misc is hosted. :)

Enjoy!
Maarten Lankhorst

drm-misc-fixes-2022-11-30:
drm-misc-fixes for v6.1-rc8/final:
- Single fix  for mks-guest-stats ioctl userpages pinning.

Dawei Li (1):
      drm/vmwgfx: Fix race issue calling pin_user_pages

 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--------------bKayhUs6vIJF08KfYFAq0WQ8--