Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp363647pxa; Fri, 31 Jul 2020 14:17:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxSJV38QTAxn/cq0jubIJt3Pk0gNODgtZO4hlO/yIzttcr3hrhVPsPezaMAfwwhVohE1m33 X-Received: by 2002:a17:906:3b83:: with SMTP id u3mr5810200ejf.55.1596230220903; Fri, 31 Jul 2020 14:17:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596230220; cv=none; d=google.com; s=arc-20160816; b=BzRM9YMTzv0K/UgYLbbNwEfAfJcHA7NrqN5A2QdqH52ZrvuBgioZG9gD7D4zdAylwg NlCiLUnMAGbcxAEHGtWX0MsuOvI9DNQBWC5P157DtOmHyZcjZ4M5M5anCIqpO0+M5J8x nQwsGG8Js4cViIMtEOATF1tlEh+dTDPffkWWCs/11KUHaKLU5K9P5KEFkrFCp4Zr8NGs DV5kw5NMvIwbWOPZt1GZY5QAO4VBGdgm8es3H08ABIdXW4LLG1wKiSorC9/wITViAXI3 Zp7QpoYQgsKv6S8ZD/8YK2d+Yi47hXO7+gV+sy2d+Vlf7zi2FSegZYJ/HeXpJ8Y541LA C8Vg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=lh27GDoRt0LFBVt4EJdGezv0kWAXb3V9oSsOpRTkxp8=; b=uAY2w2HGkp0cAXua8eW3TFku2dseb4ZLhQUTlqqnh867bY0M2DmdXO/GJcrZPGuikk pXXdHPkEL3OGzp4ZTkcoH3bHzlSz3I1qBD2Yh+a90/RgD7MQzOVwAiJJI4tkqcKwtXXg 2X5sUh0Ze4bobdmIcys/rRrGQJYyZkoe4J3p3wt+OBjI/qILJYRo40XOfSuVf3l/ZR5N aQfbKqb8BhZKFMB0Dmvwp6HSucXCxZUjiFYAFqW1gwIktxkMr3+35RwrYIbDpV7yC6PR 1sAf1AzsSSc6IpaeTvEw8yzwI1CY1fDBjzFTwB7Bx6WXq1d2oZq7x2IF05a6l47Z6jos HtcA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id rl4si5878118ejb.648.2020.07.31.14.16.38; Fri, 31 Jul 2020 14:17:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727053AbgGaVQ3 (ORCPT + 99 others); Fri, 31 Jul 2020 17:16:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:48192 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727790AbgGaVQ3 (ORCPT ); Fri, 31 Jul 2020 17:16:29 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4D06B22B43; Fri, 31 Jul 2020 21:16:28 +0000 (UTC) Date: Fri, 31 Jul 2020 17:16:26 -0400 From: Steven Rostedt To: dann frazier Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Ian May Subject: Re: [for-next][PATCH 09/18] tracing: Move pipe reference to trace array instead of current_tracer Message-ID: <20200731171626.2c51e818@oasis.local.home> In-Reply-To: <20200731193345.GA54749@xps13.dannf> References: <20200702215812.428188663@goodmis.org> <20200702215832.784471709@goodmis.org> <20200731193345.GA54749@xps13.dannf> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 31 Jul 2020 13:33:45 -0600 dann frazier wrote: > > This is marked as "Fixes" but is more of a clean up than a true fix. > > Backport if you want, but its not critical. > > Thanks Steven! In case it helps backport consideration, I wanted to > note that this addresses an issue we've seen with users trying to > change current_tracer when they happen to have rasdaemon > installed. rasdaemon uses the trace_pipe interface at runtime, which > therefore blocks changing the current tracer. But of course, unless > you know about rasdaemon internals, it isn't exactly an obvious > failure mode. Ah, then this should probably be backported. When I push to Linus (during the next merge window) and it gets into Linus's tree. Feel free to send stable@vger.kernel.org the sha1 of this commit, and ask for it to be backported for the above stated reason. -- Steve