diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index dc7c681e532c..a0ed3964a219 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -324,3 +324,15 @@ When: 2.6.29 (ideally) or 2.6.30 (more likely) | |||
324 | Why: Deprecated by the new (standard) device driver binding model. Use | 324 | Why: Deprecated by the new (standard) device driver binding model. Use |
325 | i2c_driver->probe() and ->remove() instead. | 325 | i2c_driver->probe() and ->remove() instead. |
326 | Who: Jean Delvare <khali@linux-fr.org> | 326 | Who: Jean Delvare <khali@linux-fr.org> |
327 | |||
328 | --------------------------- | ||
329 | |||
330 | What: SELinux "compat_net" functionality | ||
331 | When: 2.6.30 at the earliest | ||
332 | Why: In 2.6.18 the Secmark concept was introduced to replace the "compat_net" | ||
333 | network access control functionality of SELinux. Secmark offers both | ||
334 | better performance and greater flexibility than the "compat_net" | ||
335 | mechanism. Now that the major Linux distributions have moved to | ||
336 | Secmark, it is time to deprecate the older mechanism and start the | ||
337 | process of removing the old code. | ||
338 | Who: Paul Moore <paul.moore@hp.com> | ||