From: Arnd Bergmann <ar...@ar...>
We are close to being able to turn on -Wstringop-truncation
unconditionally instead of only at the 'make W=1' level, these five
warnings remain after the previous round and three patches I sent
separately for drivers/staging.
I hope I managed to include all the feedback on v1, so please apply
directly to subsystem trees if v2 looks ok to you.
Arnd
Arnd Bergmann (5):
[v2] test_hexdump: avoid string truncation warning
[v2] acpi: disable -Wstringop-truncation
[v2] block/partitions/ldm: convert strncpy() to strscpy()
[v2] blktrace: convert strncpy() to strscpy_pad()
[v2] kbuild: enable -Wstringop-truncation globally
block/partitions/ldm.c | 6 ++----
drivers/acpi/acpica/Makefile | 1 +
kernel/trace/blktrace.c | 3 +--
lib/test_hexdump.c | 2 +-
scripts/Makefile.extrawarn | 1 -
5 files changed, 5 insertions(+), 8 deletions(-)
--
2.39.2
Cc: "Richard Russon" <ld...@fl...>
Cc: Jens Axboe <ax...@ke...>
Cc: Robert Moore <rob...@in...>
Cc: "Rafael J. Wysocki" <raf...@in...>
Cc: Len Brown <le...@ke...>
Cc: Steven Rostedt <ro...@go...>
Cc: Masami Hiramatsu <mhi...@ke...>
Cc: Mathieu Desnoyers <mat...@ef...>
Cc: Andrew Morton <ak...@li...>
Cc: Masahiro Yamada <mas...@ke...>
Cc: Nathan Chancellor <na...@ke...>
Cc: Nicolas Schier <ni...@fj...>
Cc: Lin Ming <min...@in...>
Cc: Alexey Starikovskiy <ast...@su...>
Cc: lin...@li...
Cc: lin...@vg...
Cc: lin...@vg...
Cc: lin...@vg...
Cc: acp...@li...v
Cc: lin...@vg...
Cc: lin...@vg...
|