RFC: adding a 'version' flag process to kernel development in a non-destructive manner
RFC: adding a 'version' flag process to kernel development in a non-destructive manner
Posted Sep 5, 2008 15:13 UTC (Fri) by iabervon (subscriber, #722)In reply to: RFC: adding a 'version' flag process to kernel development in a non-destructive manner by kirkengaard
Parent article: Linux 3.0?
It should be relatively easy to minimize the stuff that requires 2.6, because the criteria for deprecating something is that either it doesn't exist any more (so far as anybody can tell) or it has a working replacement. If anyone actually can't switch from 2.6 to 3.0, then something from 2.6 needs to be brought back. This is different from 2.4->2.6, where there were a number of things that had to be done in combination with the transition because neither 2.4 nor 2.6 was a superset of the other. If 3.0 is exclusively a feature-removal release, then it's a proper subset of the last 2.6, and if you can get to the last 2.6 and have your system work, and you run without getting deprecation warnings, then you can move to 3.0 without any more changes.