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 693941A6823 for ; Sun, 22 Mar 2026 08:07:26 +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=1774166846; cv=none; b=FioFl62zOQPTHAoKv3UH4ZNlT3imDbFpxOoB+UemwRkALMAbD3Nb8P1Ktbu3o8Ounl1AAi+TgVzfcpTQ5I9VfGhNQueMUy7+ZFVVsYs5NIm5Jf6wmqRQh7j00NxvzCJxoiXvCMDkMITO/+ccfvEk0OFo4R+9zTx7Vc70lvuP8O4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774166846; c=relaxed/simple; bh=X2ZQdPjiZyNh2dElSc+z2pzH+PCE8h1u7VXEWYRynq4=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=gCdMcUNJ53fEN3LigiGGhBdCKRsjS3IUV0YDfgYhY5IuNXAIy9MZKaMeXY7e1A2tBToqzcIReHuwRtQuujZv0A6PIinEQfLNjmYLx2luvfBlIS6Ec+DYLmHkXWhB0uVGi/cDa31itf1NT2pOqv0AgQ7dvD0U6AhmHwEsjaKvXRo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JPpG4c7Z; 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="JPpG4c7Z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2B468C19424; Sun, 22 Mar 2026 08:07:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774166845; bh=X2ZQdPjiZyNh2dElSc+z2pzH+PCE8h1u7VXEWYRynq4=; h=Date:From:To:Cc:Subject:From; b=JPpG4c7ZLjTxLZST3RHA3ZMFlLRaTgOSE7obg/6ENkVgWY011+4hWstwwr802tSWW 2hm+vApzIFD5kYzubx6XnupdjZPXeOqxkv0iYmERJrM5oC8iRv9c6Ft4HduV+2V99L 6UzyF5aG+CqeHgOQzoKINOr8a9AJ8SXeNQpuWvU6s+RmrgqRh+6MEd6sDar6RjJ18u H3mSHUHEZXyn9Rzam/W9wsGdY54fhISxg/hLAirMAhZVVkjzFF173DE/2+ZPKSZM48 w/wXF3op0tA1Hrqx0Dx92Pghg42Pm5GnBuABgnq/x0Dhd62IeotQj/JVushI7KLLyD +icD0Ykvc59tQ== Date: Sun, 22 Mar 2026 09:07:20 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , Will Deacon , Waiman Long , Boqun Feng , Borislav Petkov , Uros Bizjak , Sebastian Andrzej Siewior , Gary Guo , Oleg Nesterov 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-03-22 for you to fetch changes up to 14de1552a4e3fece78bb20314887e70888c9d448: Fix a Sparse build errors regression in caused by the locking context-analysis changes. Thanks, Ingo ------------------> Bart Van Assche (1): include/linux/local_lock_internal.h: Make this header file again compatible with sparse include/linux/local_lock_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)