osmo-bts.git branch master updated. 0.7.0-156-gfbf0eac

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Wed Mar 14 05:21:06 UTC 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, master has been updated
       via  fbf0eac21b0acdbc35eb978b1edf77c2075c546e (commit)
      from  5b8889ce6b4661a14e79c6103fdd0eaf57a872b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=fbf0eac21b0acdbc35eb978b1edf77c2075c546e

commit fbf0eac21b0acdbc35eb978b1edf77c2075c546e
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Tue Mar 13 15:17:38 2018 +0700

    common/main.c: track talloc NULL contexts by default
    
    In order to be able to introspect not only the root application
    context, but also all other contexts, e.g. allocated within
    libosmocore or other libraries, let's enable tracking the
    use of NULL contexts using the corresponding talloc API.
    
    In order to obserbe all existing contexts,
    use the following VTY command:
    
      OsmoBTS# show talloc-context all ...
    
    Example of usage:
    
      OsmoBTS# show talloc-context all brief
    
      talloc report on 'null_context' (total 1302808 bytes in 5185 blocks)
        lapd context              contains    129 bytes in   5 blocks
        struct signal_handler     contains     40 bytes in   1 blocks
        struct pcu_sock_state     contains    120 bytes in   1 blocks
        struct lookup_helper      contains     24 bytes in   1 blocks
        struct signal_handler     contains     40 bytes in   1 blocks
        struct signal_handler     contains     40 bytes in   1 blocks
        abis                      contains  49065 bytes in  19 blocks
        struct signal_handler     contains     40 bytes in   1 blocks
        struct signal_handler     contains     40 bytes in   1 blocks
        struct signal_handler     contains     40 bytes in   1 blocks
        vty                       contains  93690 bytes in 5008 blocks
        logging                   contains   2862 bytes in   7 blocks
        OsmoBTS context           contains 1156678 bytes in 137 blocks
    
    Change-Id: I5e9381902dace7dfd37f98b657e4697b5afcff96

-----------------------------------------------------------------------

Summary of changes:
 src/common/main.c | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list