[Qemu-devel] [PATCH v3 0/4] memfd fixes.

Ilya Maximets posted 4 patches 5 years, 1 month ago
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190311135850.6537-1-i.maximets@samsung.com
Maintainers: Laurent Vivier <lvivier@redhat.com>, Thomas Huth <thuth@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>
backends/hostmem-memfd.c | 18 ++++++++----------
tests/vhost-user-test.c  |  5 +++--
util/memfd.c             | 10 ++++++++--
3 files changed, 19 insertions(+), 14 deletions(-)
[Qemu-devel] [PATCH v3 0/4] memfd fixes.
Posted by Ilya Maximets 5 years, 1 month ago
Version 3:
    * Rebase on top of current master.

Version 2:
    * First patch changed to just drop the memfd backend
      if seals are not supported.

Ilya Maximets (4):
  hostmem-memfd: disable for systems wihtout sealing support
  memfd: always check for MFD_CLOEXEC
  memfd: set up correct errno if not supported
  memfd: improve error messages

 backends/hostmem-memfd.c | 18 ++++++++----------
 tests/vhost-user-test.c  |  5 +++--
 util/memfd.c             | 10 ++++++++--
 3 files changed, 19 insertions(+), 14 deletions(-)

-- 
2.17.1