From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756839AbaEPXsy (ORCPT ); Fri, 16 May 2014 19:48:54 -0400 Received: from mail-qg0-f46.google.com ([209.85.192.46]:33200 "EHLO mail-qg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756171AbaEPXsx (ORCPT ); Fri, 16 May 2014 19:48:53 -0400 Date: Fri, 16 May 2014 19:48:50 -0400 From: Tejun Heo To: Christoph Lameter Cc: Frederic Weisbecker , LKML , Kevin Hilman , Lai Jiangshan , Mike Galbraith , "Paul E. McKenney" , Viresh Kumar Subject: Re: [PATCH 3/5] workqueue: Create low-level unbound workqueues cpumask Message-ID: <20140516234850.GA15350@mtj.dyndns.org> References: <1400257015-28222-1-git-send-email-fweisbec@gmail.com> <1400257015-28222-4-git-send-email-fweisbec@gmail.com> <20140516183500.GI5379@htj.dyndns.org> <20140516190042.GJ5379@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Fri, May 16, 2014 at 06:02:55PM -0500, Christoph Lameter wrote: > On Fri, 16 May 2014, Tejun Heo wrote: > > So, the thing is sysfs has been collecting everything under > > /sys/devices because other top level directories added complexity > > while missing out on basic event mechanism. If you look at other > > Make the uevent stuff work on all of sysfs? I don't know. Maybe. Likely a lot more work involving user space changes tho. Also, it runs contrary to what we've been doing to other top-level cgroup directories. Any reason not to do, say, /sys/devices/kernel? Thanks. -- tejun