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]

Fixing some 2.6.27 detection problems


Hi,

I just committed a patch to correct some 2.6.27 detection problems.
Basically the test was kernel_v > "2.6.26" (or kernel_v <= "2.6.26") and
should have been kernel_v >= "2.6.27" (or kernel_v < "2.6.27").
Otherwise a kernel like 2.6.26.5 would be misdiagnosed.

This fixes a lot of testsuite failures for me. Unfortunately I don't
have a 2.6.27 test kernel around, so if someone who has could make sure
things work there also correctly that would be appreciated.

Thanks,

Mark

commit fc22e8a361f3c19dcb048dc5f245565164b9d829
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Sep 15 21:17:59 2008 +0200

    Fix 2.6.27 detection.


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