From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:38782 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754743AbdDEIU0 (ORCPT ); Wed, 5 Apr 2017 04:20:26 -0400 Date: Wed, 5 Apr 2017 10:20:13 +0200 From: Greg KH To: Zhi Wang Cc: Zhenyu Wang , Zhiyuan Lv , =?utf-8?Q?Micha=C5=82?= Winiarski , Michel Thierry , Joonas Lahtinen , Chris Wilson , stable@vger.kernel.org Subject: Re: [PATCH 1/3] drm/i915: Move the release of PT page to the upper caller Message-ID: <20170405082013.GA23291@kroah.com> References: <1491374018-20317-1-git-send-email-zhi.a.wang@intel.com> <58E49059.9020205@intel.com> <58E4A443.7040001@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <58E4A443.7040001@intel.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Apr 05, 2017 at 04:01:07PM +0800, Zhi Wang wrote: > Thanks for the efforts! The commits in linux tree are: > > 3e52d71e drm/i915: A hotfix for making aliasing PPGTT work for GVT-g > 26d12c6 drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode. > a18dbba drm/i915: Move the release of PT page to the upper caller Thanks for these. Also be sure to read Documentation/stable_kernel_rules.txt for how to do this the next time without so many back-and-forth emails :) greg k-h