From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [RFC][PATCH] debugfs: Fix corrupted loop in debugfs_remove_recursive Date: Tue, 10 Jun 2014 13:33:07 -0700 Message-ID: <20140610203307.GA21000@kroah.com> References: <20140609140607.3e3aae39@gandalf.local.home> <20140610093357.7ef3792b@gandalf.local.home> <20140610202302.GB20499@kroah.com> <20140610162256.7a29771b@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Al Viro , LKML , linux-fsdevel@vger.kernel.org, Andrew Morton To: Steven Rostedt Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:39666 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932208AbaFJU3S (ORCPT ); Tue, 10 Jun 2014 16:29:18 -0400 Content-Disposition: inline In-Reply-To: <20140610162256.7a29771b@gandalf.local.home> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Jun 10, 2014 at 04:22:56PM -0400, Steven Rostedt wrote: > On Tue, 10 Jun 2014 13:23:02 -0700 > Greg Kroah-Hartman wrote: > > > > > Note, the tests expect debugfs to be mounted at /debug. > > > > Well, those are some broken tests :) > > And that's part of the reason why I haven't pushed them to be included > in mainline's tools/testing/ directory. It should be simple to change that...