From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0016.hostedemail.com [216.40.44.16]) (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 8554A3A380C for ; Wed, 24 Jun 2026 09:21:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782292880; cv=none; b=W0e9RRz8dMuX6iaJeN8cZfg8vPToSzBeljUSfl0gTyrrbAw5jja7UCNu5VX2vCEEbjOf5QRoDdc1jJiiyuFj5w951FXsqqQMx7cqXBjx45/kzF3nkqWWaW8RINZZ14osBYLekYEBqLnxOXYkWMRte4dnqnbrPllNk9i6J4A6xhA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782292880; c=relaxed/simple; bh=39KbJJcxvDTheaLnfci6dtdUad9IOCzwB4qDu/lKgok=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=IOuXGEXucz1GsINupz41jIkttV5sDtU9cSt1ICBvawXxxY2ekOYKk4xXKvuKKzlRWcifQgVdxdZizp5UTZm1MYemAzTm4k5jeWZc/2kieZrb7CONwmRjDwAoNScLTTXkHG+ZyzBJ2aRPQ1x9igLSINKr3pMwqS5WQcqdPsOpABM= 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.16 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 omf19.hostedemail.com (lb01a-stub [10.200.18.249]) by unirelay10.hostedemail.com (Postfix) with ESMTP id 96E79C174B; Wed, 24 Jun 2026 09:21:10 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: rostedt@goodmis.org) by omf19.hostedemail.com (Postfix) with ESMTPA id 2480C20026; Wed, 24 Jun 2026 09:21:05 +0000 (UTC) Date: Wed, 24 Jun 2026 05:21:02 -0400 From: Steven Rostedt To: Peter Zijlstra Cc: Linus Torvalds , 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 , Sebastian Andrzej Siewior , Thomas Gleixner Subject: Re: [GIT PULL] tracing: Updates for 7.2 Message-ID: <20260624052102.564f9946@fedora> In-Reply-To: <20260622045547.74e09a59@fedora> References: <20260616180122.57a3b426@fedora> <20260619081513.3e4a1fb0@fedora> <20260620181957.115d662c@fedora> <20260620194233.4e1e5d10@fedora> <20260622084017.GY49951@noisy.programming.kicks-ass.net> <20260622045547.74e09a59@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-Server: rspamout03 X-Rspamd-Queue-Id: 2480C20026 X-Stat-Signature: jywo4xtonur966g61o8g8gake8yxg54b X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Session-ID: U2FsdGVkX1/4OQctcaqi3wPH+d6Unjp3JB9MNinwQ1g= X-HE-Tag: 1782292864-863221 X-HE-Meta: U2FsdGVkX1/9ZMnD+GBqXW3quggadnKSUGFQFH54SJ+eOItjt/W52fX/uVkozKTKGuZGRPy59mYY/47c88nUTET7xoupoxL1/2iondG0FLEunwJR7uAxUBINIndseri+0HLMYHq6kAYDDmf7DTY0/WFhGLyLQ3A+0zwJPGxtvnQeV3l2ihiwE3jstqh75Q5sU/SadvjPXPBPfY5neYo7T3ZoQQmZiN9dKB1p57O/5F9zhNKoS0W+oT0DRENyVKpF9zFP31NhAOmKvCs3DK05x7G6p4rkyWj+9DWAYruezvzbh2EV1cg187tAfmb7wVbEF0sPoln/aDi+3xBbznnfpvT31JvHYKWmfVcLiwyc1kWWgHqn8xuz7kfXdSiAdrOt On Mon, 22 Jun 2026 04:55:47 -0400 Steven Rostedt wrote: > It really isn't about me. I personally don't care if I have to add a > patch to include it in kernel.h in my environment. It's just something > that all the other kernel developers will need to now remember to add > (and then remove) the include. For me, I just updated my ktest config and added: CFLAGS_KERNEL='-include $(srctree)/include/linux/trace_printk.h' CFLAGS_MODULE='-include $(srctree)/include/linux/trace_printk.h' to the kernel build and it works like it used to. But that doesn't help others. I may update the trace_printk documentation to mention the above to keep the old behavior. -- Steve