Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp551747pxb; Thu, 21 Oct 2021 05:04:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyjpKSc707DPXqUz9IuzPjaRcPX7UXlolvpyqpIznrB1z1jMlKxYJso2aGU+2+RHMCSoncz X-Received: by 2002:a17:90a:430d:: with SMTP id q13mr6118087pjg.112.1634817870533; Thu, 21 Oct 2021 05:04:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634817870; cv=none; d=google.com; s=arc-20160816; b=xvKC/9Jd/lB3ZAt1Af4rjm23stGaZC+ah5bYoKAGoDezdQMx6RmHX2jgulefy2ojpE u4YlEkadxQdcYzTN+baoYyOobfHI3UOKTmRP2xXBhyZzWZcyCMmIRWERbBextEmbK3Ib fbZVvNOT3h5dHeFP4nt4mWlM5Ympw3SH8mGCYaphQqZgzt25E/yfY2VPDlh1EXSOxBEh NcUZPSYZVFIWyktMrHD4N5FYVvyOEiiU2jeUwZiyzLKUGwW1J1MautPHBY7t39K9ieYD SCDoOQ8aC0q4EWIaEGWHHG34kgidUlDLty5yfuo1FmJAT1SxtyLw3vLegcXNQBHzHCac hihQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=hIk5H4/WqiUMXJdD1RpvJ1tOvuX6yy+2UOkNDUkOPbc=; b=BSH2hIRfuYgFwKqMaktgRaAO1YkfxgMIudyhUnnaJupAHvgShw0Zsj/ryKs8rf3xWB a08SlBAsDqWLz/haFgyP+Hfr4Zyfi82QC1dfwfJAh/b4WdKWXysHI4PC0K6rZMsAQQkL 2+zBL9tkGCjIjEPYbKitPcDL9o3KsE7IGpOXAnBgCXN9gYDrg8GD2sShbdNL6hXOWl7K MBJQahnzUeiSHITPUrA1+ef8Q3toGajdTK3R1uAMXbumIuKU6uMiO2EooWrVRMLggYVF SZiKCTlqSBpuWNce5wMDA2+MWGg/GE1OAAI04lcDhTV+/qeFRBOYNPDADxpekE+mPFfX +MbQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gp15si5853611pjb.105.2021.10.21.05.04.07; Thu, 21 Oct 2021 05:04:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231401AbhJUMEn (ORCPT + 99 others); Thu, 21 Oct 2021 08:04:43 -0400 Received: from mx22.baidu.com ([220.181.50.185]:42966 "EHLO baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231572AbhJUMEj (ORCPT ); Thu, 21 Oct 2021 08:04:39 -0400 Received: from BC-Mail-Ex07.internal.baidu.com (unknown [172.31.51.47]) by Forcepoint Email with ESMTPS id DF1C1BCA6B95DE2F5820; Thu, 21 Oct 2021 20:02:21 +0800 (CST) Received: from BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) by BC-Mail-EX07.internal.baidu.com (172.31.51.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2242.12; Thu, 21 Oct 2021 20:02:21 +0800 Received: from LAPTOP-UKSR4ENP.internal.baidu.com (172.31.63.8) by BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 21 Oct 2021 20:02:20 +0800 From: Cai Huoqing To: CC: Bernard Metzler , Doug Ledford , Jason Gunthorpe , Davidlohr Bueso , "Paul E. McKenney" , Josh Triplett , "Steven Rostedt" , Mathieu Desnoyers , Lai Jiangshan , Joel Fernandes , Ingo Molnar , Daniel Bristot de Oliveira , , , Subject: [PATCH 4/6] rcutorture: Make use of the helper macro kthread_run_on_cpu() Date: Thu, 21 Oct 2021 20:01:33 +0800 Message-ID: <20211021120135.3003-5-caihuoqing@baidu.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211021120135.3003-1-caihuoqing@baidu.com> References: <20211021120135.3003-1-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.31.63.8] X-ClientProxiedBy: BC-Mail-EX04.internal.baidu.com (172.31.51.44) To BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Repalce kthread_create_on_node//kthread_bind/wake_up_process() with kthread_run_on_cpu() to simplify the code. Signed-off-by: Cai Huoqing --- kernel/rcu/rcutorture.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c index 503e14e62e8f..6c3ba8c0d7ff 100644 --- a/kernel/rcu/rcutorture.c +++ b/kernel/rcu/rcutorture.c @@ -2025,9 +2025,8 @@ static int rcutorture_booster_init(unsigned int cpu) mutex_lock(&boost_mutex); rcu_torture_disable_rt_throttle(); VERBOSE_TOROUT_STRING("Creating rcu_torture_boost task"); - boost_tasks[cpu] = kthread_create_on_node(rcu_torture_boost, NULL, - cpu_to_node(cpu), - "rcu_torture_boost"); + boost_tasks[cpu] = kthread_run_on_cpu(rcu_torture_boost, NULL, + cpu, "rcu_torture_boost_%u"); if (IS_ERR(boost_tasks[cpu])) { retval = PTR_ERR(boost_tasks[cpu]); VERBOSE_TOROUT_STRING("rcu_torture_boost task create failed"); @@ -2036,8 +2035,6 @@ static int rcutorture_booster_init(unsigned int cpu) mutex_unlock(&boost_mutex); return retval; } - kthread_bind(boost_tasks[cpu], cpu); - wake_up_process(boost_tasks[cpu]); mutex_unlock(&boost_mutex); return 0; } -- 2.25.1