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 BE555493627 for ; Sat, 22 Aug 2026 21:52:34 +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=1787435556; cv=none; b=Tv9Z85f6QTPEGsOEX4QUOTS3/wwxax6tOwIribPP32QACPsPiI8nFNwIOxAxUoCBgKtqL/GQAHdiyFxGzTa+/4g+yQZGR6qn+Pb3T42pFxRnjO3+HzmDeAKbv2XoQfkMZsMjs4/CarcFY9yisEwp7QDc45aTJydpAaKxYZpBwyA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787435556; c=relaxed/simple; bh=SDEV7MYt/mlYSKpjLL0Ly+bys4eq51cd32hAltwfJYY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=VSqLBLL5eVkMkqbN8uH6N7SYDP+kGMUdpip5sSAbcaJ8ZLqc83AEgvE4qsQsQYc/QBTtKreuXcbazKM8Xj7LKaqIOYTLxwWP4qOCosJ01zEoZub/mHhVpDkp6JgHrAFGV3AS6Rjd0sbF3x0ppYSdVxTWgx/GKD+IAs88eSpQzEM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LNZO48q7; 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="LNZO48q7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 604701F000E9; Sat, 22 Aug 2026 21:52:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787435554; bh=qcRVqQaHxHug7ERZ2TItkScYSgt6dqEVfngFb81Zh9Q=; h=Date:From:To:Cc:Subject; b=LNZO48q7QPRD7YWr5l+T9pjkiWfOiwkfHAt+1pQrOhW8Ea5fyeMdpOHm5yXPl9tdK 9XHpDB8V/P08zHnR1fwyKSXAj5XjA94V+uinKpEmrxcaSNBGXqZ1offvgMPzoSi4Kp 52NMj2lP+u/eTM8xsLS4aFSYSfwZB3CrhaMYfLiMKosR0dQffxMlJdBw24icLaeFMg 3239mBJxpj5m4HhrjdRjNxfsRxGhAlo7RC7nS5S3/29inE7edPx1qG7it6Q/PhUnjQ NpHgaN4eHqmZoSo+OM6bA6JyaizALg7cXIysBy/r94JIZ0LtAHHw3UvmkLlVwfHAxg aAwJf0LRo8G2A== Date: Sat, 22 Aug 2026 23:52:29 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Mel Gorman , Tejun Heo , Valentin Schneider , Shrikanth Hegde Subject: [GIT PULL] scheduler fixes 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 sched/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-2026-08-22 for you to fetch changes up to 23906f3a1686c737bf356fdd21183b40722b2437: Misc scheduler fixes: - Add missing cpus_read_lock locking to rebuild_sched_domains() (Sebastian Andrzej Siewior) - Fix division by zero bug in tg_cpus() that can be triggered with empty cpusets (Jake Steinman) Thanks, Ingo ------------------> Jake Steinman (1): sched/fair: Floor tg_cpus() at 1 Sebastian Andrzej Siewior (1): sched/topology: Add a cpus_read_lock to rebuild_sched_domains() include/linux/cpuset.h | 1 + kernel/sched/fair.c | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-)