Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1405796ybf; Sun, 1 Mar 2020 08:34:40 -0800 (PST) X-Google-Smtp-Source: APXvYqwBAcaaOM8IcbGoeDe7XX5gh4QVLfbI0Uwgy6RcU0pV4/yDQIkPLbZ4CLzGtUKYcsPM3CMc X-Received: by 2002:a9d:51ca:: with SMTP id d10mr10273736oth.76.1583080480234; Sun, 01 Mar 2020 08:34:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583080480; cv=none; d=google.com; s=arc-20160816; b=PEFjrRP5ORfbmeuJnuOzouC9L6x0KEl1j9saENdQfduPNgYyJB5RW9KigBdqSsAn3y eOTK6pSNk3E3wgZ6ACVEXbd+LfxWYfrzvMrpZe9w7mTDGAWzOLhUicqT2eSIjpBlqdKc IlKZFTQlIac29xQ5imiBu1RhVfU5zeGFzoULPBFQEGUGIJfsmINKucHtyorL3yJgNMc4 m44+BcSScsD1Ka/NdYobCX6aGCWzUt09AyRXmUPHjda24oABT68z0dga9bYgzRo7vkp1 IGnrQzU5/r2gc3LCs3Ks5Rm6wj8hCo13PhmcPKcYnoo2usdTfT074bQ+X+3vPE3PAcGQ UXrw== 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=6mxZkemmrJjLd5wIr5r2zTMXhV2XREsEn6oH4huwWIA=; b=tCzCcLvF4LiuEHf0WR+B9C3HLnsnStzH5FxYTZ/yYap69oCOuCaBm5urGC8c13XlSW 4ySMTeKd8Kz5LO2qrHsC1QLZ89DGAt+Jck5vqHQbMhWZho/LdF757uvagSKFfhmag6A4 nIx3fvmM/QIm4I60HJw4XLpQCECku9HslJHkTul6SeYKqGdCp4ZUJ1nPozt3JYNV944O Lcm3Edr1eV47MNQf5atuHdFL6OJetTSYM+IMGkVC8ejyZUzBmwxStDEdf8Nc8v1rJQ3A Q+5YvFYS9nBQQ/C5H228/cJq2ZEeV8lKKkAfhzPXcAApZ89jWR/oEKpTO/9aC/ZOKMIz ZzFg== 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 c129si5017528oib.48.2020.03.01.08.34.28; Sun, 01 Mar 2020 08:34:40 -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 S1726614AbgCAQdQ convert rfc822-to-8bit (ORCPT + 99 others); Sun, 1 Mar 2020 11:33:16 -0500 Received: from mail.fireflyinternet.com ([109.228.58.192]:53051 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725945AbgCAQdP (ORCPT ); Sun, 1 Mar 2020 11:33:15 -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 20404260-1500050 for multiple; Sun, 01 Mar 2020 16:33:09 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Lionel Landwerlin , intel-gfx@lists.freedesktop.org From: Chris Wilson In-Reply-To: <74b581c4-2e5b-6455-63d3-351635820a4b@intel.com> Cc: Steven Rostedt , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org References: <20200301155248.4132645-1-chris@chris-wilson.co.uk> <20200301155248.4132645-2-chris@chris-wilson.co.uk> <74b581c4-2e5b-6455-63d3-351635820a4b@intel.com> Message-ID: <158308038685.3365.12116750291008658412@skylake-alporthouse-com> User-Agent: alot/0.6 Subject: Re: [Intel-gfx] [PATCH 2/2] RFC drm/i915: Export per-client debug tracing Date: Sun, 01 Mar 2020 16:33:06 +0000 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Lionel Landwerlin (2020-03-01 16:27:24) > On 01/03/2020 17:52, Chris Wilson wrote: > > Rather than put sensitive, and often voluminous, user details into a > > global dmesg, report the error and debug messages directly back to the > > user via the kernel tracing mechanism. > > > Sounds really nice. Don't you want the existing global tracing to be the > default at least until a client does a get_trace? We've currently in the middle of an awfully spammy regression :( And I think the user's debug information does not belong in the global dmesg. -Chris