[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20081001174719.GA21089@elte.hu>
Date: Wed, 1 Oct 2008 19:47:19 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: Pekka Paalanen <pq@....fi>, linux-kernel@...r.kernel.org,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Mathieu Desnoyers <compudj@...stal.dyndns.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Steven Rostedt <srostedt@...hat.com>
Subject: Re: [PATCH] ftrace: type cast verifier
* Ingo Molnar <mingo@...e.hu> wrote:
> could you rename it to trace_type() - that way the initialization could
> be written in a more compact way as:
>
> > + struct trace_mmiotrace_map *field = trace_type(field, entry);
ah, it cannot be done that way, as 'field' has to be known to the
compiler.
so your patch is fine as-is, the extra line is an acceptable cost, as we
get:
- the type filter (trying to cast an object outside of the narrow list
of trace entry types will cause a failed build - i.e. most of the
practical dangers of C type casting are avoided!)
- the runtime entry type checker
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