|
Kernel Summit 2007 - an advance viewKernel Summit 2007 - an advance viewPosted Aug 28, 2007 11:53 UTC (Tue) by pointwood (subscriber, #2814)In reply to: Kernel Summit 2007 - an advance view by mingo Parent article: Kernel Summit 2007 - an advance view
=== CUT ===
I'm just a mere user, but I would like help out if/where I can. I have no idea how to test a new kernel on my systems, but if it was made easy (LiveCD's?) and/or there was a guide that provided me with relevant info (what to report back, etc.), then I'd be happy to test new kernels. I bet much of it can be automated. Create a mailing list used for announcing new kernels to be tested. I think that would get you a lot more testers and get the kernel tested on a lot more hardware.
(Log in to post comments)
Kernel Summit 2007 - an advance view Posted Aug 30, 2007 10:53 UTC (Thu) by intgr (subscriber, #39733) [Link] There indeed appears to be no documentation on kernel testing fornon-developers; Linus is always asking for more testers of release candidates, but it is often not straightforward without guidance on getting the kernel installed and reporting problems.
Publishing LiveCDs for every release candidate would really be a waste,
This is the "short" guide to testing kernels: follow Linus's release
Preferably you would use git because it allows regressions to be bisected
If that's too complicated for you, get tarballs from www.kernel.org; build
Even if the kernel runs fine, keep your eye on dmesg for OOPSes -- these
If there is no release candidate, you can try running the -mm kernel tree;
Kernel Summit 2007 - an advance view Posted Aug 30, 2007 18:57 UTC (Thu) by aegl (subscriber, #37581) [Link] "Even if the kernel runs fine, keep your eye on dmesg for OOPSes -- theseare definitely bugs regardless of whether they cause you problems."
If you are regularly testing development kernels, it is really useful to save the dmesg(1) output from every kernel that you boot. I added this to my /etc/rc.local
REL=`uname -r`
Then when I notice something odd happening I can check whether anything new and interesting showed up in the boot messages.
I've spotted a lot of issues by simply running diff(1) on the current and previous dmesg output.
Kernel Summit 2007 - an advance view Posted Sep 1, 2007 14:12 UTC (Sat) by kreutzm (subscriber, #4700) [Link] Or use a tool to scan your log files (like logcheck). When I try out a new kernel, I immediately get all new lines which I can then add to the log check rules after I acknowledged them (and possibly took other action).
Kernel Summit 2007 - an advance view Posted Aug 31, 2007 1:41 UTC (Fri) by rddunlap (subscriber, #27065) [Link] Have you seen the "Linux Kernel Tester's Guide" ?
http://www.stardust.webpages.pl/files/handbook/handbook-e...
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.