qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/5] linux-user: A set of misc patches for 4.1


From: Aleksandar Markovic
Subject: [Qemu-devel] [PATCH v2 0/5] linux-user: A set of misc patches for 4.1
Date: Wed, 24 Apr 2019 14:56:58 +0200

From: Aleksandar Markovic <address@hidden>

This is a collection of misc patches for kinux user that I recently
collected. Most of them originate from problems observed on target
mips. However, all of them actually fix problems on multiple
targets.

v1->v2:

  - added the patch on setsockopt()'s option IPV6_ADD_MEMBERSHIP
  - improved the commit message of interp_info sanitizing patch

Aleksandar Markovic (2):
  linux-user: Fix support for the SIOCATMARK and SIOCGPGRP ioctls for
    eXtensa
  linux-user: Add support for the SIOCSPGRP ioctl

Daniel Santos (1):
  linux-user: Sanitize interp_info and, for mips only, init field fp_abi

Neng Chen (2):
  linux-user: Add support the SIOCSIFPFLAGS and SIOCGIFPFLAGS ioctls
  linux-user: setsockopt(): Add support for the option
    IPV6_ADD_MEMBERSHIP

 linux-user/elfload.c      |  5 +++++
 linux-user/ioctls.h       |  3 +++
 linux-user/syscall.c      | 18 ++++++++++++++++++
 linux-user/syscall_defs.h |  8 +++++++-
 4 files changed, 33 insertions(+), 1 deletion(-)

-- 
2.7.4




reply via email to

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