From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 2686D274B23 for ; Sat, 6 Jun 2026 21:59:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780783145; cv=none; b=MWSSkO3N2fze0PjJQovPnbOec1F5ChIqRPG8jMIiKgn+HRfPTfKVvraVvFso2Hlk7lpKQiAoLeAW2O6J4hYYzCOPz70Ey41Db5oG2QrTGyQcbfZEAgebAzNfDPqDgiA7GWT3VW83wFqDpST4yk+tubsMhQkRYx4KAUFPCK8nlnM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780783145; c=relaxed/simple; bh=90Phm9SnRC+BgSWaQu8CoInReeC9Ab6aazUcKy0HHYc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZFkd7DYWL1Pz0bvNFjvZOYN7hSdg7Yn9Aw6hDAhmx4YR04Rp4hU2quoGda7Oy9gRaBGENswPv9fsOl1nXUOMJe4vIrDT+IEKvJG7JIY+iF0SzfB1SLm0zLpdmbij6YQ2kyCLMvqNCABizQTRamA6ahgN9z0Y8vGLF/oK/78DGq0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b8DEyj+N; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="b8DEyj+N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 270B21F00893; Sat, 6 Jun 2026 21:59:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780783143; bh=kkVXkm57IfHeeGibiLqrMEUjTfH2dKUxDCrc11ZNujs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=b8DEyj+NddxaMI6pwUWlQX9UNZcVmu+7ZFAuZI19tk0VyiiUIKPzN7YMf6K9n61eU t/Olzp+EhGCTYER7Ax/gtj8pYybccTKlGSST0mM+HbgsfA6w2zCr1PzHQoAzezaynk 8iQ+GMPeNiQzbhxlV1g/AK8lEG8FJUvnrDcM+U4FwyWxreuMnVNLh2jcqTA6qOdoK0 cm55ALJOvX6GWac5jufW6rGkTu3/fVb8AvhGpn1NUQRgru6lHGcdc8/7ZtUDphrO+Y 8e8GAkK8RBw0hoWXFiulwLeGZzdJ2czhGBjyby8KSJm80Ow1LIvov2Hoe2AgH/HMAz xEWFzB1XvkH7A== Date: Sat, 6 Jun 2026 14:58:59 -0700 From: Nathan Chancellor To: Linus Torvalds Cc: LKML , Masami Hiramatsu , Mathieu Desnoyers , Peter Zijlstra , Eva Kurchatova , Steven Rostedt Subject: Re: [GIT PULL] tracing: Fixes for 7.1 Message-ID: <20260606215859.GA2996810@ax162> References: <20260604084755.4d94063e@fedora> <20260605155804.GA3472545@ax162> 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-Disposition: inline In-Reply-To: <20260605155804.GA3472545@ax162> On Fri, Jun 05, 2026 at 08:58:10AM -0700, Nathan Chancellor wrote: > On Thu, Jun 04, 2026 at 08:47:55AM -0400, Steven Rostedt wrote: > > commit 0652a3daa78723f955b1ebeb621665ce72bec53e > > Author: Eva Kurchatova > > Date: Wed Jun 3 18:31:42 2026 +0300 > > > > tracing: Fix CFI violation in probestub being called by tprobes ... > > This needs a build fix, as ARCH=arm allmodconfig is now broken with > Clang. > > https://lore.kernel.org/20260604-tracing-fix-cfi-h-build-error-v1-1-b27015390901@kernel.org/ Linus, could you apply this directly? Other folks have already noticed this breakage: https://android-review.googlesource.com/c/kernel/common/+/4105881 -- Cheers, Nathan