Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752806Ab3CCGmy (ORCPT ); Sun, 3 Mar 2013 01:42:54 -0500 Received: from mail-we0-f180.google.com ([74.125.82.180]:34374 "EHLO mail-we0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751028Ab3CCGmw (ORCPT ); Sun, 3 Mar 2013 01:42:52 -0500 MIME-Version: 1.0 In-Reply-To: <20130302181727.GB2051@kroah.com> References: <1362194662-2344-1-git-send-email-tj@kernel.org> <1362194662-2344-31-git-send-email-tj@kernel.org> <20130302181727.GB2051@kroah.com> From: Kay Sievers Date: Sun, 3 Mar 2013 07:42:31 +0100 Message-ID: Subject: Re: [PATCH 30/31] driver/base: implement subsys_virtual_register() To: Greg Kroah-Hartman Cc: Tejun Heo , linux-kernel@vger.kernel.org, laijs@cn.fujitsu.com, axboe@kernel.dk, jmoyer@redhat.com, zab@redhat.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1254 Lines: 28 On Sat, Mar 2, 2013 at 7:17 PM, Greg Kroah-Hartman wrote: > On Fri, Mar 01, 2013 at 07:24:21PM -0800, Tejun Heo wrote: >> Kay tells me the most appropriate place to expose workqueues to >> userland would be /sys/devices/virtual/workqueues/WQ_NAME which is >> symlinked to /sys/bus/workqueue/devices/WQ_NAME and that we're lacking >> a way to do that outside of driver core as virtual_device_parent() >> isn't exported and there's no inteface to conveniently create a >> virtual subsystem. > > I'm almost afraid to ask what you want to export to userspace for a > workqueue that userspace would care about... > > If you create a subsystem, the devices will show up under the virtual > "bus" if you don't give them a parent, so this patch shouldn't be > needed, unless you are abusing the driver model. What am I missing > here? Unfortunately, the parent == NULL --> /sys/devices/virtual// we have only implemented for classes, and not for buses. We should fix that. Kay -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/