]> sourceware.org Git - systemtap.git/commit
Allow nfsd.stp tapset to work on kernels with CONFIG_NFSD_V2 unset
authorWilliam Cohen <wcohen@redhat.com>
Tue, 25 Apr 2023 13:44:51 +0000 (09:44 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Wed, 26 Apr 2023 18:11:02 +0000 (14:11 -0400)
commit532ab9fdfb0aba455697a57da0b6d398b591437c
treecdf3c4394574d6a3c1746db4021962aae7278f28
parent71f89cccaf464c250c4497b7ec2a8e245b6704c4
Allow nfsd.stp tapset to work on kernels with CONFIG_NFSD_V2 unset

Some of the newer Fedora kernels have CONFIG_NFSD_V2 unset (*).  The
nfsd.stp tapset was requiring various NFSD V2 probes points to exist.
These required probes caused examples like nfsd-trace and nfsdtop
build failures.  Making the NFSD V2 probes optional allows the
nfsd.stp tapset to work on these kernels.

* https://src.fedoraproject.org/rpms/kernel/c/897c8e8d51d02e159116d60fe5bb5dde79150162?branch=rawhide
tapset/linux/nfsd.stp
This page took 0.029619 seconds and 5 git commands to generate.