Package: systemtap Version: 4.7-1 Package: linux-image-amd64 Version: 5.19.6
During testing systemtap 4.7 with kernel 5.19, I found it can't resolve some global variables of nginx. However systemtap 4.7 can resolve them if test with kernel 5.10. According to output below, systemtap 4.7-1 is only tested with kernel version from 2.6.32 to 5.18-rc3 % stap -V > Systemtap translator/driver (version 4.7/0.187, Debian version 4.7-1) > Copyright (C) 2005-2022 Red Hat, Inc. and others > This is free software; see the source for copying conditions. > tested kernel versions: 2.6.32 ... 5.18-rc3 > enabled features: AVAHI BPF LIBSQLITE3 NLS NSS > > > % apt policy linux-image-amd64 > linux-image-amd64: > Installed: 5.19.6-1 > Candidate: 5.19.6-1 > Version table: > *** 5.19.6-1 990 > 990 http://cdn-aws.deb.debian.org/debian testing/main amd64 > Packages > 100 /var/lib/dpkg/status > 5.18.16-1~bpo11+1 100 > 100 http://cdn-aws.deb.debian.org/debian stable-backports/main > amd64 Packages > 5.10.140-1 500 > 500 http://cdn-aws.deb.debian.org/debian stable/main amd64 > Packages > 5.10.136-1 500 > 500 http://cdn-aws.deb.debian.org/debian-security > stable-security/main amd64 Packages > 4.19+105+deb10u16 500 > 500 http://cdn-aws.deb.debian.org/debian oldstable/main amd64 > Packages > 500 http://cdn-aws.deb.debian.org/debian-security > oldstable/updates/main amd64 Packages > > % apt policy systemtap > systemtap: > Installed: 4.7-1 > Candidate: 4.7-1 > Version table: > *** 4.7-1 990 > 990 http://cdn-aws.deb.debian.org/debian testing/main amd64 > Packages > 100 /var/lib/dpkg/status > 4.4-2 500 > 500 http://cdn-aws.deb.debian.org/debian stable/main amd64 > Packages > 4.0-1 500 > 500 http://cdn-aws.deb.debian.org/debian oldstable/main amd64 > Packages > With Regards Yibin

