From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 BE19C2877CF for ; Sun, 1 Feb 2026 08:50:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769935851; cv=none; b=S3VrGE6bsbsooBw2jbhKPQcMm5ELKrTwHrxAEODjbo7YHZP4lS1axSIoOjRaIB5raRy6LAsDcW4mqWRyibBD77/N6hEZFd724gYwnn9mhpvimkyx4n13ADJh/VrpL5aSCnIcZP/VH8i9aYogbyyql/1wTE1iB4TsOyZgmqFwYp0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769935851; c=relaxed/simple; bh=s0OwsqpFGDZ92UoiMdjbYZRhQZ61ntBhnqPWJWNbUbc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=ocR48sNzkwv6A3r7ad4qpxI1E/TGN6/o6nqm1pdljkgqZ4OFgf42Pvfef4SsTuvdU3S7MIWzRS70COehUpIDylNKkTN0cIJMw5q0Sd59DhQbzyZaSdmP7vukpmGyeJHIRA/U1AG18k4owDceh72SaE0dqpPPAJlqZ9/ulN60sys= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rngGjAzF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rngGjAzF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59370C4CEF7; Sun, 1 Feb 2026 08:50:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769935851; bh=s0OwsqpFGDZ92UoiMdjbYZRhQZ61ntBhnqPWJWNbUbc=; h=Date:From:To:Cc:Subject:From; b=rngGjAzFqUO6ejZUYfLcV4uLoR1KvLyeT2ae1C9O82hEt0Gf+skkNLsJQIaqO9z63 yORTeLSNPKItobrYnvoTCAfDIzPy2iZloCcvUfulCWJxuaCHv/GNnaWWzRFlQWtp+g /F9pcPf3Si3S+tuusC5GzLrl/ToWjpXtzyFRaFMMXGCoo5nJe4pijEtgKom84+8a3H sYNhjUUy+uSbWm9E6h70ITCVf5NdbRuc730uo5m69ARukfuO9AHeVOFZQqEikMM4v4 HwngJnnA8wTLovgqzjckzyLyN+3llsaRL9uqKDZuyLb52EmX5dYnvk/QQKXRDqiKNr tGV2Irh2U05Aw== Date: Sun, 1 Feb 2026 09:50:46 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Arnaldo Carvalho de Melo , Jiri Olsa , Alexander Shishkin , Mark Rutland , Namhyung Kim Subject: [GIT PULL] perf events fix Message-ID: 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 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 ------------------> Steven Rostedt (1): perf: sched: Fix perf crash with new is_user_task() helper include/linux/sched.h | 5 +++++ kernel/events/callchain.c | 2 +- kernel/events/core.c | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-)