diff options
author | 2022-07-05 18:37:41 -0400 | |
---|---|---|
committer | 2022-07-15 13:35:59 -0400 | |
commit | 43b2aef3735e0ddb4fc4e6401cd5dc1bf205dead (patch) | |
tree | 7c0946601b3986cc811211d4358ba46169d7c38a /kernel/sysctl-test.c | |
parent | tracing/ipv4/ipv6: Use static array for name field in fib*_lookup_table event (diff) | |
download | wireguard-linux-43b2aef3735e0ddb4fc4e6401cd5dc1bf205dead.tar.xz wireguard-linux-43b2aef3735e0ddb4fc4e6401cd5dc1bf205dead.zip |
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 'kernel/sysctl-test.c')
0 files changed, 0 insertions, 0 deletions