From patchwork Tue Dec 31 17:07:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frederic Weisbecker X-Patchwork-Id: 13923908 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 967CF1B0410; Tue, 31 Dec 2024 17:07:32 +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=1735664852; cv=none; b=WgAeoZnm1X8XANiC2x+HjEK6jrQHBc/buSTzHbxqc1ZQtPIATnG9Dxi8xIn/rk6NdMTQ6fHhQQ4rpkGP23HM9D3cDwnXK8gdOaYuj3vQ24d5xMtIz8df8d3DVVpJILFiXNPKWnpr0tU94SqtY7GPchtGcpeLGBdaXLBw+/8h4vs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1735664852; c=relaxed/simple; bh=I0Ly60pwjCaA/VkwgCqZipTkycLSilCfpLmhoR+HWq8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=KOZvQbUJwDOxWu8aE5rVKTyGrvzUtz1kfjpC7xO5FzMVoHtxdb03k7GTToa6baB1dQ/Fp94vwiQc00RDmSIc3ASanoIOjSLcD/4Ad3om9elilMkgaiEVFPNpytbwxrkN9TqHZ/M2soFWpcUMGlB1omZ7D+jVEQx2G27SHR+VlWA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ca3/Gwpf; 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="Ca3/Gwpf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2C76C4CEE1; Tue, 31 Dec 2024 17:07:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1735664852; bh=I0Ly60pwjCaA/VkwgCqZipTkycLSilCfpLmhoR+HWq8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ca3/GwpfsbZxj3c4TRK3yDgS8eH136MK5BTSNooVmjq1xvrCDii3c1SH4aTZpdy/0 hdIYwei1NuAkCccXFK6hWceBEAhgyFkxOevsP6teIf0O/9U62lqjHUxi1EDb8zonQE N4iU6LoxZDFZEYGnqS0am88GVy25gfxaxaWes7EZlQxL/ijcRUQpUpqfdWciKJ4Qp+ YqoT3Dxp5Lais5sh3XnXJBqrPNDU+UkpdL6XAni+gj5l/uIGzPzRy37ia8UKJWWE7U PfTNXSFKUpIie+U7GuJgRpBHdIAMk7fhjN8Wz09U2YBpkfP8WyQ2TWMZBs6f7t/WUt QpJ7jx8bUk/4Q== From: Frederic Weisbecker To: Thomas Gleixner Cc: LKML , Frederic Weisbecker , vlad.wing@gmail.com, rcu@vger.kernel.org, boqun.feng@gmail.com, joel@joelfernandes.org, neeraj.upadhyay@amd.com, urezki@gmail.com, qiang.zhang1211@gmail.com, Cheng-Jui.Wang@mediatek.com, leitao@debian.org, kernel-team@meta.com, Usama Arif , paulmck@kernel.org, Anna-Maria Behnsen Subject: [PATCH 2/3 v3] rcu: Remove swake_up_one_online() bandaid Date: Tue, 31 Dec 2024 18:07:11 +0100 Message-ID: <20241231170712.149394-3-frederic@kernel.org> X-Mailer: git-send-email 2.46.0 In-Reply-To: <20241231170712.149394-1-frederic@kernel.org> References: <20241231170712.149394-1-frederic@kernel.org> Precedence: bulk X-Mailing-List: rcu@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 It's now ok to perform a wake-up from an offline CPU because the resulting armed scheduler bandwidth hrtimers are now correctly targeted by hrtimer infrastructure. Remove the obsolete hackerry. Reviewed-by: Usama Arif Signed-off-by: Frederic Weisbecker --- kernel/rcu/tree.c | 34 +--------------------------------- kernel/rcu/tree_exp.h | 2 +- kernel/rcu/tree_nocb.h | 2 +- 3 files changed, 3 insertions(+), 35 deletions(-) diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index ff98233d4aa5..7c433c6b35ea 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c @@ -1061,38 +1061,6 @@ static bool rcu_future_gp_cleanup(struct rcu_node *rnp) return needmore; } -static void swake_up_one_online_ipi(void *arg) -{ - struct swait_queue_head *wqh = arg; - - swake_up_one(wqh); -} - -static void swake_up_one_online(struct swait_queue_head *wqh) -{ - int cpu = get_cpu(); - - /* - * If called from rcutree_report_cpu_starting(), wake up - * is dangerous that late in the CPU-down hotplug process. The - * scheduler might queue an ignored hrtimer. Defer the wake up - * to an online CPU instead. - */ - if (unlikely(cpu_is_offline(cpu))) { - int target; - - target = cpumask_any_and(housekeeping_cpumask(HK_TYPE_RCU), - cpu_online_mask); - - smp_call_function_single(target, swake_up_one_online_ipi, - wqh, 0); - put_cpu(); - } else { - put_cpu(); - swake_up_one(wqh); - } -} - /* * Awaken the grace-period kthread. Don't do a self-awaken (unless in an * interrupt or softirq handler, in which case we just might immediately @@ -1117,7 +1085,7 @@ static void rcu_gp_kthread_wake(void) return; WRITE_ONCE(rcu_state.gp_wake_time, jiffies); WRITE_ONCE(rcu_state.gp_wake_seq, READ_ONCE(rcu_state.gp_seq)); - swake_up_one_online(&rcu_state.gp_wq); + swake_up_one(&rcu_state.gp_wq); } /* diff --git a/kernel/rcu/tree_exp.h b/kernel/rcu/tree_exp.h index fb664d3a01c9..17b1a5e3590c 100644 --- a/kernel/rcu/tree_exp.h +++ b/kernel/rcu/tree_exp.h @@ -200,7 +200,7 @@ static void __rcu_report_exp_rnp(struct rcu_node *rnp, if (rnp->parent == NULL) { raw_spin_unlock_irqrestore_rcu_node(rnp, flags); if (wake) - swake_up_one_online(&rcu_state.expedited_wq); + swake_up_one(&rcu_state.expedited_wq); break; } diff --git a/kernel/rcu/tree_nocb.h b/kernel/rcu/tree_nocb.h index 2605dd234a13..a43141a1b3a5 100644 --- a/kernel/rcu/tree_nocb.h +++ b/kernel/rcu/tree_nocb.h @@ -216,7 +216,7 @@ static bool __wake_nocb_gp(struct rcu_data *rdp_gp, raw_spin_unlock_irqrestore(&rdp_gp->nocb_gp_lock, flags); if (needwake) { trace_rcu_nocb_wake(rcu_state.name, rdp->cpu, TPS("DoWake")); - swake_up_one_online(&rdp_gp->nocb_gp_wq); + swake_up_one(&rdp_gp->nocb_gp_wq); } return needwake;