From nobody Thu Dec 18 20:21:45 2025 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 A47BB1FA174 for ; Thu, 19 Dec 2024 08:58:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734598729; cv=none; b=JdxLgRslKnxL0A+PSBLf/EuyKH/8ynM5ZA9tM9DITrOOCp1wnrsApCnGS1T0YsKVkIruFMxUZpJUv1rZ7w1shi1Sr16pZ8rMRtOpWFokd1W33Yo9ESag8fOUZqs7hyL8RJ8WCBm1UjoDHHBKq1I7PF8B7wVV7H4eq35GUqdmAgM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734598729; c=relaxed/simple; bh=avofcXyJVW3WLcYO2hiheQh6XWYfKU5/XGY5FLNLho8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=hZZifETXfspZMxXSISEab4yQMIY1cVYavdS43LcPzfikCi5zke4F/KuQx/5oC5V6MwxvOgNNzWO+tm2W0QdG1LkooVbsN/2RAWodtje8VWY0vEhpAye7BvrJbLzNgmMeWftcPkSfM1Bk+NorXgrGY7RKOPExzCMjrZ7u8V/RfSg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=l64C4Y09; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=eTZXNWD2; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="l64C4Y09"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="eTZXNWD2" From: Sebastian Andrzej Siewior DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1734598725; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RJ3DTCJNJThdmN5StFLyDDvqwEU+3a/OF/mZSpOlk88=; b=l64C4Y09q5S636IuumNr0E/5iqutwmbioKzU4O+mzpiDveE14tufueNThW8DIeKK4T1SDR yJ4yNzHAsG3/9JT4kIu/utAA+kabgqLiC0LohTR1D2nTxOJcurE+fvyjwm0FM7qE5u7KES u5dbqOpvetVIFT+QTaxrpRBhbHR9uRnhkwbFFY+uq76yylBN2kvaFFTDdzyQy/Ix4R5VH2 fNVe8cZrEsQCfSzI87+jZegDEAyK6JzWRzp3I0GH8/XQQc2UuC2jDI9SF0PojHF9lfDeYJ k/OvkG7bZjvYO5FcB+kEqEiigwcffMiOSEm4SMDFkOrSJSI80aeCy1hYpb3p3Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1734598725; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=RJ3DTCJNJThdmN5StFLyDDvqwEU+3a/OF/mZSpOlk88=; b=eTZXNWD2EczNyGijR9gHZbb2+GyXPADXY5QfM2dJ8vl0jMF48/vT2q4eAF00p4liQMDALN 8i4PND9tnx04A6BQ== To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , Sebastian Andrzej Siewior Subject: [PATCH] sched/fair: Update comments after sched_tick() rename. Date: Thu, 19 Dec 2024 09:58:39 +0100 Message-ID: <20241219085839.302378-1-bigeasy@linutronix.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" scheduler_tick() was renamed to sched_tick() in 86dd6c04ef9f2 ("sched/balancing: Rename scheduler_tick() =3D> sched_tick()"). Update comments still referring to scheduler_tick. Signed-off-by: Sebastian Andrzej Siewior --- kernel/sched/fair.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 3e9ca38512dee..4d2e6065efa93 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -12889,9 +12889,9 @@ static int sched_balance_newidle(struct rq *this_rq= , struct rq_flags *rf) /* * This softirq handler is triggered via SCHED_SOFTIRQ from two places: * - * - directly from the local scheduler_tick() for periodic load balancing + * - directly from the local sched_tick() for periodic load balancing * - * - indirectly from a remote scheduler_tick() for NOHZ idle balancing + * - indirectly from a remote sched_tick() for NOHZ idle balancing * through the SMP cross-call nohz_csd_func() */ static __latent_entropy void sched_balance_softirq(void) --=20 2.45.2