LWN.net Logo

Advertisement

Advanced thin client solution for Linux, based on Open Source. Mix Windows and Linux applications on the same desktop.

Advertise here

LTT 0.9.6pre4

From:  Karim Yaghmour <karim@opersys.com>
To:  LTT <ltt@shafik.org>, LTT-Dev <ltt-dev@shafik.org>, linux-kernel <linux-kernel@vger.kernel.org>
Subject:  [ANNOUNCE] LTT 0.9.6pre4
Date:  Tue, 14 Dec 2004 17:32:10 -0500
Archive-link:  Article, Thread


This is to let everyone know that there's a new LTT release. This
should be the final LTT candidate before I make an official 0.9.6
release, so please test this out and report any problems. This
release includes patches for vanilla 2.6.9, so testing should be
rather straight-forward.

I would like to thank Tim Bird of the CE Linux Forum for going
through the LTT-dev mailing list archives and picking up some of
the contributions that were posted there, and integrating it all.

For this release, I've followed Andrew Morton's advice, and have
proceeded with a namespace cleanup of the kernel code. So,
instead of trace statements being like this:
	TRACE_SCHEDCHANGE(prev, next);
they have the more mainstream form of:
	ltt_ev_schedchange(prev, next);

Here are the highlights of the most important additions since the
opening of the 0.9.6preX branch:
     * Lockless logging (relayfs)
     * Per-CPU buffering
     * TSC timestamping
     * Use of relayfs for buffering and user-space interfacing
     * Code cleanup for adhering to kernel coding standards
     * ARM port

Enjoy,

Karim Yaghmour
-- 
Author, Speaker, Developer, Consultant
Pushing Embedded and Real-Time Linux Systems Beyond the Limits
http://www.opersys.com || karim@opersys.com || 1-866-677-4546

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds