[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181005114516.68f47767@gandalf.local.home>
Date: Fri, 5 Oct 2018 11:45:16 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Jiri Olsa <jolsa@...hat.com>,
Ingo Molnar <mingo@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Tzvetomir Stoyanov <tz.stoyanov@...il.com>,
Linux Trace Devel <linux-trace-devel@...r.kernel.org>,
Colin Patrick McCabe <cmccabe@...mni.cmu.edu>
Subject: Re: [PATCH v3] tools/lib/traceevent: Replace str_error_r() with an
open coded implementation
On Fri, 5 Oct 2018 12:37:31 -0300
Arnaldo Carvalho de Melo <acme@...nel.org> wrote:
> Em Fri, Oct 05, 2018 at 11:30:56AM -0400, Steven Rostedt escreveu:
> > Bah, I now get warnings that sys_nerr and sys_errlist are deprecated.
> >
> > OK, so going back to just using the racy strerror() should be good
> > enough, as this incompatibility with strerror_r() is a disaster!
>
> I've been there, done that... ;-) Check:
>
> tools/lib/str_error_r.c
> tools/lib/bpf/str_error.c
>
> The trick: have this function in a separate file, so that _GNU_SOURCE
> doesn't get in the way...
>
Yep, I've been looking at these. I'll need to add yet another version,
so that we can have it for the external libtraceevent. I'll be sending
out a patch shortly.
-- Steve
Powered by blists - more mailing lists