From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262118AbULQSoS (ORCPT ); Fri, 17 Dec 2004 13:44:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262113AbULQSmm (ORCPT ); Fri, 17 Dec 2004 13:42:42 -0500 Received: from serenity.mcc.ac.uk ([130.88.200.93]:3339 "EHLO serenity.mcc.ac.uk") by vger.kernel.org with ESMTP id S261873AbULQSjY (ORCPT ); Fri, 17 Dec 2004 13:39:24 -0500 Date: Fri, 17 Dec 2004 18:39:22 +0000 From: John Levon To: "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org Subject: Re: debugfs in the namespace Message-ID: <20041217183922.GA97134@compsoc.man.ac.uk> References: <20041216110002.3e0ddf52@lembas.zaitcev.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.25i X-Url: http://www.movementarian.org/ X-Record: Graham Coxon - Happiness in Magazines X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1CfN0c-0002h2-Mc*wjhV3iCd6DU* Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 17, 2004 at 04:06:00AM +0000, H. Peter Anvin wrote: > /dev is the normal place where stuff related to the user/kernel > interface should go, so /dev/debug or /dev/debugfs would be the right > answer (and yes, /proc and /sys violate this, but we're stuck with > those.) There is also /dev/oprofile/ as recent 2.6 precedent for this. john