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:	Tue, 01 Dec 2009 16:23:06 +0800
From:	Lai Jiangshan <laijs@...fujitsu.com>
To:	Steven Rostedt <rostedt@...dmis.org>, Ingo Molnar <mingo@...e.hu>,
	Jason Baron <jbaron@...hat.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/7] trace_syscalls: remove duplications


trace_syscalls introduces a lot of duplicate functions
to all syscalls. These series patches remove them.

   text    data     bss     dec     hex filename
 630068  152084  531376 1313528  140af8 kernel/built-in.o.old
 593997  151988  531824 1277809  137f71 kernel/built-in.o.new

patch 1~4 is for preparing.
patch 5~6 remove duplications
patch 7 cleanups

Signed-off-by: Lai Jiangshan <laijs@...fujitsu.com>
---
 include/linux/syscalls.h      |   73 ++++--------------------
 include/trace/syscall.h       |   20 ++----
 kernel/trace/trace_syscalls.c |  124 ++++++++++++------------------------------
 3 files changed, 57 insertions(+), 160 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