Re: [Qemu-devel] [PATCH v3] seccomp: add cacheflush to whitelist

2015-11-11 Thread Eduardo Otubo
On Mon, Nov 09, 2015 at 04=47=53PM -0500, Andrew Jones wrote: > On Mon, Nov 02, 2015 at 11:53:26PM +0100, Andrew Jones wrote: > > cacheflush is an arm-specific syscall that qemu built for arm > > uses. Add it to the whitelist, but only if we're linking with > > a recent enough libseccomp. > > > >

Re: [Qemu-devel] [PATCH v3] seccomp: add cacheflush to whitelist

2015-11-09 Thread Andrew Jones
On Mon, Nov 02, 2015 at 11:53:26PM +0100, Andrew Jones wrote: > cacheflush is an arm-specific syscall that qemu built for arm > uses. Add it to the whitelist, but only if we're linking with > a recent enough libseccomp. > > Signed-off-by: Andrew Jones > --- > v3: deal with major and minor version

[Qemu-devel] [PATCH v3] seccomp: add cacheflush to whitelist

2015-11-02 Thread Andrew Jones
cacheflush is an arm-specific syscall that qemu built for arm uses. Add it to the whitelist, but only if we're linking with a recent enough libseccomp. Signed-off-by: Andrew Jones --- v3: deal with major and minor version number bumps v2: only add cacheflush if libseccomp supports it qemu-secco