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 145C12D97B9 for ; Sun, 24 May 2026 06:47:00 +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=1779605222; cv=none; b=HjWV88QsmwZjA3gGTa2BTzIqPSmpujgBlQTWBt7l3kedkYeINBnlXAAX2Q5c8DRCQHPb7vR21iKXSbzJ1dJH0n5Bp09mu8e+gpfi9X5kCuGc7Pl2AZyyHNJOLRcTvYv+0qB9lcVxCCmnB2dZPBO47M5rQFnIbVArD5eklg7IV1M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779605222; c=relaxed/simple; bh=cftX7wNLha5f5iziyFzcxF4TVS8Rtk7t/Bx+AbwLDuM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=mtjZAO8YIurY63tz01rmlpdXVTpcoKSuhWsfp5++EPsA+KH2QBFqKu8XN5LtGd8Ze60MsWfr1DHal9egcF+P32KPmgVs44n0njm1ipjUzOf3nXmKn/t0OP5a+mvozKWFGBqqsZwSLrIF041hEEhf/bqTBhbNxM734gc6mqmzyk4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IjIGMgm4; 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="IjIGMgm4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79EB71F000E9; Sun, 24 May 2026 06:46:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779605220; bh=Lr1E5QhB+4hENLYIDvaDoQjO602hqrMotwzjhCuHod4=; h=Date:From:To:Cc:Subject; b=IjIGMgm4yXCvYTvoiZ7BfGl/qb/2iAikQS04XAUdxRd16VvmfsMj7uYhZvdIlw1gL a2Zg6FyL5gSR09m3n6yAK37c2vzmlaeeVbvso05fON3RshYmuW5nLhIu5WsWP1sg8g PfmPX22pVK1ibNwo6zC9obgghT6yTLVTT0ivLkOUiUG+SqaRjgSSnyxAY/gUZFmyXA Hqo7Hu4TR07jD8UeNiw0lvJWYg/d4QilCUGTVe6RVoW/7sibYaW2ojcm66iuxKj5HS 9O8tJMkJVjcmqujgnEAzIHKIM34A2OsC+wkA4kc6gQmH59USGub1P+lfBdN10CmA3g 3eM0FexpMx/Fw== Date: Sun, 24 May 2026 08:46:56 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner Subject: [GIT PULL] core/urgent 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 core/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-2026-05-24 for you to fetch changes up to 5f41161059fd0f1bbf18c90f3180e38cc45a14eb: Debugobjects fix: - Fix debugobjects regression on -rt kernels: don't fill the pool (which uses a coarse lock) if ->pi_blocked_on, because that messes up the priority inheritance of callers. Thanks, Ingo ------------------> Helen Koike (1): debugobjects: Do not fill_pool() if pi_blocked_on lib/debugobjects.c | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-)