]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf machine: Fixup kernel maps ends after adding extra maps
authorNamhyung Kim <namhyung@kernel.org>
Fri, 28 Feb 2025 21:17:31 +0000 (18:17 -0300)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 6 Mar 2025 07:03:15 +0000 (23:03 -0800)
commitf7a46e028c394cd422326caa7a2ad6ba0cd87915
treeaf5f1bda0ea1cfde0aa04ecb182b32316b43a05c
parent25d9c0301d36f4d80eb8bc8211e46900f177daf2
perf machine: Fixup kernel maps ends after adding extra maps

I just noticed it would add extra kernel maps after modules.  I think it
should fixup end address of the kernel maps after adding all maps first.

Fixes: 876e80cf83d10585 ("perf tools: Fixup end address of modules")
Reported-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/lkml/Z7TvZGjVix2asYWI@x1
Link: https://lore.kernel.org/lkml/Z712hzvv22Ni63f1@google.com
Link: https://lore.kernel.org/r/20250228211734.33781-4-acme@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/machine.c