summaryrefslogtreecommitdiff
path: root/net/ceph/messenger_v1.c
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2020-12-23 18:32:05 +0300
committerIlya Dryomov <idryomov@gmail.com>2021-01-04 19:31:32 +0300
commit4972cf605f8a10784bb9ec9bdf3465892fb547c8 (patch)
tree13ffc11a970810040e3ef902956486f0b14141f5 /net/ceph/messenger_v1.c
parent10f42b3e648377b2f2f323a5530354710616c6cc (diff)
downloadlinux-4972cf605f8a10784bb9ec9bdf3465892fb547c8.tar.xz
libceph, ceph: disambiguate ceph_connection_operations handlers
Since a few years, kernel addresses are no longer included in oops dumps, at least on x86. All we get is a symbol name with offset and size. This is a problem for ceph_connection_operations handlers, especially con->ops->dispatch(). All three handlers have the same name and there is little context to disambiguate between e.g. monitor and OSD clients because almost everything is inlined. gdb sneakily stops at the first matching symbol, so one has to resort to nm and addr2line. Some of these are already prefixed with mon_, osd_ or mds_. Let's do the same for all others. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Acked-by: Jeff Layton <jlayton@kernel.org>
Diffstat (limited to 'net/ceph/messenger_v1.c')
0 files changed, 0 insertions, 0 deletions