Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1776111ybl; Sat, 25 Jan 2020 08:14:29 -0800 (PST) X-Google-Smtp-Source: APXvYqwYDaswCS+kiaBNsgTvTN1mIhLxTng8pYBmLEGFo7i57MhMe+9Qgr5UP19jK7wqHQYznP4D X-Received: by 2002:aca:2112:: with SMTP id 18mr2557387oiz.155.1579968869713; Sat, 25 Jan 2020 08:14:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579968869; cv=none; d=google.com; s=arc-20160816; b=dzxj97e+bBEApCZWxiCr5wf629eL+pSDvb4RvBpDufXfV5SSKrurQm+LERTEQkfhqf xqapCbFv1M9j9ofAQJP7UVkBg4XgMHnXXplAKOqwN3rzQWoXMmL94ZAlcnzUeGGj/bXe Xg2qe6ACUJ5iKqyXsLiWovb4x+8y0mKMUAjoqslQosL68YSLgzSvNluW/AlR1KoyNrib nl+DXgWJjn7a5lMZsU7UyAJcGlam73fCwzg1y1ywAGqmeJQZcYpIYh0FfFKIdj8nQNEm qP8iUrXaprnPjIwcOnrhj0CxujIYCfME11xssuUnNq+euyxVtv/iOY/PC5TrSsXaj9ZQ SnXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:message-id:in-reply-to :references:to:user-agent:from:content-transfer-encoding :mime-version; bh=d8143F8pmEYGjSnLnGx97zJCcmcN380SoxZA6s5O6vU=; b=rGtFEJuJfrPGZ8g9DJ9QV1kNGicY2qkHPkA8iwlgtd/2inDuySw6It+tHE+As0fjpf S8FFxexUsx/B+OwD/H/0jzQyegVAw//+KLJJLYtHYYY6PlhYTQwnPv5qbAKKVkfZGL9o l4qmuhzguupUvEzTL7YYvv+hPoKauFp+EICYwzMHX0uMTd2RMtJA7Skz4ueRQ+wVvZtv 52D+auJCPerFgZVWh+0yZbs6iMh9gOCaY46unuw9WneE7biFw2BSWiVvFQ681fd6veQp FOBRgLs+1ib51q5cpp0RnMk6XLplnkuPeapmYNQxGWw3rbpe+2NeaWzsFff1+PSJ5rOQ rD9w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u191si1406159oia.86.2020.01.25.08.13.46; Sat, 25 Jan 2020 08:14:29 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726260AbgAYQIz convert rfc822-to-8bit (ORCPT + 99 others); Sat, 25 Jan 2020 11:08:55 -0500 Received: from mail.fireflyinternet.com ([109.228.58.192]:63269 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725710AbgAYQIy (ORCPT ); Sat, 25 Jan 2020 11:08:54 -0500 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 20007198-1500050 for multiple; Sat, 25 Jan 2020 16:08:42 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT From: Chris Wilson User-Agent: alot/0.6 To: Wambui Karuga , airlied@linux.ie, daniel@ffwll.ch, dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, jani.nikula@linux.intel.com, joonas.lahtinen@linux.intel.com, linux-kernel@vger.kernel.org, rodrigo.vivi@intel.com References: <20200122125750.9737-1-wambui.karugax@gmail.com> In-Reply-To: <20200122125750.9737-1-wambui.karugax@gmail.com> Message-ID: <157996851987.2524.2577321446102599250@skylake-alporthouse-com> Subject: Re: [PATCH 0/2] drm/i915/gem: conversion to new drm logging macros Date: Sat, 25 Jan 2020 16:08:39 +0000 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Wambui Karuga (2020-01-22 12:57:48) > This series is a part of the conversion to the new struct drm_device > based logging macros in drm/i915. > This series focuses on the drm/i915/gem directory and converts all > straightforward instances of the printk based logging macros to the new > macros. Overall, I'm not keen on this as it perpetuates the mistake of putting client debug message in dmesg and now gives them even more an air of being device driver debug messages. We need a mechanism by which we report the details of what a client did wrong back to that client (tracefs + context/client getparam to return an isolated debug fd is my idea). > Wambui Karuga (2): > drm/i915/gem: initial conversion to new logging macros using > coccinelle. > drm/i915/gem: manual conversion to struct drm_device logging macros. Still this is a necessary evil for the current situation, Acked-by: Chris Wilson -Chris