qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 47d206: seccomp: add cacheflush to whitelist


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 47d206: seccomp: add cacheflush to whitelist
Date: Mon, 16 Nov 2015 05:00:06 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 47d2067af3424c1a9b1b215dfc6b0c55ac4b3ee7
      
https://github.com/qemu/qemu/commit/47d2067af3424c1a9b1b215dfc6b0c55ac4b3ee7
  Author: Andrew Jones <address@hidden>
  Date:   2015-11-16 (Mon, 16 Nov 2015)

  Changed paths:
    M qemu-seccomp.c

  Log Message:
  -----------
  seccomp: add cacheflush to whitelist

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 <address@hidden>


  Commit: 693e59105d2ce4d6f4c96a2373fec06a24d0e6be
      
https://github.com/qemu/qemu/commit/693e59105d2ce4d6f4c96a2373fec06a24d0e6be
  Author: Andrew Jones <address@hidden>
  Date:   2015-11-16 (Mon, 16 Nov 2015)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: arm/aarch64: allow enable-seccomp

This is a revert of ae6e8ef11e6cb, but with a bit of refactoring,
and also specifically adding arm/aarch64, rather than all
architectures. Currently, libseccomp code appears to also support
mips, ppc, and s390. We could therefore allow qemu to enable
seccomp for those platforms as well, with additional configure
patches, given they're tested and proven to work.

Signed-off-by: Andrew Jones <address@hidden>
Acked-by: Eduardo Otubo <address@hidden>


  Commit: ba060c53d585d186ff0ac6b181f4b2a867acc210
      
https://github.com/qemu/qemu/commit/ba060c53d585d186ff0ac6b181f4b2a867acc210
  Author: dann frazier <address@hidden>
  Date:   2015-11-16 (Mon, 16 Nov 2015)

  Changed paths:
    M configure

  Log Message:
  -----------
  seccomp: loosen library version dependency

Drop the libseccomp required version back to 2.1.0, restoring the ability
to build w/ --enable-seccomp on Ubuntu 14.04.

Commit 4cc47f8b3cc4f32586ba2f7fce1dc267da774a69 tightened the dependency
on libseccomp from version 2.1.0 to 2.1.1. This broke building on Ubuntu
14.04, the current Ubuntu LTS release. The commit message didn't mention
any specific functional need for 2.1.1, just that it was the most recent
stable version at the time. I reviewed the changes between 2.1.0 and 2.1.1,
but it looks like that update just contained minor fixes and cleanups - no
obvious (to me) new interfaces or critical bug fixes.

Signed-off-by: dann frazier <address@hidden>
Acked-by: Eduardo Otubo <address@hidden>


  Commit: c257779e2a586043a1480bb7e96fb6bcd0129634
      
https://github.com/qemu/qemu/commit/c257779e2a586043a1480bb7e96fb6bcd0129634
  Author: Peter Maydell <address@hidden>
  Date:   2015-11-16 (Mon, 16 Nov 2015)

  Changed paths:
    M configure
    M qemu-seccomp.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20151116' into 
staging

seccomp branch queue

# gpg: Signature made Mon 16 Nov 2015 08:50:28 GMT using RSA key ID 12F8BD2F
# gpg: Good signature from "Eduardo Otubo (Software Engineer @ ProfitBricks) 
<address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 1C96 46B6 E1D1 C38A F2EC  3FDE FD0C FF5B 12F8 BD2F

* remotes/otubo/tags/pull-seccomp-20151116:
  seccomp: loosen library version dependency
  configure: arm/aarch64: allow enable-seccomp
  seccomp: add cacheflush to whitelist

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/bc7c6c1fec2e...c257779e2a58

reply via email to

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