diff options
author | David S. Miller <davem@davemloft.net> | 2008-03-18 03:37:55 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-18 03:37:55 -0400 |
commit | 577f99c1d08cf9cbdafd4e858dd13ff04d855090 (patch) | |
tree | 0f726bbda9b18d311d4c95198bbd96cb7ac01db0 /Documentation/feature-removal-schedule.txt | |
parent | 26c0f03f6b77c513cb7bc37b73a06819bdbb791b (diff) | |
parent | 2f633928cbba8a5858bb39b11e7219a41b0fbef5 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
drivers/net/wireless/rt2x00/rt2x00dev.c
net/8021q/vlan_dev.c
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 7279595b96c3..9119d037c2ce 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -172,6 +172,16 @@ Who: Len Brown <len.brown@intel.com> | |||
172 | 172 | ||
173 | --------------------------- | 173 | --------------------------- |
174 | 174 | ||
175 | What: ide-tape driver | ||
176 | When: July 2008 | ||
177 | Files: drivers/ide/ide-tape.c | ||
178 | Why: This driver might not have any users anymore and maintaining it for no | ||
179 | reason is an effort no one wants to make. | ||
180 | Who: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>, Borislav Petkov | ||
181 | <petkovbb@googlemail.com> | ||
182 | |||
183 | --------------------------- | ||
184 | |||
175 | What: libata spindown skipping and warning | 185 | What: libata spindown skipping and warning |
176 | When: Dec 2008 | 186 | When: Dec 2008 |
177 | Why: Some halt(8) implementations synchronize caches for and spin | 187 | Why: Some halt(8) implementations synchronize caches for and spin |
@@ -279,3 +289,15 @@ Why: Largely unmaintained and almost entirely unused. File system | |||
279 | is largely pointless as without a lot of work only the most | 289 | is largely pointless as without a lot of work only the most |
280 | trivial of Solaris binaries can work with the emulation code. | 290 | trivial of Solaris binaries can work with the emulation code. |
281 | Who: David S. Miller <davem@davemloft.net> | 291 | Who: David S. Miller <davem@davemloft.net> |
292 | |||
293 | --------------------------- | ||
294 | |||
295 | What: init_mm export | ||
296 | When: 2.6.26 | ||
297 | Why: Not used in-tree. The current out-of-tree users used it to | ||
298 | work around problems in the CPA code which should be resolved | ||
299 | by now. One usecase was described to provide verification code | ||
300 | of the CPA operation. That's a good idea in general, but such | ||
301 | code / infrastructure should be in the kernel and not in some | ||
302 | out-of-tree driver. | ||
303 | Who: Thomas Gleixner <tglx@linutronix.de> | ||