diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-09-15 06:18:15 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-15 06:18:15 -0400 |
commit | dca2d6ac09d9ef59ff46820d4f0c94b08a671202 (patch) | |
tree | fdec753b842dad09e3a4151954fab3eb5c43500d /arch/x86/kernel/signal.c | |
parent | d6a65dffb30d8636b1e5d4c201564ef401a246cf (diff) | |
parent | 18240904960a39e582ced8ba8ececb10b8c22dd3 (diff) |
Merge branch 'linus' into tracing/hw-breakpoints
Conflicts:
arch/x86/kernel/process_64.c
Semantic conflict fixed in:
arch/x86/kvm/x86.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/signal.c')
-rw-r--r-- | arch/x86/kernel/signal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c index 0f89a4f20db2..baaf8052f355 100644 --- a/arch/x86/kernel/signal.c +++ b/arch/x86/kernel/signal.c | |||
@@ -860,6 +860,8 @@ do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags) | |||
860 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { | 860 | if (thread_info_flags & _TIF_NOTIFY_RESUME) { |
861 | clear_thread_flag(TIF_NOTIFY_RESUME); | 861 | clear_thread_flag(TIF_NOTIFY_RESUME); |
862 | tracehook_notify_resume(regs); | 862 | tracehook_notify_resume(regs); |
863 | if (current->replacement_session_keyring) | ||
864 | key_replace_session_keyring(); | ||
863 | } | 865 | } |
864 | 866 | ||
865 | #ifdef CONFIG_X86_32 | 867 | #ifdef CONFIG_X86_32 |