[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220208143641.7850bbc6@gandalf.local.home>
Date: Tue, 8 Feb 2022 14:36:41 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: Namhyung Kim <namhyung@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>, Will Deacon <will@...nel.org>,
Waiman Long <longman@...hat.com>,
Boqun Feng <boqun.feng@...il.com>,
LKML <linux-kernel@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Byungchul Park <byungchul.park@....com>,
"Paul E. McKenney" <paul.mckenney@...aro.org>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Radoslaw Burny <rburny@...gle.com>
Subject: Re: [PATCH 03/12] timer: Protect lockdep functions with #ifdef
On Tue, 8 Feb 2022 10:41:59 -0800
Namhyung Kim <namhyung@...nel.org> wrote:
> With upcoming lock tracepoints config, it'd define some of lockdep
> functions without enabling CONFIG_LOCKDEP actually. The existing code
> assumes those functions will be removed by the preprocessor but it's
> not the case anymore. Let's protect the code with #ifdef's explicitly.
I wonder if it would be cleaner to have another macro name for these
locations to keep out the ugly #ifdef in the code.
lockdep_init_map_raw() ?
-- Steve
>
> Cc: Thomas Gleixner <tglx@...utronix.de>
> Signed-off-by: Namhyung Kim <namhyung@...nel.org>
> ---
Powered by blists - more mailing lists