Re: [PATCH] config: Activate SECCOMP also on MIPS 64

2021-11-01 Thread Daniel Golle
On Mon, Nov 01, 2021 at 12:11:18PM -0700, Rosen Penev wrote: > On Mon, Nov 1, 2021 at 10:05 AM Hauke Mehrtens wrote: > > > > This activates SECCOMP also on mips64 and mips64el. > > > > This was working fine in a basic test in qemu. > > > > Signed-off-by: Hauke Mehrtens > > --- > > > > I only did

Re: [PATCH] config: Activate SECCOMP also on MIPS 64

2021-11-01 Thread Rosen Penev
On Mon, Nov 1, 2021 at 10:05 AM Hauke Mehrtens wrote: > > This activates SECCOMP also on mips64 and mips64el. > > This was working fine in a basic test in qemu. > > Signed-off-by: Hauke Mehrtens > --- > > I only did very basic testing, why was this not activated in the beginning? > > >

[PATCH] config: Activate SECCOMP also on MIPS 64

2021-11-01 Thread Hauke Mehrtens
This activates SECCOMP also on mips64 and mips64el. This was working fine in a basic test in qemu. Signed-off-by: Hauke Mehrtens --- I only did very basic testing, why was this not activated in the beginning? config/Config-build.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff