diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/kernel/signal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/signal.c b/arch/arm/kernel/signal.c index 13dec276927a..ea4ad3a43c88 100644 --- a/arch/arm/kernel/signal.c +++ b/arch/arm/kernel/signal.c | |||
@@ -711,5 +711,7 @@ do_notify_resume(struct pt_regs *regs, unsigned int thread_flags, int syscall) | |||
711 | if (thread_flags & _TIF_NOTIFY_RESUME) { | 711 | if (thread_flags & _TIF_NOTIFY_RESUME) { |
712 | clear_thread_flag(TIF_NOTIFY_RESUME); | 712 | clear_thread_flag(TIF_NOTIFY_RESUME); |
713 | tracehook_notify_resume(regs); | 713 | tracehook_notify_resume(regs); |
714 | if (current->replacement_session_keyring) | ||
715 | key_replace_session_keyring(); | ||
714 | } | 716 | } |
715 | } | 717 | } |