LWN.net Logo

I'm afraid it won't work well

I'm afraid it won't work well

Posted Jul 9, 2008 3:52 UTC (Wed) by proski (subscriber, #104)
Parent article: The current development kernel is...linux-next?

Developing against the mainline tree or a tree based on it limits the complexity of the changes that are allowed to happen between the releases. It assures that development happens in short, manageable steps. It may be hard to merge, but the changes are mostly limited to subsystems, and possible interference is cleaned up before the release.

When working on linux-next, the changes start interacting with each other early. That would allow bigger, intertwined changes. In may be easier to merge because the patches "grow" together, but debugging and cleaning the kernel for the release may be harder.

linux-next would also limit developers' exposure to the code that will be released as the next kernel version. It could make releases less stable.


(Log in to post comments)

Compiled it today

Posted Jul 10, 2008 4:28 UTC (Thu) by proski (subscriber, #104) [Link]

First I had to enable ACPI sleep, or PCI code won't compile. And then it won't "indentify" my SATA drive. Yet I needed to test some wireless stuff, and my time was limited. Back to wireless-testing.

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