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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 23 Mar 2009 07:34:56 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Roland McGrath <roland@...hat.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Steven Rostedt <rostedt@...dmis.org>, utrace-devel@...hat.com,
	Frank Eigler <fche@...hat.com>, linux-kernel@...r.kernel.org,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [PATCH 3/3] utrace-based ftrace "process" engine, v2


* Roland McGrath <roland@...hat.com> wrote:

> > kernel/utrace.c should probably be introduced as 
> > kernel/trace/utrace.c not kernel/utrace.c. It also overlaps pending 
> > work in the tracing tree and cooperation would be nice and desired.
> 
> Of course I would like to cooperate with everyone.  And of course 
> it does not really matter much where a source file lives.  But 
> IMHO utrace really does not fit in with the kernel/trace/ code 
> much at all.  Sure, its hooks can be used by tracer 
> implementations that use CONFIG_TRACING stuff.  But it is a 
> general API about user thread state.  It belongs in kernel/trace/ 
> "naturally" far less than, say, kprobes.  utrace will in future be 
> used to implement userland features (ptrace et al) that are just 
> aspects of the basics of what an operating system does: mediate 
> userland for userland. Those uses will have nothing to do with 
> "kernel tracing".

But it is fitting if you think of kernel/trace/ as 
kernel/instrumentation/.

The virtualization-alike uses for utrace are in essence using system 
call instrumentation callbacks to inject extra functionality into 
the system. That's possible not because it's primarily geared at 
doing that, but because the instrumentation callbacks are generic 
and complete enough. It's still correct to think of it as an 
instrumentation tool and to maintain it as such. That also makes it 
clear that none of these APIs are to be regarded permanent ABIs.

Anyway ... placement is no big deal, and kernel/utrace.c is 
certainly a good way of avoiding the tracing tree ;-)

	Ingo
--
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