diff options
author | 2021-10-04 16:44:16 -0600 | |
---|---|---|
committer | 2021-10-04 16:44:16 -0600 | |
commit | b718f9d919d16fb7b97a890f74d34593d9cecd20 (patch) | |
tree | ed38d58283ae36e0478bac2e0d244e06dbcc2f1c /include/linux/tracehook.h | |
parent | docs: checkpatch: add multiline, do/while, and multiple-assignment messages (diff) | |
parent | Linux 5.15-rc4 (diff) | |
download | linux-dev-b718f9d919d16fb7b97a890f74d34593d9cecd20.tar.xz linux-dev-b718f9d919d16fb7b97a890f74d34593d9cecd20.zip |
Merge tag 'v5.15-rc4' into docs-next
This is needed to get a docs fix that entered via the DRM tree; testers
have requested it so that PDF builds in docs-next work again.
Diffstat (limited to 'include/linux/tracehook.h')
-rw-r--r-- | include/linux/tracehook.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tracehook.h b/include/linux/tracehook.h index 3e80c4bc66f7..2564b7434b4d 100644 --- a/include/linux/tracehook.h +++ b/include/linux/tracehook.h @@ -197,6 +197,8 @@ static inline void tracehook_notify_resume(struct pt_regs *regs) mem_cgroup_handle_over_high(); blkcg_maybe_throttle_current(); + + rseq_handle_notify_resume(NULL, regs); } /* |