]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: Log when we leak and disallow inlining 69278/head
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 29 May 2026 03:59:41 +0000 (13:59 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 8 Jun 2026 22:04:08 +0000 (08:04 +1000)
commitd6f1bcc89018e02e08290fda58cfa0792bd0a76a
tree475c34514b6a6cec593999147cacd49e2b4a5a1f
parent44fa2a5d857509dd8c12b0ef50035bb3ca60341b
common: Log when we leak and disallow inlining

eaa2013 added a generic suppression that exposed the fact that the newer
compiler was inlining CephContext::do_command(). In order to avoid such
scenario in the future, and to keeo the behaviour constant between
daemons we'll disallow inlining.

Fixes: https://tracker.ceph.com/issues/76473
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/common/ceph_context.cc