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 12C34241686 for ; Sat, 27 Jun 2026 08:47:14 +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=1782550036; cv=none; b=MMg+XPl3vjfcziCBavbd6qv9GuTamj+MuF+/iIyE6h/DYGo/pWy+oZxBTOYKSR25nbkc88Tg6a/eQsTBuWnOf842UQ+cUyqoI3MX49VfVwzB8Rvqf/Yr1a6Rz0s3srJDX4pqW/zKxf56Hg/VUaIfxof3R0f7GNnmUwUTQByQwt8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782550036; c=relaxed/simple; bh=8BKowY8+LaYoVYGTk4CW6kQShHmWF21o+sSPN/pMDwQ=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=HV6DZRnVsOpRdQiuZNPe/lTh4hQzTBbIbLogvoUzFbsBVovlzytFClKh1XPxBx19g/YCZ9duX2/lwq1RuF8tvNF9tSHjAMCDXJQzhmmEF4gTKsWpTjjn1kStGnp33AV4kBnN6yFMpj7rb0n9uSNYK2lUf+OSPIH0UmEya+obIko= 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 omf19.hostedemail.com (lb01a-stub [10.200.18.249]) by unirelay02.hostedemail.com (Postfix) with ESMTP id 5D8E4120695; Sat, 27 Jun 2026 08:47:13 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: rostedt@goodmis.org) by omf19.hostedemail.com (Postfix) with ESMTPA id 2F08120025; Sat, 27 Jun 2026 08:47:10 +0000 (UTC) Date: Sat, 27 Jun 2026 04:47:08 -0400 From: Steven Rostedt To: Linus Torvalds Cc: LKML , Masami Hiramatsu , Mark Rutland , Mathieu Desnoyers , Andrew Morton , Sebastian Andrzej Siewior , John Ogness , Thomas Gleixner , Peter Zijlstra , Julia Lawall , Yury Norov Subject: Re: [GIT PULL] tracing: More updates for 7.2 Message-ID: <20260627044708.5e0017b0@fedora> In-Reply-To: <20260625035044.74cd467a@fedora> References: <20260624120628.72751cd8@fedora> <20260625035044.74cd467a@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: rspamout01 X-Rspamd-Queue-Id: 2F08120025 X-Stat-Signature: u5yygxt6fxd8o3bprphsagad49k81jws X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Session-ID: U2FsdGVkX18OF2vaikq05+CaPp+CGVMBWByxErg7xVE= X-HE-Tag: 1782550030-783048 X-HE-Meta: U2FsdGVkX1+/YbhXl62j68MbRfzrWaJrEtOn9Xnql52oj6xU9gCAESWRqK4mpYbVheGhaX6sK82RIKJHQi1iwBDHFoORFThvB2xuH897av6392+UwUS5sv95KXEb6Z7dUMIm/bOuF5lpyiUyy/l6S+tt/yzEb9QWOlP7+qGqY9xiRbVGi6M/qmX6JzRTblPD4t5UhpLeVkddarLl8oXMWIr+qSrsr+cpHMMpL6yXEKGKYLczzCDwdy1y3QnhRrMlmkVsFmjUEqdYcYYGS2MpQbBkuhl07HqnuWkNj3/gnIJhMo2rEVCgf3jaW25ZVq5bqNoxw2kA1YTn9ebltrAGyvpIvUpy2jpz4MoqJXEMpjXUskiZtbuWzSKhPvCWyV0UjhJVZip3kePwuoTPhhULkA== On Thu, 25 Jun 2026 03:50:44 -0400 Steven Rostedt wrote: > On Wed, 24 Jun 2026 12:06:28 -0400 > Steven Rostedt wrote: > > > Linus, > > > > More tracing updates for 7.2: > > > > Hold off on this. Kernel test robot found some config options that show > there's still some missing includes. I'm still hitting corner cases with missing headers when trace_printk.h is removed from kernel.h. This isn't as simple as I was hoping it would be. I'll drop the pull for this window and work on it for the next. -- Steve