diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-06 22:46:54 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-06 22:46:54 +0300 |
commit | e50c5d2e725eb7192a62868d4a9987907741ff62 (patch) | |
tree | 39006b750aefd83e0120599f0985615429b3a014 /arch/x86 | |
parent | 5ba2a4b12f450c5c69099a5c19671c6e59daa435 (diff) | |
parent | 83b0b15bcb0f700e7c1d070aae2e7841170a4c33 (diff) | |
download | linux-e50c5d2e725eb7192a62868d4a9987907741ff62.tar.xz |
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull rseq updates from Ingo Molnar:
"A cleanup and a fix to comments"
* 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
rseq: Remove superfluous rseq_len from task_struct
rseq: Clean up comments by reflecting removal of event counter
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/signal.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c index c8aa58a2bab9..dff90fb6a9af 100644 --- a/arch/x86/kernel/signal.c +++ b/arch/x86/kernel/signal.c @@ -693,10 +693,7 @@ setup_rt_frame(struct ksignal *ksig, struct pt_regs *regs) sigset_t *set = sigmask_to_save(); compat_sigset_t *cset = (compat_sigset_t *) set; - /* - * Increment event counter and perform fixup for the pre-signal - * frame. - */ + /* Perform fixup for the pre-signal frame. */ rseq_signal_deliver(ksig, regs); /* Set up the stack frame */ |