Kernel Summit: Development process
Posted Jul 24, 2004 1:56 UTC (Sat) by
set (guest, #4788)
Parent article:
Kernel Summit: Development process
H. Peter Anvin tried to clarify the situation thusly in the
'A users thoughts on the new dev. model' thread on lk:
I think the discussion we had at the kernel summit has been somewhat
misrepresented by LWN et al. What we discussed was really more of a
"soft fork", with the -mm tree serving the purpose of 2.7, rather than
a hard fork with a separate maintainer and putting ourselves in
back/forward-porting hell all over again.
Note that Andrew's -mm tree *specificially* has infrastructure to keep
changes apart and thus backporting to 2.6 mainstream of patches which
have proven themselves becomes trivial.
Thus:
- Andrew will put experimental patches into -mm;
- Andrew will continue to forward-port 2.6 mainstream fixes to
-mm;
- Patches which have proven themselves stable and useful get
backported to 2.6;
- If the delta between 2.6 and -mm becomes too great we'll
consider a hard fork AT THAT TIME, i.e. fork lazily instead
of the past model of forking eagerly.
Why the change? Because the model already has proven itself, and
shown itself to be more functional than what we've had in the past.
2.6 is probably the most stable mainline tree we've had since 1.2 or
so, and yet Linus and Andrew process *lots* of changes. The -mm tree
has become a very effective filter for what should go into mainline,
whereas the odd-number forks generally *haven't* been, because
backporting to mainline has usually been an afterthought.
I for one welcome our new -mm overlords.
-hpa
(
Log in to post comments)