lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Feb 2009 13:54:19 -0500
From:	Steven Rostedt <rostedt@...dmis.org>
To:	linux-kernel@...r.kernel.org
Cc:	Ingo Molnar <mingo@...e.hu>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	"H. Peter Anvin" <hpa@...or.com>
Subject: [PATCH v3 0/6] [RFC] copy_strtok_from_user

Changes in v3:

 - created strtok_r for kernel.

 - Simplified copy_strtok_from_user by using strtok_r

 - updated the rest of the code to handle the above changes

I tested both the strtok_r and copy_strtok_from_user with this user app:

 http://www.kernel.org/pub/linux/kernel/people/rostedt/copy_strtok_from_user.c

Results of the test are here:

 http://www.kernel.org/pub/linux/kernel/people/rostedt/copy_strtok_test.txt

I added a "#undef strtok_r" after the strtok_r function and ran it again
to make sure the output was still the same, and it was.

Andrew, If this version is fine with you, could you ack the patches that
create the strtok_r and copy_strtok_from_user functions.

Thanks,

-- 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 (6):
      uaccess: move probe_kernel_* functions to lib/uaccess.c
      string: add strtok_r to kernel
      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/string.h      |    3 +
 include/linux/uaccess.h     |    4 +
 kernel/trace/ftrace.c       |  149 ++++++++++++++++---------------
 kernel/trace/trace.h        |    2 +
 kernel/trace/trace_events.c |   69 +++++---------
 lib/Makefile                |    3 +-
 lib/string.c                |   43 +++++++++
 lib/uaccess.c               |  205 +++++++++++++++++++++++++++++++++++++++++++
 mm/Makefile                 |    2 +-
 mm/maccess.c                |   55 ------------
 10 files changed, 361 insertions(+), 174 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ