LWN.net Logo

The embedded Linux nightmare - an epilogue

The embedded Linux nightmare - an epilogue

Posted May 2, 2007 5:17 UTC (Wed) by dlang (✭ supporter ✭, #313)
In reply to: The embedded Linux nightmare - an epilogue by raven667
Parent article: The embedded Linux nightmare - an epilogue

however, you won't be trying to install that old version on brand new hardware, you will be installing it on the hardware that it supports.

as such you just need bugfixes, you don't need new drivers and other major improvements from the new kernel.

so you are just fine. the maintinance nightmare is when you try to backport larger chunks of things, and they drag in more stuff that they depend on.

even bugfixes aren't going to be complete, many bugs get fixed by replacing the code that is buggy (frequently without the person writing the new code recognising all the implications of the bug, sometimes without them noticing that there is a bug) with new code, useually to add new features, or as part of a cleanup effort.

bugs that are fixed like this are extremely hard to backport


(Log in to post comments)

The embedded Linux nightmare - an epilogue

Posted May 3, 2007 11:59 UTC (Thu) by raven667 (subscriber, #5198) [Link]

<blockquote><p>however, you won't be trying to install that old version on brand new hardware,
you will be installing it on the hardware that it supports.</p>

<p>as such you just need bugfixes, you don't need new drivers and other major improvements
from the new kernel.</p>
</blockquote>
<p>I hate to say it again but this is also not true. RHEL3 supports modern hardware, the have
backported newer versions of drivers and other compatability fixes. RHEL3 is supported on the
latest Dell PowerEdge 9th generation systems for example and even comes with the Dell hardware
management kernel drivers that were integrated with upstream.</p>

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