From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 B69A52D193F for ; Thu, 19 Feb 2026 08:10:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.92.199 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771488660; cv=none; b=BWcuJGKIFz8vJXhjf0Gx4qD5zyzCPtmfSRCvNNmw8wzYmVLNKmQGGKA12NSM4vjFd9Bb5B9xk6diQnAkcBf7zpazMfks7Kp280F2+JpfIqkJPe+bPDM+iVQ5lGkGEhwEucVpwt85K01Jze4YYFUg87yRe1WcvijBSXjZefmb3K4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771488660; c=relaxed/simple; bh=QvgrQylOK0QWPtHLb+uSiV3prTdwBKPSVVqEqKN5XRo=; h=Message-ID:Date:From:To:Cc:Subject; b=XIGNlrr0Vg8y/WfBtzJFzS7XfPRnuZoFM2dY8kOZbDE2xxHlTsvPqQ0KDnouqQS7Etyiy0hpm+xavZSz1sCrsBSexJ4aloeGh/VsdiSm0mOOv1IjQo4hnj2gQ1iJPHK1rnoHbnruw6d/XQn6fbQ8FYF4dMRLf/NlJaIvZjRTrAE= 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=SJtYHvww; arc=none smtp.client-ip=90.155.92.199 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="SJtYHvww" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Subject:Cc:To:From:Date:Message-ID: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=QvgrQylOK0QWPtHLb+uSiV3prTdwBKPSVVqEqKN5XRo=; b=SJtYHvwwGh9zor6xI6SmxEqNwZ SM96zqUoBfZuGQJ/h99er4BA8rNiopKe3AQWjVahI3xda7TNmei0WYzplzH/ko98ZjGG/eo6VDxz/ R04debp8EGUkCOyu47jWeUphHuSjEBU7yfEAjnaqBo/CqIo+VKHd4IEjBs4pfVdFzTqQmTW0mxPEe pnjdQ5vALK1GSbEbJz8i0JQiUVgFnnbwcPHZvkJ24JUj+e3EzVOHvTHy9tv+lHvHGHbmMHzxaPkYY LydPzuMg8nxpVLU4PrPjFzGScfKZpOb7xquIQ5X1XaCckUZHzaUzr05Pw2gRBQNcBJnSGOIbTBbuY l1/27adQ==; Received: from 2001-1c00-8d85-5700-266e-96ff-fe07-7dcc.cable.dynamic.v6.ziggo.nl ([2001:1c00:8d85:5700:266e:96ff:fe07:7dcc] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vsz7Z-00000000xzX-12pz; Thu, 19 Feb 2026 08:10:49 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 0) id B47803011E4; Thu, 19 Feb 2026 09:10:48 +0100 (CET) Message-ID: <20260219075840.162631716@infradead.org> User-Agent: quilt/0.68 Date: Thu, 19 Feb 2026 08:58:40 +0100 From: Peter Zijlstra To: mingo@kernel.org Cc: peterz@infradead.org, juri.lelli@redhat.com, vincent.guittot@linaro.org, dietmar.eggemann@arm.com, rostedt@goodmis.org, bsegall@google.com, mgorman@suse.de, vschneid@redhat.com, linux-kernel@vger.kernel.org, wangtao554@huawei.com, quzicheng@huawei.com, kprateek.nayak@amd.com, dsmythies@telus.net, shubhang@os.amperecomputing.com Subject: [PATCH v2 0/7] sched: Various reweight_entity() fixes Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Hi, So what started out as a few reweight fixies, turned into a a few more patches, but it looks to be solid now. Thanks for all the testing! The plan is to stick the first 4 patches (those with a Fixes tag) into tip/sched/urgent and the rest into tip/sched/core right after -rc1. These patches have been in queue/sched/core for about a week now, but I'll wipe that tree to start staging stuff for the post -rc1 tip trees.