fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
<kerneltoast>
backwards compat to older kernels could be hairy
<kerneltoast>
(to *really* old kernels)
<kerneltoast>
that patch fixes the lockdep warnings and passes our lean testsuite
<kerneltoast>
currently checking to see if it fixes the probe_lock soft lockup bug too
<agentzh>
kerneltoast: newer kernels also work with this patch?
<agentzh>
like 5.x kernels?
<kerneltoast>
they should be fine, but i haven't tested it
<agentzh>
got it.
<kerneltoast>
i was looking at 5.8 and 2.6.32 headers while i wrote it
<kerneltoast>
so it should compile
<kerneltoast>
after all, it's not helpful if the patch needs something that doesn't exist anymore :P
<agentzh>
aye
orivej has quit [Ping timeout: 258 seconds]
khaled has quit [Quit: Konversation terminated!]
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]
sscox has quit [Ping timeout: 240 seconds]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
orivej has joined #systemtap
orivej has quit [Ping timeout: 258 seconds]
<kerneltoast>
fche, if it means anything to you, i updated the code in that gist to make it more robust. also, i have just confirmed it does NOT fix the probe_lock soft lockup