public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* Fixing some 2.6.27 detection problems
@ 2008-09-15 20:14 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2008-09-15 20:14 UTC (permalink / raw)
  To: systemtap

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-15 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-15 20:14 Fixing some 2.6.27 detection problems Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).