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
| ||
|
Message-Id: <1433410636-26812-1-git-send-email-linux@rasmusvillemoes.dk> Date: Thu, 4 Jun 2015 11:37:07 +0200 From: Rasmus Villemoes <linux@...musvillemoes.dk> To: Andrew Morton <akpm@...ux-foundation.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Neil Brown <neilb@...e.de>, "Theodore Ts'o" <tytso@....edu>, Andreas Dilger <adilger.kernel@...ger.ca>, Steven Rostedt <rostedt@...dmis.org>, Ingo Molnar <mingo@...hat.com> Cc: Rasmus Villemoes <linux@...musvillemoes.dk>, linux-kernel@...r.kernel.org, linux-raid@...r.kernel.org, linux-ext4@...r.kernel.org Subject: [RFC/PATCH 0/8] Introduce strreplace Doing single-character substitution on an entire string is open-coded in a few places, sometimes in a rather suboptimal way. This introduces a trivial helper, strreplace, for this task along with a few example conversions. Rasmus Villemoes (8): lib: string: Introduce strreplace kernel/trace/trace_events_filter.c: Use strreplace blktrace: use strreplace in do_blk_trace_setup lib/kobject.c: Use strreplace drivers/base/core.c: Use strreplace drivers/md/md.c: Use strreplace fs/jbd2/journal.c: Use strreplace fs/ext4/super.c: Use strreplace in ext4_fill_super drivers/base/core.c | 5 +---- drivers/md/md.c | 4 +--- fs/ext4/super.c | 4 +--- fs/jbd2/journal.c | 10 ++-------- include/linux/string.h | 1 + kernel/trace/blktrace.c | 6 ++---- kernel/trace/trace_events_filter.c | 5 ++--- lib/kobject.c | 4 +--- lib/string.c | 17 +++++++++++++++++ 9 files changed, 28 insertions(+), 28 deletions(-) -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists