summaryrefslogtreecommitdiff
path: root/include/trace/stages
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-07-05 18:37:41 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-07-15 13:35:59 -0400
commit43b2aef3735e0ddb4fc4e6401cd5dc1bf205dead (patch)
tree7c0946601b3986cc811211d4358ba46169d7c38a /include/trace/stages
parentfca8300f68fe3fbb2fcda862f0f114011715b3bc (diff)
neighbor: tracing: Have neigh_create event use __string()
The dev field of the neigh_create event uses __dynamic_array() with a fixed size, which defeats the purpose of __dynamic_array(). Looking at the logic, as it already uses __assign_str(), just use the same logic in __string to create the size needed. It appears that because "dev" can be NULL, it needs the check. But __string() can have the same checks as __assign_str() so use them there too. Link: https://lkml.kernel.org/r/20220705183741.35387e3f@rorschach.local.home Cc: David Ahern <dsahern@gmail.com> Cc: David S. Miller <davem@davemloft.net> Cc: netdev@vger.kernel.org Acked-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'include/trace/stages')
0 files changed, 0 insertions, 0 deletions