From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752143AbdLDVJW (ORCPT ); Mon, 4 Dec 2017 16:09:22 -0500 Received: from mail-qt0-f194.google.com ([209.85.216.194]:37465 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751733AbdLDVJU (ORCPT ); Mon, 4 Dec 2017 16:09:20 -0500 X-Google-Smtp-Source: AGs4zMa5RGjhlmjRwgvxUMgBrXZqyPv5Bq4n1XBGR/avDdelcjIQpRznzKjPmZFReE9jL3EFKSP3bw== Date: Mon, 4 Dec 2017 13:09:17 -0800 From: Tejun Heo To: Lai Jiangshan Cc: linux-kernel@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH] workqueue/hotplug: simplify workqueue_offline_cpu() Message-ID: <20171204210917.GK2421075@devbig577.frc2.facebook.com> References: <20171201142036.22225-1-jiangshanlai@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171201142036.22225-1-jiangshanlai@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 01, 2017 at 10:20:36PM +0800, Lai Jiangshan wrote: > Since the refactor for the cpu/hotplug is done, > workqueue_offline_cpu() is ensured to be run on the > local cpu which is going off. > > Signed-off-by: Lai Jiangshan Applied to wq/for-4.16 w/ minor desc update. Thanks. -- tejun