Re: [PATCH 6/9] perf tools: Don't search for active kernel start in __machine__create_kernel_maps

From: Arnaldo Carvalho de Melo
Date: Mon Feb 19 2018 - 07:18:27 EST


Em Mon, Feb 19, 2018 at 11:49:44AM +0100, Jiri Olsa escreveu:
> On Mon, Feb 19, 2018 at 07:19:36PM +0900, Namhyung Kim wrote:
>
> SNIP
>
> > From b736729e83b62f97d716a011ccf4e430b614fecd Mon Sep 17 00:00:00 2001
> > From: Namhyung Kim <namhyung@xxxxxxxxxx>
> > Date: Mon, 19 Feb 2018 19:00:46 +0900
> > Subject: [PATCH] perf tools: Fix paranoid check in machine__set_kernel_mmap()
> >
> > The machine__set_kernel_mmap() is to setup addresses of the kernel map
> > using external info. But it has a check when the address is given
> > from an incorrect input which should have the start and end address of
> > 0 (i.e. machine__process_kernel_mmap_event).
> >
> > But we also use the end address of 0 for a valid input so change it to
> > check both start and end addresses.
> >
> > Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
>
> Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Thanks, applied.

- Arnaldo