]> sourceware.org Git - systemtap.git/commit
Make runtime/transport/symbols.c compatible with newer struct module_memory
authorWilliam Cohen <wcohen@redhat.com>
Thu, 8 Jun 2023 01:50:34 +0000 (21:50 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Thu, 8 Jun 2023 01:50:34 +0000 (21:50 -0400)
commitfc6519089d3f9366470ce442b648d69ed9b56f53
tree097feb96f9593da93fb76848a8ce91bbf90a5f3d
parent5251b3060790faafa9f94c14801baaa76a2bf8ea
Make runtime/transport/symbols.c compatible with newer struct module_memory

The upstream kernel commit ac3b43283923440900b4f36ca5f9f0b1ca43b70e
changed the structures for modules.  The runtime/transport/symbols.c
made an access to the struct module_memory and needed the appropriate
field name for the newer kernels.  This change allows another dozen of
the systemtap examples to pass on Linux 6.4 kernels.
runtime/transport/symbols.c
This page took 0.026439 seconds and 5 git commands to generate.