qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] seccomp: remove unused syscalls - for 1.6


From: Eduardo Otubo
Subject: [Qemu-devel] seccomp: remove unused syscalls - for 1.6
Date: Mon, 15 Jul 2013 14:29:39 -0300

Hello all,

In this small patch series I basically:

        1) Remove the ifdef's for the (not so) new libseccomp version that does 
a
  best effort and translates x86_32 syscalls into x86_64 when possible.

  2) Remove unused syscalls on the seccomp whitelist. For that removal, I've 
been
  running several instances of Qemu using a script written on top of
  virt-test[0]. After some weeks testing I could come up with this small list,
  and safely remove them without breaking anything.

[0] - https://github.com/autotest/virt-test/wiki

GIT: [PATCH 1/2] seccomp: no need to check arch in syscall whitelist
GIT: [PATCH 2/2] seccomp: removing unused syscalls gtom whitelist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]