Re: [ANNOUNCE] v4.14.34-rt27

From: Sebastian Andrzej Siewior
Date: Fri Apr 20 2018 - 13:38:58 EST


On 2018-04-16 09:26:00 [+0200], Mike Galbraith wrote:
> 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)

okay, let me cherry-pick that commit.

> -Mike

Sebastian