Re: [ANNOUNCE] v4.14.34-rt27

From: Mike Galbraith
Date: Mon Apr 16 2018 - 03:26:21 EST


On Fri, 2018-04-13 at 23:52 +0200, Sebastian Andrzej Siewior wrote:
>
> - Inter-event (latency) fixes by Tom Zanussi.

ÂCC ÂÂÂÂÂkernel/trace/trace_events_hist.o
kernel/trace/trace_events_hist.c: In function â__update_field_varsâ:
kernel/trace/trace_events_hist.c:3093:11: warning: ignoring return value of âstrscpyâ, declared with attribute warn_unused_result [-Wunused-result]
ÂÂÂstrscpy(str, val_str, STR_VAR_LEN_MAX);
ÂÂÂÂÂÂÂÂÂÂ^
kernel/trace/trace_events_hist.c: In function âtrace_event_raw_event_synthâ:
kernel/trace/trace_events_hist.c:672:11: warning: ignoring return value of âstrscpyâ, declared with attribute warn_unused_result [-Wunused-result]
ÂÂÂstrscpy(str_field, str_val, STR_VAR_LEN_MAX);

Maybe add include/linux/string.h __must_check removal?

(whacked upstream by 08a77676f9c5)

-Mike