]> Git Repo - linux.git/commit
c/r: prctl: Move PR_GET_TID_ADDRESS to a proper place
authorCyrill Gorcunov <[email protected]>
Wed, 20 Jun 2012 19:53:04 +0000 (12:53 -0700)
committerLinus Torvalds <[email protected]>
Wed, 20 Jun 2012 21:39:36 +0000 (14:39 -0700)
commit5702c5eeab959e86ee2d9b4fe7f2d87e65b25d46
tree43e67dfe6d036691e9594453dfda1288e1b298c2
parent50d75f8daead8a1f850c40a3b6c6575ab19b48cf
c/r: prctl: Move PR_GET_TID_ADDRESS to a proper place

During merging of PR_GET_TID_ADDRESS patch the code has been misplaced (it
happened to appear under PR_MCE_KILL) in result noone can use this option.

Fix it by moving code snippet to a proper place.

Signed-off-by: Cyrill Gorcunov <[email protected]>
Acked-by: Kees Cook <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Pavel Emelyanov <[email protected]>
Cc: Andrey Vagin <[email protected]>
Cc: Serge Hallyn <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/sys.c
This page took 0.058431 seconds and 4 git commands to generate.