From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 E515537FF43; Tue, 24 Feb 2026 12:38:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771936734; cv=none; b=HDw027EEJHdokNJlmRtric8T1fdr87oaR8zNxhpiC0fmvZ/+uCn2DcdnUEdlIc9Y/6C82rBLOCb1Wt21Z+27j6E5HbdcUOvzJEsBe5B1jRSuW+o/B3Zi97WaaxtB7x4iPB8hJNWmORg6OcU88Kan/wPJUO2roFs1XwmYgSnZDmw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771936734; c=relaxed/simple; bh=zYtJ6FEJHtaMFqUougXCjpN8qj7u1IZRgMrCpnDBgWA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=cW1dR3OmundSNVCRcg34bWKyoal8rrUkfaaYJYGhf4XZ0bVJtMsWVA9FVu+Si9w1MciFEybJ8YSstOUDHg/myXZsodWNQ1ZPv2syFCeEhxiai5edJcDJsIefHzAGMF48E6qePsODml6Jo1WRC7fa4GYREXrnMz8khipwkHiJBfA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=H/y8xyW9; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="H/y8xyW9" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=tJCymVvVmy1xJBdKk5tpCzm5wzWBbNhUrhb1/4OOlI4=; b=H/y8xyW9PboeyOzjeyYwaDvAXU iyARXZZNiVvKfB3F7Jp3ZM932FnC9VfkYYV2/GLtCWiJd+xdlwx4OuNqQHiGR7GAiKjQ3T3x6nyce n0Tzhb2kyUvOy95ToV746J79vXIfAbDOqnnO/G8tDkEANYC7OiUMqDyILzDM93cVGhKIM0wZlIjda bC4+duiAIqXdhW9fCfTmiOO5WafhsSo6PQxHG8LwYrjECFpou2Kdm2mwwqXMSizBE3njQ1W+WpfHp 3hmyixcyoPOUmSgnqpWaJCqU7cOJ3D7rn0C1yTaSWg3dv10MGKHqgO5w2Z/mahSwLpuxjbiIVvM2V Teernjqg==; Received: from 77-249-17-252.cable.dynamic.v4.ziggo.nl ([77.249.17.252] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vurgf-0000000Gpzu-0ngw; Tue, 24 Feb 2026 12:38:49 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 9D5A530095A; Tue, 24 Feb 2026 13:38:48 +0100 (CET) Date: Tue, 24 Feb 2026 13:38:48 +0100 From: Peter Zijlstra To: linux-kernel@vger.kernel.org Cc: linux-tip-commits@vger.kernel.org, x86@kernel.org Subject: Re: [tip: perf/urgent] perf: Fix data race in perf_event_set_bpf_handler() Message-ID: <20260224123848.GY1282955@noisy.programming.kicks-ass.net> References: <20260224122909.GV1395416@noisy.programming.kicks-ass.net> <177193661171.1647592.9395163829843540847.tip-bot2@tip-bot2> 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: <177193661171.1647592.9395163829843540847.tip-bot2@tip-bot2> On Tue, Feb 24, 2026 at 12:36:51PM -0000, tip-bot2 for Peter Zijlstra wrote: > The following commit has been merged into the perf/urgent branch of tip: > > Commit-ID: 5004d5c59874b18c8ecbcb507053750c8b47353c > Gitweb: https://git.kernel.org/tip/5004d5c59874b18c8ecbcb507053750c8b47353c > Author: Peter Zijlstra > AuthorDate: Tue, 24 Feb 2026 13:29:09 +01:00 > Committer: Peter Zijlstra > CommitterDate: Tue, 24 Feb 2026 13:33:39 +01:00 > ARGH, let me go fix that :/