From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751209AbeAYQBO (ORCPT ); Thu, 25 Jan 2018 11:01:14 -0500 Received: from mail-qt0-f194.google.com ([209.85.216.194]:39398 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750992AbeAYQBN (ORCPT ); Thu, 25 Jan 2018 11:01:13 -0500 X-Google-Smtp-Source: AH8x22465qv/GYalgliURbmMKTMM1dg/uRBakZ36bXBRpjRXS7G8a3DR3VuDWOwvg0Dp6WsghbEnBQ== Date: Thu, 25 Jan 2018 08:01:10 -0800 From: Tejun Heo To: Wen Yang Cc: zhong.weidong@zte.com.cn, Jiang Biao , Tan Hu , Lai Jiangshan , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH V4 1/5] workqueue: rename system workqueues Message-ID: <20180125160110.GI17457@devbig577.frc2.facebook.com> References: <1516863704-21364-1-git-send-email-wen.yang99@zte.com.cn> <20180125155441.GH17457@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180125155441.GH17457@devbig577.frc2.facebook.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 Hello, On Thu, Jan 25, 2018 at 07:54:41AM -0800, Tejun Heo wrote: > On Thu, Jan 25, 2018 at 03:01:40PM +0800, Wen Yang wrote: > > Rename system_wq's wq->name from "events" to "system_percpu", > > and similarly for the similarly named workqueues. > > > > Signed-off-by: Wen Yang > > Signed-off-by: Jiang Biao > > Signed-off-by: Tan Hu > > Suggested-by: Tejun Heo > > Cc: Tejun Heo > > Cc: Lai Jiangshan > > Cc: linux-kernel@vger.kernel.org > > The patches don't seem split right. There are a number of chunks > which seem to be in the wrong patch. Can you plesae go over each > patch and verify that they look, build and run okay? Just building the same tree structure for different hierarchies. Just run tree(1) in /sys/fs/cgroup on a systemd cgroup1 system with some controllers enabled and look at the output. Thanks. -- tejun