[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/4] linux-user: A set of misc patches for 4.1
From: |
Aleksandar Markovic |
Subject: |
[Qemu-devel] [PATCH 0/4] linux-user: A set of misc patches for 4.1 |
Date: |
Tue, 23 Apr 2019 19:35:22 +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.
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 (1):
linux-user: Add support the SIOCSIFPFLAGS and SIOCGIFPFLAGS ioctls
linux-user/elfload.c | 5 +++++
linux-user/ioctls.h | 3 +++
linux-user/syscall_defs.h | 8 +++++++-
3 files changed, 15 insertions(+), 1 deletion(-)
--
2.7.4
- [Qemu-devel] [PATCH 0/4] linux-user: A set of misc patches for 4.1,
Aleksandar Markovic <=
- [Qemu-devel] [PATCH 1/4] linux-user: Fix support for the SIOCATMARK and SIOCGPGRP ioctls for eXtensa, Aleksandar Markovic, 2019/04/23
- [Qemu-devel] [PATCH 4/4] linux-user: Sanitize interp_info and, for mips only, init field fp_abi, Aleksandar Markovic, 2019/04/23
- [Qemu-devel] [PATCH 3/4] linux-user: Add support the SIOCSIFPFLAGS and SIOCGIFPFLAGS ioctls, Aleksandar Markovic, 2019/04/23
- [Qemu-devel] [PATCH 2/4] linux-user: Add support for the SIOCSPGRP ioctl, Aleksandar Markovic, 2019/04/23