From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH 1/2] drm/i915: Error state should print /sys/kernel/debug Date: Tue, 29 Jan 2013 08:52:36 -0800 Message-ID: <20130129085236.00001740@unknown> References: <1359415936-2732-1-git-send-email-ben@bwidawsk.net> <20130129084112.GG6187@dyon.amr.corp.intel.com> <20130129085418.GF14766@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from shiva.chad-versace.us (209-20-75-48.static.cloud-ips.com [209.20.75.48]) by gabe.freedesktop.org (Postfix) with ESMTP id C39F5E68B1 for ; Tue, 29 Jan 2013 08:52:51 -0800 (PST) In-Reply-To: <20130129085418.GF14766@phenom.ffwll.local> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Daniel Vetter Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, 29 Jan 2013 09:54:18 +0100 Daniel Vetter wrote: > On Tue, Jan 29, 2013 at 08:41:12AM +0000, Damien Lespiau wrote: > > On Mon, Jan 28, 2013 at 03:32:15PM -0800, Ben Widawsky wrote: > > > /sys/kernel/debug has more or less been the standard location of > > > debugfs for several years now. Other parts of DRM already use > > > this location, so we should as well. > > > > > > Signed-off-by: Ben Widawsky > > > > Reviewed-by: Damien Lespiau > > Queued for -next, thanks for the patch. Oh and fixed up a bikeshed > from checkpatch.pl while applying: > > Applying: drm/i915: Error state should print /sys/kernel/debug > WARNING: line over 80 characters > #22: FILE: drivers/gpu/drm/i915/i915_irq.c:1308: > + DRM_INFO("capturing error event; look for more information > in /sys/kernel/debug/dri/%d/i915_error_state\n", > > total: 0 errors, 1 warnings, 8 lines checked > > Yeah, I've added that OCD thing to my patch apply pipeline, let's see > how much fun it is ;-) I've not looked at the final patch yet, but I think breaking up constant strings is considered bad form, and lines above 80 are generally favored for grepability. At least James Bottomley said that in his talk and LPC, and a bunch of other maintainers seemed to agree. (and I agree) > -Daniel > > > > -- > > Damien