Re: [PATCH V2 2/6] perf tools: Handle read errors from ctl_fd

From: Arnaldo Carvalho de Melo
Date: Thu Sep 03 2020 - 16:16:58 EST


Em Wed, Sep 02, 2020 at 07:11:14PM +0300, Alexey Budankov escreveu:
>
> On 01.09.2020 12:37, Adrian Hunter wrote:
> > Handle read errors from ctl_fd such as EINTR, EAGAIN and EWOULDBLOCK.
> >
> > Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx>
> > ---
> > tools/perf/util/evlist.c | 16 +++++++++++-----
> > 1 file changed, 11 insertions(+), 5 deletions(-)
>
> Acked-by: Alexei Budankov <alexey.budankov@xxxxxxxxxxxxxxx>

Thanks, applied.

- Arnaldo