Andrew recently complained that feature-removal-schedule.txt is always generating conflicts. The reason is clear; everybody adds to the bottom of the file. The solution he proposed is to place entries at random places in the file. However, we can make the tools work for us here quite simply by adding a separator at the bottom of the file. Then diff produces a patch which contains no meaningful context and patch will happily put new entries into the file in a random order. Unfortunately, git-cherry-pick won't, but I don't think Andrew uses it, so he'll be happy anyway. This will fail if people subsequently fail to add a separator at the bottom of a file. But then those people can be legitimately grumped at. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index c1d1fd0..325e5b4 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -328,3 +328,6 @@ Why: Not used in-tree. The current out-of-tree users used it to code / infrastructure should be in the kernel and not in some out-of-tree driver. Who: Thomas Gleixner <tglx@linutronix.de> + +--------------------------- + -- Intel are signing my paycheques ... these opinions are still mine "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." --
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Brandeburg, Jesse | RE: [regression] e1000e broke e1000 (was: Re: [ANNOUNCE] e1000 toe1000e migration ... |
| Greg KH | Re: [Patch v2] Make PCI extended config space (MMCONFIG) a driver opt-in |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 03/37] dccp: List management for new feature negotiation |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| John P Poet | Realtek 8111C transmit timed out |
