diff options
author | Denis Efremov <efremov@linux.com> | 2020-08-24 15:59:21 +0300 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2020-09-09 02:26:45 +0300 |
commit | 2d9ca267a944c2b6ed5b4d750b1cf0407b6262b4 (patch) | |
tree | 518d63cc6743f1151994332b3a8f1396ee785bd9 /include/linux/intel-pti.h | |
parent | 3932fcecd96221e18100055d623b736d0ff873a4 (diff) | |
download | linux-2d9ca267a944c2b6ed5b4d750b1cf0407b6262b4.tar.xz |
seccomp: Use current_pt_regs() instead of task_pt_regs(current)
As described in commit a3460a59747c ("new helper: current_pt_regs()"):
- arch versions are "optimized versions".
- some architectures have task_pt_regs() working only for traced tasks
blocked on signal delivery. current_pt_regs() needs to work for *all*
processes.
In preparation for adding a coccinelle rule for using current_*(), instead
of raw accesses to current members, modify seccomp_do_user_notification(),
__seccomp_filter(), __secure_computing() to use current_pt_regs().
Signed-off-by: Denis Efremov <efremov@linux.com>
Link: https://lore.kernel.org/r/20200824125921.488311-1-efremov@linux.com
[kees: Reworded commit log, add comment to populate_seccomp_data()]
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'include/linux/intel-pti.h')
0 files changed, 0 insertions, 0 deletions