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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 18 Sep 2006 01:27:14 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Roman Zippel <zippel@...ux-m68k.org>
Cc:	Paul Mundt <lethal@...ux-sh.org>,
	Karim Yaghmour <karim@...rsys.com>,
	linux-kernel <linux-kernel@...r.kernel.org>,
	Ingo Molnar <mingo@...hat.com>, Jes Sorensen <jes@....com>,
	Andrew Morton <akpm@...l.org>,
	Tom Zanussi <zanussi@...ibm.com>,
	Richard J Moore <richardj_moore@...ibm.com>,
	"Frank Ch. Eigler" <fche@...hat.com>,
	Michel Dagenais <michel.dagenais@...ymtl.ca>,
	Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>,
	Christoph Hellwig <hch@...radead.org>,
	Greg Kroah-Hartman <gregkh@...e.de>,
	Thomas Gleixner <tglx@...utronix.de>,
	William Cohen <wcohen@...hat.com>,
	"Martin J. Bligh" <mbligh@...igh.org>
Subject: Re: tracepoint maintainance models


* Roman Zippel <zippel@...ux-m68k.org> wrote:

> What is so special between users of dynamic and static tracers, that 
> the former will never complain, if some tracepoint doesn't work 
> anymore?

If by breakage you mean accidental regressions, i was not talking about 
accidental breakages when i suggested that dynamic tracers would not see 
them. The "breakage" i talked about, and which would cause regressions 
to static tracer users but would not be noticed by dynamic tracer users 
was:

	_the moving of a static marker to a dynamic script_

(see <20060915204812.GA6909@...e.hu>, my first paragraph there. Also see 
<20060917143623.GB15534@...e.hu> for the same topic.)

this breaks static tracers, but dynamic tracers remain unaffected, 
because the dynamic probe (or the function attribute) still offers 
equivalent functionality. Hence users of dynamic tracers still have the 
same functionality - while users of static tracers see breakage. Ok?

If you meant accidental breakages, then of course users of both types of 
tracers would be affected, but even in this case there's a more subtle 
difference here, which i explained in <20060917143623.GB15534@...e.hu>:

>> In fact, with dynamic tracers, an end-user visible breakage can even 
>> be fixed _after the main kernel has been released, compiled and 
>> booted on the end-user's system_. Systemtap scripts can be updated on 
>> live systems. So there is very, very little maintainance pressure 
>> caused by dynamic tracing.

i hope this explains.

	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