|
|
Log in / Subscribe / Register

Does fs-next include dependencies?

Does fs-next include dependencies?

Posted Dec 15, 2025 10:15 UTC (Mon) by taladar (subscriber, #68407)
Parent article: Best practices for linux-next

I assume when you write that filesystem changes are pulled in first that is still after their dependencies? Or are they literally testing their changes with outdated dependencies only to avoid running into bugs in e.g. the memory and block systems?


to post comments

Does fs-next include dependencies?

Posted Dec 16, 2025 1:44 UTC (Tue) by sfr (subscriber, #7761) [Link]

fs-next is created from just the fs related trees and is meant to be a reasonable base for
doing fs development. We will find conflicts with development in other subsystems when
the fs-next branch is later merged into linux-next itself (or when the other subsystem trees
are merged into linux-next later).


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