forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm…
…/linux/kernel/git/tip/tip Pull core locking updates from Thomas Gleixner. * 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: futex: Mark get_robust_list as deprecated futex: Do not leak robust list to unprivileged process
- Loading branch information
Showing
3 changed files
with
40 additions
and
46 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 |
---|---|---|
|
@@ -529,3 +529,13 @@ When: 3.5 | |
Why: The old kmap_atomic() with two arguments is deprecated, we only | ||
keep it for backward compatibility for few cycles and then drop it. | ||
Who: Cong Wang <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: get_robust_list syscall | ||
When: 2013 | ||
Why: There appear to be no production users of the get_robust_list syscall, | ||
and it runs the risk of leaking address locations, allowing the bypass | ||
of ASLR. It was only ever intended for debugging, so it should be | ||
removed. | ||
Who: Kees Cook <[email protected]> |
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
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