forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The scheduled -EINVAL for invalid timevals in setitimer
As scheduled, do_setitimer() now returns -EINVAL for invalid timeval. Signed-off-by: Adrian Bunk <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
1 parent
b3561ea
commit 35bab75
Showing
2 changed files
with
3 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,18 +117,6 @@ Who: Adrian Bunk <[email protected]> | |
|
||
--------------------------- | ||
|
||
What: Usage of invalid timevals in setitimer | ||
When: March 2007 | ||
Why: POSIX requires to validate timevals in the setitimer call. This | ||
was never done by Linux. The invalid (e.g. negative timevals) were | ||
silently converted to more or less random timeouts and intervals. | ||
Until the removal a per boot limited number of warnings is printed | ||
and the timevals are sanitized. | ||
|
||
Who: Thomas Gleixner <[email protected]> | ||
|
||
--------------------------- | ||
|
||
What: Unused EXPORT_SYMBOL/EXPORT_SYMBOL_GPL exports | ||
(temporary transition config option provided until then) | ||
The transition config option will also be removed at the same time. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters