[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B4E86FB.40208@cn.fujitsu.com>
Date:	Thu, 14 Jan 2010 10:52:43 +0800
From:	Li Zefan <lizf@...fujitsu.com>
To:	Ingo Molnar <mingo@...e.hu>
CC:	Steven Rostedt <rostedt@...dmis.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/7][RESEND] tracing: Fix bugs in string filters.
This patchset fixes some bugs in string filters. Those bugs
affect both ftrace and perf-trace.
A new string helper strnstr() is introduced, to be used in
middle matching callback.
Also I add some comments to mainly explain why we should use
length-limited version of strstr() and strcmp().
---
 include/linux/string.h             |    5 ++++-
 kernel/trace/ftrace.c              |    6 +++---
 kernel/trace/trace_events_filter.c |   29 ++++++++++++++++++++---------
 lib/string.c                       |   27 ++++++++++++++++++++++++++-
 4 files changed, 53 insertions(+), 14 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists