fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
derek0883 has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #systemtap
amerey has quit [Ping timeout: 260 seconds]
orivej_ has quit [Ping timeout: 258 seconds]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
_whitelogger has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
lindi- has quit [*.net *.split]
khaled has joined #systemtap
lindi- has joined #systemtap
lindi- has quit [*.net *.split]
mjw has joined #systemtap
lindi- has joined #systemtap
<modem>
hi
<modem>
I can't run systemtap on debian-testing
<modem>
(5.8)
<modem>
the mmap_sem apparently changed to mmap_lock
<modem>
I am fixing by hand task_finder2.c and access_process_vm.h
<modem>
i can provide a diff/patch if you like
<modem>
i also hit this:
<modem>
Pass 3: translated to C into "/tmp/stapYlVwKK/stap_af57c7df34efd9986deb5a5328293a66_20736_src.c" using 149944virt/138888res/8900shr/129916data kb, in 320usr/10sys/340real ms.
<modem>
In file included from /usr/share/systemtap/runtime/linux/runtime.h:31,
<modem>
from /usr/share/systemtap/runtime/runtime.h:26,
<modem>
from /tmp/stapYlVwKK/stap_af57c7df34efd9986deb5a5328293a66_20736_src.c:21:
<modem>
/usr/src/linux-headers-5.8.0-2-common/include/linux/vermagic.h:6:2: error: #error "This header can be included from kernel/module.c or *.mod.c only"
<modem>
6 | #error "This header can be included from kernel/module.c or *.mod.c only"