public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] [RFC] copy_strtok_from_user
@ 2009-02-26  5:32 Steven Rostedt
  2009-02-26  5:32 ` [PATCH v2 1/5] uaccess: move probe_kernel_* functions to lib/uaccess.c Steven Rostedt
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Steven Rostedt @ 2009-02-26  5:32 UTC (permalink / raw)
  To: linux-kernel
  Cc: Ingo Molnar, Andrew Morton, Peter Zijlstra, Frederic Weisbecker,
	H. Peter Anvin

This is the second series of the uaccess code.

Changes in v2:

 - moved probe_kernel_* functions to lib/uaccess.c

 - renamed copy_word_from_user to copy_strtok_from_user.

 - changed copy_strtok_from_user to pass in a delimiter string.
   ftrace defines SPACE to be ' \t\r\n'.

Ingo,
I added your copy right to lib/uaccess.c since git blame shows you
as the author of the probe_kernel_* code. Also, is it OK that I
added the "GPL v2" line in that file as well?

Andrew,
Since you are, in essence, the memory maintainer, could you give
your Acked-by: to the copy_strtok_from_user code.

The probe_kernel code is still EXPORT_SYMBOL_GPL, and I added
that too to copy_strtok_from_user. Are there any objections to that?

-- Steve



The following patches are in:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git

    branch: tip/tracing/uaccess


Steven Rostedt (5):
      uaccess: move probe_kernel_* functions to lib/uaccess.c
      uaccess: add copy_strtok_from_user
      tracing: convert event_trace to use copy_strtok_from_user
      tracing: convert ftrace_regex_write to use copy_strtok_from_user
      tracing: convert ftrace_graph_write to use copy_strtok_from_user

----
 include/linux/uaccess.h     |    5 +
 kernel/trace/ftrace.c       |  155 +++++++++++++++---------------
 kernel/trace/trace.h        |    2 +
 kernel/trace/trace_events.c |   78 +++++++--------
 lib/Makefile                |    3 +-
 lib/uaccess.c               |  229 +++++++++++++++++++++++++++++++++++++++++++
 mm/Makefile                 |    2 +-
 mm/maccess.c                |   55 ----------
 8 files changed, 351 insertions(+), 178 deletions(-)
-- 

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-02-26 14:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-26  5:32 [PATCH v2 0/5] [RFC] copy_strtok_from_user Steven Rostedt
2009-02-26  5:32 ` [PATCH v2 1/5] uaccess: move probe_kernel_* functions to lib/uaccess.c Steven Rostedt
2009-02-26  5:32 ` [PATCH v2 2/5] uaccess: add copy_strtok_from_user Steven Rostedt
2009-02-26  5:32 ` [PATCH v2 3/5] tracing: convert event_trace to use copy_strtok_from_user Steven Rostedt
2009-02-26  5:32 ` [PATCH v2 4/5] tracing: convert ftrace_regex_write " Steven Rostedt
2009-02-26  5:32 ` [PATCH v2 5/5] tracing: convert ftrace_graph_write " Steven Rostedt
2009-02-26 10:03 ` [PATCH v2 0/5] [RFC] copy_strtok_from_user Peter Zijlstra
2009-02-26 12:28   ` Ingo Molnar
2009-02-26 12:30     ` Ingo Molnar
2009-02-26 12:46       ` Steven Rostedt
2009-02-26 12:48         ` Steven Rostedt
2009-02-26 12:51       ` Steven Rostedt
2009-02-26 14:04         ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox