lkml.org 
[lkml]   [2022]   [Dec]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] trace: Fix some checker warnings
Date
Btw, do you know how to deal with:

add_ftrace_export(struct trace_export **list, struct trace_export *export)

being called by:

add_ftrace_export(&ftrace_exports_list, export);

but ftrace_exports_list has an __rcu annotation, so the list argument in the
former should have an __rcu annotation in it somewhere too.

OTOH - there's only one user of add_trace_export() and add_ftrace_export(), so
can they be collapsed into register_ftrace_export()?

David

\
 
 \ /
  Last update: 2022-12-05 11:31    [W:0.221 / U:1.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site