[PATCH 0/4] linux-user: fix regression with some ioctls with newest glibc

Daniel P. Berrangé posted 4 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221004093206.652431-1-berrange@redhat.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
linux-user/ioctls.h        | 24 -----------------------
linux-user/linux_loop.h    |  4 ----
linux-user/syscall.c       | 39 ++++++++++++++++++++++++++------------
meson.build                | 12 ++++++++++++
tests/tcg/i386/test-i386.c | 10 +++-------
5 files changed, 42 insertions(+), 47 deletions(-)
[PATCH 0/4] linux-user: fix regression with some ioctls with newest glibc
Posted by Daniel P. Berrangé 1 year, 6 months ago
This fixes a problem where some ioctls lost their definition when we
build with latest glibc that prevents use using linux/fs.h  It further
does some cleanup of conditionals to mitigate against such problems
in future.

Daniel P. Berrangé (4):
  linux-user: add more compat ioctl definitions
  linux-user: remove conditionals for many fs.h ioctls
  meson: enforce a minimum Linux kernel headers version >= 4.18
  linux-user: drop conditionals for obsolete kernel header versions

 linux-user/ioctls.h        | 24 -----------------------
 linux-user/linux_loop.h    |  4 ----
 linux-user/syscall.c       | 39 ++++++++++++++++++++++++++------------
 meson.build                | 12 ++++++++++++
 tests/tcg/i386/test-i386.c | 10 +++-------
 5 files changed, 42 insertions(+), 47 deletions(-)

-- 
2.37.3