]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
seccomp: remove the 'sd' argument from __seccomp_filter()
authorOleg Nesterov <oleg@redhat.com>
Tue, 28 Jan 2025 15:03:21 +0000 (16:03 +0100)
committerKees Cook <kees@kernel.org>
Mon, 10 Feb 2025 17:26:22 +0000 (09:26 -0800)
commite1cec5107c394911c32ddd907e89d77249c48559
tree5ab8ae276409d5f17d7a1d29b50f7d69d0b2cffc
parent1027cd8084bbcdf80d8a096d5e2c6da91402fc3c
seccomp: remove the 'sd' argument from __seccomp_filter()

After the previous change 'sd' is always NULL.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Reviewed-by: Kees Cook <kees@kernel.org>
Link: https://lore.kernel.org/r/20250128150321.GA15343@redhat.com
Signed-off-by: Kees Cook <kees@kernel.org>
kernel/seccomp.c