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 6856B2ED159 for ; Sun, 1 Feb 2026 11:31:29 +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=1769945494; cv=none; b=RivzgoUSBQHL7CzOjL7m+ffA4+4Qm1GbO0QTRgUQQLwk6y8njAka1Rm4zOLOpOcmxHYfKI2w3bvO1lTPwV5iAlN/Jy0tAn2b4YeBUJ+ehZ0Sz8Txg7N6k2/SRweF5H1vonZCwFPUWCm5gSShff/3tId1psrTaKzvwqVrFUGEkJs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769945494; c=relaxed/simple; bh=AXnynvZppfJhxlOxlevKH3A0BPojkzNQGzlUlj0O1J0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mhOZXpOaYZFbLoFs7ml/rEx8UJuby4BwBjpV+8smcUe1ouAF8uj0/ssc4yq8e235YIp0vfEqT8jT0LaR9WbfU1XlinqBrSUAjPihN04so91FXSbanaNfJHN3LGo/KzobQgFOcbsjCnr8MmD2y0VpciijYA27MiO+JR1bayu9olQ= 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=KxS5QPkh; 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="KxS5QPkh" 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=eLnFkh+HSxmMV2lQi4It9JipnXHyQ8JZR1W72XT4cno=; b=KxS5QPkhKDWFY3xajkf3oVZFP2 MzHzVcmit5DPw1WEVMvY4h2KEUxebdxGR61z3Z6ljJEq7O8Cuh5DawvkR96U04rf1/fD2xoN7ZaQ5 2oJPNzQ+lHUEj3iaDrGENnySa0+cGC3F5QKnTDvRt0LOZbhhdUbzEWRmsPQoqcoSdNcleM3SMsofo z1oSfJBl4srH2i2n1EzsHcav3Tv2dazp1YOYbZ2RVT3OlmJlZ4t7S6cWJcdj2kh+VQ3QonRL9kDNh yWDO5jqgtz3+TVTbnsTQGmipIgJOLfRtLKoARwyGCZSytUWQWCDIL9x2Om1/zRInoc4wE+FnbC0VW 6Ujmk6Mw==; 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 1vmVfp-0000000F0K1-2s01; Sun, 01 Feb 2026 11:31:25 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 2C5AA300FB6; Sun, 01 Feb 2026 12:31:24 +0100 (CET) Date: Sun, 1 Feb 2026 12:31:24 +0100 From: Peter Zijlstra To: Ingo Molnar Cc: Linus Torvalds , 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: <20260201113124.GA2995752@noisy.programming.kicks-ass.net> References: 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 09:50:46AM +0100, Ingo Molnar wrote: > Linus, > > Please pull the latest perf/urgent Git tree from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-2026-02-01 > > for you to fetch changes up to 76ed27608f7dd235b727ebbb12163438c2fbb617: > > Fix a race in the user-callchains code. > > Thanks, > > Ingo > 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. That said; they're not the riskiest of patches, but would'be been nice to still wait a bit.