kerneloops.org data
Frank Ch. Eigler
fche@redhat.com
Sat Jun 7 14:27:00 GMT 2008
Hi -
The kerneloops.org public repository of linux kernel oops messages and
derived data has been made public via git. This in turn lets us see
whether systemtap might have played a role in these problems. Here's
how to do the search:
git clone git://www.kerneloops.org/ oops
cd oops
git grep ' stap_' | cut -f1 -d: | uniq | xargs $PAGER
Right now, there are three reports (714.txt, 4764.txt, 7868.txt) that
show systemtap presence, and none of those seem to indicate systemtap
causing a problem. I hope Arjan keeps the git repository open, and
that we recheck it periodically.
- FChE
More information about the Systemtap
mailing list