On 15 October 2015 at 08:57, Eduardo Otubo <eduardo.ot...@profitbricks.com> wrote: > The following changes since commit c49d3411faae8ffaab8f7e5db47405a008411c10: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' > into staging (2015-10-13 10:42:06 +0100) > > are available in the git repository at: > > git://github.com/otubo/qemu.git tags/pull-seccomp-20151015 > > for you to fetch changes up to d8e4d1ef78093037fc6483561aee3aaedebbaa37: > > Add syscalls for -runas and -chroot to the seccomp sandbox (2015-10-15 > 09:41:15 +0200) > > ---------------------------------------------------------------- > seccomp branch queue > > ---------------------------------------------------------------- > Andrew Jones (2): > libseccomp: add cacheflush to whitelist > configure: arm/aarch64: allow enable-seccomp > > Namsun Ch'o (2): > Add argument filters to the seccomp sandbox > Add syscalls for -runas and -chroot to the seccomp sandbox
The commit messages in this are a bit of a mess. In particular, there's lots of chatty information about "I compiled QEMU and it worked fine" and "changes between v2 and v3" information, which should all go below the '---' divider so it doesn't appear in the final commit logs. "Add argument filters to the seccomp sandbox" should really also have a longer and more explanatory commit message giving rationale for the change, and so on, since it's adding a fair bit of new code. Can you either clean them up or ask the submitters to do so, please? thanks -- PMM