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 4006B38887C for ; Tue, 23 Jun 2026 17:00:28 +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=1782234030; cv=none; b=DOzxzoEJm6O+vsPH73KlfMXeptaAY+7P4tRZuYxhproQa1stAEgiYuyZ1NM80yBrmk/eKknqazUNb17BJxCaFzz/Eswq1yVo9E5deInfebpGkYQJPoqbnqQndH1fNAEgy+NLmi1T1p+AGiOMopR6dNrSBvAlT3O/uqevaD5J1P0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782234030; c=relaxed/simple; bh=5ZLTa9XnK8EcoYOvY3p9S3HVOmg7hKwZvPCJSKgOovQ=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=SGRJ7TNU95uxh5hGN87aRxAPFaKI5mNQBf2uhRWM+Onv/tl9Lgira8OfnhCgE/XWDPWADMO9B97CBSL6HHRN8pV0994Wyh+dIPiGYAyOVim28fk+q8vc1+IBGN30XLfJXPGhTceLKiOPg3HZmjPMRciom/OGWp4lt+d6vKopL2o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hxpJz+LS; 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="hxpJz+LS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DEFC1F000E9; Tue, 23 Jun 2026 17:00:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782234028; bh=hHPATVtwNA8i4YyfadVtCQRkMIVn3t8chaOwyAfxBNs=; h=Date:From:To:Cc:Subject; b=hxpJz+LSQFFxWbk/i+AjwT17/TWTlkdNc7d//I+XL3GWh82J+jCEo/yzZDJyArEyE TgOdaQXTdynU1k+VqJiFgeoUUFvjcfc9kHz4npxhp1x0+Rr4FqufUzztJahLLdbtAD VXqNPnHn9HHR9/2N8bPLDNceA8PG36J6cOBBPWk/BCYw7sizkqna1Q3wW55IIjnMEC yAzQHK8tg+viSy7YVXEKIaK5uFhwqtx3pfhZWLkxhdjfrvXCaRIsxBmE0K9DNF6AXY A7hRcFwXPt+Juit8mF7DQsI3WhpEsIyI6/DZ133GHmxILsK8rxuHB2H5JkNWAG+Jxi JTEypOcPdc29g== Date: Tue, 23 Jun 2026 19:00:24 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , Will Deacon , Waiman Long , Boqun Feng Subject: [GIT PULL] locking 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 locking/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking-urgent-2026-06-23 for you to fetch changes up to 89038cc87d80c77e7aa6f42a64b2573b74af339f: - Fix the incorrect RCU protection in rt_spin_unlock() (Thomas Gleixner) Thanks, Ingo ------------------> Thomas Gleixner (1): locking/rt: Fix the incorrect RCU protection in rt_spin_unlock() kernel/locking/spinlock_rt.c | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-)