From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 619EBE92714 for ; Sat, 27 Dec 2025 15:57:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BB4FF10E589; Sat, 27 Dec 2025 15:57:19 +0000 (UTC) Received: from relay.hostedemail.com (smtprelay0013.hostedemail.com [216.40.44.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 228DC10E2E7; Sat, 27 Dec 2025 15:57:19 +0000 (UTC) Received: from omf09.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay02.hostedemail.com (Postfix) with ESMTP id 4CE1D13D079; Sat, 27 Dec 2025 15:57:16 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: rostedt@goodmis.org) by omf09.hostedemail.com (Postfix) with ESMTPA id 0FD8820028; Sat, 27 Dec 2025 15:57:10 +0000 (UTC) Date: Sat, 27 Dec 2025 10:57:01 -0500 From: Steven Rostedt To: Andy Shevchenko Cc: "Yury Norov (NVIDIA)" , Andrew Morton , Masami Hiramatsu , Mathieu Desnoyers , Christophe Leroy , Randy Dunlap , Ingo Molnar , Jani Nikula , Joonas Lahtinen , David Laight , Petr Pavlu , Andi Shyti , Rodrigo Vivi , Tvrtko Ursulin , Daniel Gomez , Greg Kroah-Hartman , "Rafael J. Wysocki" , Danilo Krummrich , linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-modules@vger.kernel.org, linux-trace-kernel@vger.kernel.org Subject: Re: [PATCH v4 7/7] kernel.h: drop trace_printk.h Message-ID: <20251227105701.5cbeb47e@robin> In-Reply-To: References: <20251225170930.1151781-1-yury.norov@gmail.com> <20251225170930.1151781-8-yury.norov@gmail.com> <20251226115848.298465d4@gandalf.local.home> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.51; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Stat-Signature: 4bi56z6prjoxpu5k77kdk7niwsunwdbw X-Rspamd-Server: rspamout04 X-Rspamd-Queue-Id: 0FD8820028 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Session-ID: U2FsdGVkX1+BV7GvsBH3P8RqkX5NIpmjPk/ZJZbh6cc= X-HE-Tag: 1766851030-923509 X-HE-Meta: U2FsdGVkX19nNp9zKnXj3G8Z7Pf9W6fMJYGbsN003UTQvQm4hf6cBcmJNUvxVZ41ch4Z2eLmAMch67kPfmcme6XcLa2Mv8IEzDX5INq30iCx2g1VpdzfxyezF7cNWadHiSrle/Ec2CmZA11MJfXtfW3nDT256CsdmmoEEgzwQQ0DSW9ajErxpqSgSVfdTPJgyS4Y4NFG06SUGRoMvHI4RQFPt449Q79rbxo8tttv+jPMfdETOa4wmCbP+b8RBotJSzZgiZEWmJG9IxLiVIha+0GFi56mvy7D1fFUFx+iEIj6AKI9Ufg7NdgyUG0W0HW/ozB3/cuaj5tG2CZFymW4FwwpPA3qk8lPxsVDHUNSGkeoaK6JomqPPg== X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Sat, 27 Dec 2025 16:45:47 +0200 Andy Shevchenko wrote: > > I'm fine for trying other ways to speed up the compilation, but removing > > full access to trace_printk() isn't one of them. > > I interpreted this as if the header inclusion should be moved from kernel.h > to printk.h as a compromise that satisfies all (?) stakeholders. Is it possible > approach? I'm fine with putting the include of trace_printk.h into printk.h. If you remove printk.h from kernel.h I would expect a lot more people to complain about it. Including Linus himself. -- Steve