* Arnaldo Carvalho de Melo <a...@kernel.org> wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit d8a8cfc76919b6c830305266b23ba671623f37ff: > > perf/core: Better explain the inherit magic (2017-03-16 14:16:53 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git > tags/perf-urgent-for-mingo-4.11-20170317 > > for you to fetch changes up to e7ede72a6d40cb3a30c087142d79381ca8a31dab: > > perf symbols: Fix symbols__fixup_end heuristic for corner cases (2017-03-17 > 10:30:22 -0300) > > ---------------------------------------------------------------- > perf/urgent fix > > - Fix symbols__fixup_end heuristic for corner cases, such as JITted eBPF > programs, that are loaded at page aligned addresses, just after the > kernel proper (Daniel Borkmann) > > Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> > > ---------------------------------------------------------------- > Daniel Borkmann (1): > perf symbols: Fix symbols__fixup_end heuristic for corner cases > > tools/perf/util/symbol.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Pulled, thanks Arnaldo! Ingo