aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/kernel/signal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c
index b68ccadd2ff4..9363b58b967c 100644
--- a/arch/x86/kernel/signal.c
+++ b/arch/x86/kernel/signal.c
@@ -821,8 +821,6 @@ do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags)
821 if (thread_info_flags & _TIF_NOTIFY_RESUME) { 821 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
822 clear_thread_flag(TIF_NOTIFY_RESUME); 822 clear_thread_flag(TIF_NOTIFY_RESUME);
823 tracehook_notify_resume(regs); 823 tracehook_notify_resume(regs);
824 if (current->replacement_session_keyring)
825 key_replace_session_keyring();
826 } 824 }
827 if (thread_info_flags & _TIF_USER_RETURN_NOTIFY) 825 if (thread_info_flags & _TIF_USER_RETURN_NOTIFY)
828 fire_user_return_notifiers(); 826 fire_user_return_notifiers();