[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200122123251.044889aeeb07037d865b19e1@kernel.org>
Date: Wed, 22 Jan 2020 12:32:51 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Sasha Levin <sashal@...nel.org>
Cc: Steven Rostedt <rostedt@...dmis.org>, linux-kernel@...r.kernel.org,
Ingo Molnar <mingo@...nel.org>, stable@...r.kernel.org
Subject: Re: [for-linus][PATCH 3/5] tracing: trigger: Replace unneeded
RCU-list traversals
On Wed, 22 Jan 2020 02:26:22 +0000
Sasha Levin <sashal@...nel.org> wrote:
> Hi,
>
> [This is an automated email]
>
> This commit has been processed because it contains a "Fixes:" tag,
> fixing commit: 30350d65ac56 ("tracing: Add variable support to hist triggers").
>
> The bot has tested the following trees: v5.4.13, v4.19.97.
>
> v5.4.13: Build OK!
> v4.19.97: Build failed! Errors:
> kernel/trace/trace_events_hist.c:5725:34: error: macro "list_for_each_entry_rcu" passed 4 arguments, but takes just 3
> kernel/trace/trace_events_hist.c:5724:2: error: ‘list_for_each_entry_rcu’ undeclared (first use in this function)
> kernel/trace/trace_events_hist.c:5724:25: error: expected ‘;’ before ‘{’ token
Ah, that depends on commit 28875945ba98 ("rcu: Add support for consolidated-RCU reader checking").
We need to remove lockdep_is_held() from that list_for_each_entry_rcu().
(I've attached it)
Thank you,
--
Masami Hiramatsu <mhiramat@...nel.org>
Download attachment "tracing-trigger-replace" of type "application/octet-stream" (9242 bytes)
Powered by blists - more mailing lists