From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0011.hostedemail.com [216.40.44.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 645C5393DEE for ; Mon, 22 Jun 2026 08:51:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782118312; cv=none; b=M944NtNBV1winzoh9ctiOrYsnnZXv/JCfuDiiwaVC459LULg0TmjAy5CGVJWGTNYCqPiOoXATqvTXn5w3cbMja3vuerZnKwICWI6Uv6VH4270vZNAuo4iJYiBVZ5TCuYcZ6v7UL7vuN/ZuJAyBBzLO+NRac7ZP7q55P3nG30qWE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782118312; c=relaxed/simple; bh=pVyDTPU5cmhMkdToMsc3sizCMEPT++LBVXcH9oA5HBM=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=j/OGoWFVV9Z3RUoCBf4kL/IZIKbsIqeNjGU1hXhmcRjUcjzdGrQ0XJNuRHMVYAPcBCswuy0/AkmnSNnnMxRfH3a1P3PQHYVtAHoc74oKNk+dBxEQKeKXleoxvWfRhj/wbWrpYMSx6em0UVwawck2iAZfVh+lQ87s05TfTkJPiHo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=goodmis.org; spf=pass smtp.mailfrom=goodmis.org; arc=none smtp.client-ip=216.40.44.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=goodmis.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=goodmis.org Received: from omf18.hostedemail.com (lb01a-stub [10.200.18.249]) by unirelay07.hostedemail.com (Postfix) with ESMTP id CE904166FB6; Mon, 22 Jun 2026 08:51:34 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: rostedt@goodmis.org) by omf18.hostedemail.com (Postfix) with ESMTPA id 125C72E; Mon, 22 Jun 2026 08:51:29 +0000 (UTC) Date: Mon, 22 Jun 2026 04:51:27 -0400 From: Steven Rostedt To: Linus Torvalds Cc: Agatha Isabelle Moreira , Yury Norov , LKML , Masami Hiramatsu , Mathieu Desnoyers , Ao Sun , David Carlier , Karl Mehltretter , Martin Kaiser , Pengpeng Hou , Qian-Yu Lin , Rik van Riel , Rosen Penev , Shuvam Pandey , Vineeth Pillai , Yash Suthar , Yu Peng Subject: Re: [GIT PULL] tracing: Updates for 7.2 Message-ID: <20260622045127.583fb320@fedora> In-Reply-To: References: <20260616180122.57a3b426@fedora> <20260619081513.3e4a1fb0@fedora> <20260619115427.3f68a1e8@fedora> <20260621171910.3d1f6504@fedora> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 125C72E X-Stat-Signature: i86isfcuhua1q6dd93x6gmtdadmosyue X-Rspamd-Server: rspamout08 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Session-ID: U2FsdGVkX1+5bKl7XTiokE9DjFwlSgFQZVofhGrIpCE= X-HE-Tag: 1782118289-285315 X-HE-Meta: U2FsdGVkX18UBDtSB95Gv4J8EzK+UjBzvsXuLBhSxK3jz46rK9/svJ7aHaQ4pr3Jl4Qjjkx3kzpDnPuZr9z0tT3dmKRQEyVh7vdLz8QGcSvzMELraXP5z7AzK0MV+Vf3qPM40W3CgH5mReFD14/aDnJC+gLho0ynLWyTq46BAs8v9VWVbzI+w5fLb8J0ulFj42/6A1V5vDsIa34acJ9O0QZSrQfF4EYHbhJZ3f7wqLfebUzZs54Gey3NSdRApV+ZpB9DFWeHPHWDmbBTRZjJK1k7cnc9L93Q45tkgcFPo53QK+8rLwF6CpOSECiCqQjrpnpDEJLug36D+m3Ms74PVdk3k8uRxIEMcAtZCdizJSMrVYBQkqoSy4vUk7GQThDC On Sun, 21 Jun 2026 16:16:09 -0700 Linus Torvalds wrote: > Christ. Why do you want to make the tree worse? Too many inscrutable > Kconfig options is another one of my pet peeves. Stop making life > harder for others for some made-up convenience for you. Honestly, it's not much of an inconvenience for me. I'll simply add a patch to my quilt queue and add it when I need to do trace_printk() debugging. My worry is for the literal 100s of developers that also use trace_printk() for their workflow and it will suddenly not compile. My main fear is that they may think it's no longer available. Hopefully they won't just jump to that conclusion and do a search for the header. There's nothing around to tell them they now need to add the include. -- Steve