Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe2b05f7 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar
Browse files

futex: Revert "futex: Mark get_robust_list as deprecated"



This reverts commit ec0c4274.

get_robust_list() is in use and a removal would break existing user
space. With the permission checks in place it's not longer a security
hole. Remove the deprecation warnings.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Richard Weinberger <richard@nod.at>
Cc: akpm@linux-foundation.org
Cc: paul.gortmaker@windriver.com
Cc: davej@redhat.com
Cc: keescook@chromium.org
Cc: stable@vger.kernel.org
Cc: ebiederm@xmission.com
parent 5042afe7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2471,8 +2471,6 @@ SYSCALL_DEFINE3(get_robust_list, int, pid,
	if (!futex_cmpxchg_enabled)
		return -ENOSYS;

	WARN_ONCE(1, "deprecated: get_robust_list will be deleted in 2013.\n");

	rcu_read_lock();

	ret = -ESRCH;
+0 −2
Original line number Diff line number Diff line
@@ -142,8 +142,6 @@ compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
	if (!futex_cmpxchg_enabled)
		return -ENOSYS;

	WARN_ONCE(1, "deprecated: get_robust_list will be deleted in 2013.\n");

	rcu_read_lock();

	ret = -ESRCH;