On Mon, 24 Aug 2020 15:59:21 +0300, Denis Efremov wrote: > Modify seccomp_do_user_notification(), __seccomp_filter(), > __secure_computing() to use current_pt_regs().
Applied, thanks! [1/1] seccomp: Use current_pt_regs() instead of task_pt_regs(current) https://git.kernel.org/kees/c/4484dbacd7b6 I reworded your commit based on the thread and added one comment for a weird case where task == current, hopefully that looks correct: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git/commit/?h=for-next/seccomp&id=4484dbacd7b61eaa4e21332c0a044dedce732ebb -- Kees Cook