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 5FACA1A5B84 for ; Sun, 1 Feb 2026 20:04:25 +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=1769976270; cv=none; b=LBoHDPOZlA1QYW04LkBz0bwLgGKtonqUFCQfJAn69O1YYmVizyVOlsVbjJtWczRCpbNVNQH5atrK7RmIzhQ0FWDr75mGJyGcxhiG2SMLkkdQAv66th/gEmHQSlSiJXYICuB8OT0q6tzg7sHvy73M9EwcUmASG6l/+hWOiMbc+Ac= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769976270; c=relaxed/simple; bh=agPbPVoNvWTZmiy/NRb6/LTqlFjC2dJC6ixQw+B9398=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GHvJmJ2Z8tym7G+KsvRD+V0AFMax8bJSDm8Ri/YdSLGvjAxiJ7rtqmDTE8AuKM7ua2grflXUjgIHgVgbJitteU33QhVcDYYXxpoMBYoJ3D2CDIg8wjnoZi9ObS6QtoDFlkjTZVxJOslMOt5VdXOBp0wFeqVktPh7tA7RfY9Uo+0= 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=PzYOIX+i; 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="PzYOIX+i" 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=mjrNLHacxq//oXUw3CCl5iTtxtPUqZ/hEfI3pVHMv3U=; b=PzYOIX+iVtzzDbciraxTAeKpF/ gnnMBrjBL1AUYL0PZP43CNZn4dscK4tl2VAshZDc5xpMmPS/1vJ+y1RgQAfsY5MMUIeZ09k/OpTlg tRuWz0+GFi3vjEhCR+NBLnNVCy49dr8m6FmT4283nDr6SfqX8FHA0sh43R82teX8Gypnwo/Iqommg 1z4KspUEToPfvWK7rRm8kjBPqLB6cRXnTCOtH+q5EvR/kjjHz9oGRBNJdYECVvutrDUZVNgrtX5+9 2PEAHgCEpbHKhsCtJkYWTXj3y0kufy3SUQZkBInIp6UeUaUB6SSvKtxdMrhCBX+JtzPMjL3WZVHAF CQMcmW2w==; Received: from 2001-1c00-8d85-5700-266e-96ff-fe07-7dcc.cable.dynamic.v6.ziggo.nl ([2001:1c00:8d85:5700:266e:96ff:fe07:7dcc] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vmdg7-0000000FVMW-0fRL; Sun, 01 Feb 2026 20:04:15 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 8DFC3300F1D; Sun, 01 Feb 2026 21:04:13 +0100 (CET) Date: Sun, 1 Feb 2026 21:04:13 +0100 From: Peter Zijlstra To: Linus Torvalds Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Jiri Olsa , Alexander Shishkin , Mark Rutland , Namhyung Kim Subject: Re: [GIT PULL] perf events fix Message-ID: <20260201200413.GC2995752@noisy.programming.kicks-ass.net> References: <20260201113124.GA2995752@noisy.programming.kicks-ass.net> 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: On Sun, Feb 01, 2026 at 10:26:17AM -0800, Linus Torvalds wrote: > On Sun, 1 Feb 2026 at 03:31, Peter Zijlstra wrote: > > > > So both this and the sched thing are *really* fresh, I stuck them in > > late Friday and left you a message that they should probably go in next > > week. > > So I think I'd rather see them hit rc8 (later today) and have a week > of testing in my tree and be reverted if they cause problems, than > have them go in after rc8 and then cause problems in the 6.19 release > instead.. OK fair enough. Usually I'm fairly hesitant to rush things through /urgent, but if you don't mind, then I'm certainly not going to object ;-) Thanks!