From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753113AbbC3NEK (ORCPT ); Mon, 30 Mar 2015 09:04:10 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:25374 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752893AbbC3NDu (ORCPT ); Mon, 30 Mar 2015 09:03:50 -0400 Message-ID: <55194999.9090007@oracle.com> Date: Mon, 30 Mar 2015 07:03:21 -0600 From: David Ahern User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Mike Galbraith CC: peterz@infradead.org, mingo@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH] sched: Add cpu based entries to debugfs References: <1427681613-98163-1-git-send-email-david.ahern@oracle.com> <1427682744.3185.16.camel@gmx.de> <5518B985.5020906@oracle.com> <1427684898.3398.13.camel@gmx.de> In-Reply-To: <1427684898.3398.13.camel@gmx.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/29/15 9:08 PM, Mike Galbraith wrote: > > Oh, you can add /proc/sys/kernel/sched_domain diddling to the hotplug > todo... which will either create read /sys, poke modify buttons over > yonder in /proc situation, or have to duplicate that. -EPARSE. you mean the /proc/sys/kernel/sched_domain/ files do not handle hotplug? Can I get --verbose on what you mean above? David