diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-01-03 16:56:56 +0100 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2024-01-05 13:16:18 -0800 |
commit | a7de1dea76cd6a3707707af4ea2f8bc3cdeaeb11 (patch) | |
tree | 62bb9a9405e9153cacf839a1457a3397061c2ed6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4ee7ffeb4ce50c80bc4504db6f39b25a2df6bcf4 (diff) |
nvme: trace: avoid memcpy overflow warning
A previous patch introduced a struct_group() in nvme_common_command to help
stringop fortification figure out the length of the fields, but one function
is not currently using them:
In file included from drivers/nvme/target/core.c:7:
In file included from include/linux/string.h:254:
include/linux/fortify-string.h:592:4: error: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()? [-Werror,-Wattribute-warning]
__read_overflow2_field(q_size_field, size);
^
Change this one to use the correct field name to avoid the warning.
Fixes: 5c629dc9609dc ("nvme: use struct group for generic command dwords")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions