From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933778AbcIOGAI (ORCPT ); Thu, 15 Sep 2016 02:00:08 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:47611 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933682AbcIOGAF (ORCPT ); Thu, 15 Sep 2016 02:00:05 -0400 X-Sasl-enc: INY6UN9QtEuBX1NBVAaUf0a6thPPJfLjAXwhrta3x2BF 1473919198 Date: Thu, 15 Sep 2016 07:58:41 +0200 From: Greg KH To: bobcao3 Cc: Daniel Vetter , Jani Nikula , David Airlie , intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Icenowy Zheng , stable@vger.kernel.org Subject: Re: [PATCH] DRM: i915: Fix gen8 graphics on Broadwell-U. These patches stop the random gpu hang on my XPS-13-9343, kernel version 4.8-rc5. Message-ID: <20160915055841.GA14085@kroah.com> References: <20160915031208.20191-1-bobcaocheng@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160915031208.20191-1-bobcaocheng@163.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 15, 2016 at 11:12:08AM +0800, bobcao3 wrote: > Signed-off-by: bobcao3 > --- > drivers/gpu/drm/i915/i915_gem_gtt.c | 6 ++++ > drivers/gpu/drm/i915/i915_gem_stolen.c | 61 ++++++++++++++++----------------- > drivers/gpu/drm/i915/i915_reg.h | 6 ++++ > drivers/gpu/drm/i915/intel_ringbuffer.c | 19 +++++++++- > 4 files changed, 59 insertions(+), 33 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly. Also, you need a "real" name in the from and signed-off-by: area, and I know I never take patches without any changelog text... thanks, greg k-h