Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3310240ybl; Mon, 27 Jan 2020 01:21:41 -0800 (PST) X-Google-Smtp-Source: APXvYqxvU5cNANuVf4XTtcjAsjBqmLWkvnwHajp8AzPoK0MFH5Etcm18EWRut8JV1hFvnoTqcFva X-Received: by 2002:a9d:7548:: with SMTP id b8mr11285602otl.74.1580116901135; Mon, 27 Jan 2020 01:21:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580116901; cv=none; d=google.com; s=arc-20160816; b=DMtedcjS/D4suWzAlfRrdhzd3KgnyHn36kbNdcTvqnctY1oUpNQQ4nWDLuAXuI3eIQ 7EnXr+rTn8I2FOGMJK/wRhFJt88897sIR4KCMo3B2UpNiirBT0c2///8INst0HGUzFns VeFACC7Dt+kpSg2m+JvCecScJ3B2Hf+snWuI5TOXnMj6fkwSXhhtU+Hw5866P2YOPwCP v0xTsvckZir/7YHkVOFEysirBNqC9UMWezHIRNKXJnLi72b3WCn2NNe2PBEd3wa0IPeJ mcO26MwwIjx011+768PdkDvIj6UGOYL5B6r8AaAt10Xd4p8r9IvfrtEn+Hvs9BOlJMJY 19MA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version; bh=vNU0XvcZWZ8E9Dq6TILxQWrA8+XzO90nOsMb8jWW1vM=; b=0+Oqc0F35/dVji9oSICVBlVBAv0jG8NYUvJrUus7QvWdztlHVu/ZThq1N/zvzcA3Pg PKbOwDz5yehZPIdgHbDJLt2gvioWko7dCnEGej7kzr26MCwcTNbeYk6nGw5KHwDmVc8H h1NCYI5vW3pIDQq1KhW4uC9OBtISQSfPcsESUUuNNcUNeNfxlmJhMYruU6x5lza/JolX cncJYp+5MUMtFzHAhPA4nPSZOMN0f0LX34ZmX4uBoFEibVH+W78YnaSEZwyOLMoICbSN Baxj2Y15VfJ9Kde0m9e+OT7IoqEMUxtnNcRZUmY9hI48GmXGqo1bL8usojMLSe80VTTp kk5g== 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 d79si2455360oib.190.2020.01.27.01.21.28; Mon, 27 Jan 2020 01:21:41 -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 S1729327AbgA0JIO convert rfc822-to-8bit (ORCPT + 99 others); Mon, 27 Jan 2020 04:08:14 -0500 Received: from mail.fireflyinternet.com ([109.228.58.192]:50768 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728253AbgA0JIN (ORCPT ); Mon, 27 Jan 2020 04:08:13 -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 20018998-1500050 for multiple; Mon, 27 Jan 2020 09:08:04 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Daniel Vetter From: Chris Wilson In-Reply-To: <20200127090557.GU43062@phenom.ffwll.local> Cc: 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> <157996851987.2524.2577321446102599250@skylake-alporthouse-com> <20200127090557.GU43062@phenom.ffwll.local> Message-ID: <158011608131.25356.4337758241793042878@skylake-alporthouse-com> User-Agent: alot/0.6 Subject: Re: [PATCH 0/2] drm/i915/gem: conversion to new drm logging macros Date: Mon, 27 Jan 2020 09:08:01 +0000 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Daniel Vetter (2020-01-27 09:05:57) > On Sat, Jan 25, 2020 at 04:08:39PM +0000, Chris Wilson wrote: > > 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). > > Sean is working on that, but it's a global thing still. Go look at how I suggest we can use tracefs in that thread :) -Chris