Revision 3619ef76b37d4803bc9daee9d03d82c8526db378 authored by Namhyung Kim on 08 June 2017, 07:31:01 UTC, committed by Arnaldo Carvalho de Melo on 08 June 2017, 18:38:41 UTC
The commit 6ebd2547dd24 ("perf annotate: Fix a bug following symbolic
link of a build-id file") changed to use dirname to follow the symlink.
But it only considers new-style build-id cache names so old names fail
on readlink() and force to use system path which might not available.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Taeung Song <treeze.taeung@gmail.com>
Cc: Wang Nan <wangnan0@huawei.com>
Cc: kernel-team@lge.com
Fixes: 6ebd2547dd24 ("perf annotate: Fix a bug following symbolic link of a build-id file")
Link: http://lkml.kernel.org/r/20170608073109.30699-2-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 14fc42f
History
File Mode Size
b53
mv88e6xxx
Kconfig -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 478 bytes
bcm_sf2.c -rw-r--r-- 33.8 KB
bcm_sf2.h -rw-r--r-- 5.4 KB
bcm_sf2_cfp.c -rw-r--r-- 14.9 KB
bcm_sf2_regs.h -rw-r--r-- 11.6 KB
dsa_loop.c -rw-r--r-- 7.6 KB
dsa_loop.h -rw-r--r-- 407 bytes
dsa_loop_bdinfo.c -rw-r--r-- 715 bytes
lan9303-core.c -rw-r--r-- 25.7 KB
lan9303.h -rw-r--r-- 534 bytes
lan9303_i2c.c -rw-r--r-- 2.9 KB
lan9303_mdio.c -rw-r--r-- 4.1 KB
mt7530.c -rw-r--r-- 27.6 KB
mt7530.h -rw-r--r-- 11.2 KB
mv88e6060.c -rw-r--r-- 6.8 KB
mv88e6060.h -rw-r--r-- 4.4 KB
qca8k.c -rw-r--r-- 25.1 KB
qca8k.h -rw-r--r-- 5.8 KB

back to top