aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-05-08 03:30:49 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:13 -0400
commit35bab756b49bd148760a3bbd3c907cd74754dbb4 (patch)
tree8572b353c595a026931fe04e4bc20d1e50516e3f /Documentation/feature-removal-schedule.txt
parentb3561ea9462b33a0bf824b4ca19a1ae84db81210 (diff)
The scheduled -EINVAL for invalid timevals in setitimer
As scheduled, do_setitimer() now returns -EINVAL for invalid timeval. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 5a1f0319add1..54d0e72ce2c6 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -117,18 +117,6 @@ Who: Adrian Bunk <bunk@stusta.de>
117 117
118--------------------------- 118---------------------------
119 119
120What: Usage of invalid timevals in setitimer
121When: March 2007
122Why: POSIX requires to validate timevals in the setitimer call. This
123 was never done by Linux. The invalid (e.g. negative timevals) were
124 silently converted to more or less random timeouts and intervals.
125 Until the removal a per boot limited number of warnings is printed
126 and the timevals are sanitized.
127
128Who: Thomas Gleixner <tglx@linutronix.de>
129
130---------------------------
131
132What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports 120What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports
133 (temporary transition config option provided until then) 121 (temporary transition config option provided until then)
134 The transition config option will also be removed at the same time. 122 The transition config option will also be removed at the same time.