Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759353Ab3GZRbv (ORCPT ); Fri, 26 Jul 2013 13:31:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61403 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751080Ab3GZRbr (ORCPT ); Fri, 26 Jul 2013 13:31:47 -0400 Date: Fri, 26 Jul 2013 19:25:13 +0200 From: Oleg Nesterov To: Steven Rostedt , Masami Hiramatsu Cc: Alexander Z Lam , Arnaldo Carvalho de Melo , David Sharp , Frederic Weisbecker , Greg Kroah-Hartman , Ingo Molnar , Peter Zijlstra , Srikar Dronamraju , Vaibhav Nagarnaik , "zhangwei(Jovi)" , linux-kernel@vger.kernel.org Subject: [PATCH v2 0/6] tracing: open/delete fixes Message-ID: <20130726172513.GA3586@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1194 Lines: 32 Hello. Testing: seems to work, but assumes that debugs was fixed too. Hopefully "debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)" is fine. (We should probably make debugfs_remove_recursive() to return the error and trace_events.c should warn if it fails) However: I am still testing this patches, so this is still mostly for review. I'll report if I find anything, but to remind we have other bugs which need more fixes. And in fact I need to re-read this series to convince myself it should work, I was distracted by the unexpected problem in debugfs. Changes: a lot but all cosmetic, addresses the comments from Steven. Steven, 1/6 was not changed, I assume you agreed with my reply. Masami, I'll appreciate your review ;) Oleg. kernel/trace/trace_events.c | 155 +++++++++++++++++++----------------- kernel/trace/trace_events_filter.c | 17 ++--- 2 files changed, 87 insertions(+), 85 deletions(-) -- 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/