[PATCH 0/4] seccomp: remove the 'sd' argument from __secure_computing()

Oleg Nesterov posted 4 patches 11 months ago
There is a newer version of this series
arch/mips/kernel/ptrace.c           | 20 ++------------------
arch/powerpc/kernel/ptrace/ptrace.c |  2 +-
include/linux/seccomp.h             | 12 ++++--------
kernel/entry/common.c               |  2 +-
kernel/seccomp.c                    | 26 ++++++++++----------------
5 files changed, 18 insertions(+), 44 deletions(-)
[PATCH 0/4] seccomp: remove the 'sd' argument from __secure_computing()
Posted by Oleg Nesterov 11 months ago
Hello,

I know nothing about arch/mips and I don't have a mips machine, 1/4 wasn't
even compile tested.

Oleg.
---

 arch/mips/kernel/ptrace.c           | 20 ++------------------
 arch/powerpc/kernel/ptrace/ptrace.c |  2 +-
 include/linux/seccomp.h             | 12 ++++--------
 kernel/entry/common.c               |  2 +-
 kernel/seccomp.c                    | 26 ++++++++++----------------
 5 files changed, 18 insertions(+), 44 deletions(-)