This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

kerneloops.org data


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]