From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH 7/10] 9p: sysfs support for in-kenel servers Date: Sat, 03 Nov 2007 11:33:05 +0100 Message-ID: <1194085985.27652.409.camel@twins> References: <20071102170527.GH16063@ionkov.net> <20071103034812.GC16234@kroah.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Latchesar Ionkov , v9fs-developer@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Lameter To: Greg KH Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:46367 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752401AbXKCKdK (ORCPT ); Sat, 3 Nov 2007 06:33:10 -0400 In-Reply-To: <20071103034812.GC16234@kroah.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, 2007-11-02 at 20:48 -0700, Greg KH wrote: > Also, a sysfs file that causes an action to happen just by reading the > file is not a safe thing to have. Lots of scripts have been known to > just walk the whole sysfs tree and open and read everything they can for > no real good reason. So you should seriously reconsider this kind of > interaction. Christoph, doesn't SLUB do exactly that?