]> sourceware.org Git - systemtap.git/commit
runtime: default to using procfs for the transport
authorSultan Alsawaf <sultan@openresty.com>
Fri, 22 Jan 2021 18:46:22 +0000 (10:46 -0800)
committerSultan Alsawaf <sultan@openresty.com>
Fri, 22 Jan 2021 18:48:38 +0000 (10:48 -0800)
commit4706ab3ca5c0d9ba75658e1624a08f46f9ba05c5
tree8d1493dff3dbd93d86e0df87999f9ad1b1722703
parentd7ea535c6549757caac17b4a0dd3562213afcd09
runtime: default to using procfs for the transport

Using debugfs for the transport results in a multitude of bugs when
running stap modules in parallel. The bugs include debugfs outright
failing, warnings hit in fs/inode.c, and kernel panics. Since procfs has
been more stable over the years, default to using it for the transport
instead of debugfs. Using procfs resolves the issues faced with debugfs.
runtime/transport/transport.c
This page took 0.02869 seconds and 5 git commands to generate.