From: Aleksandar Markovic <amarko...@wavecomp.com> This series is a spin-off of v5 of earlier series "linux-user: Misc patches for 5.0", that became too large to manage. I will submit the rest of that large series separately.
The only difference between patches in this series and in the former series is that all Laurent's comments and concerns were addressed. The summary of the patches is as follows: Patches 1-3: Adding support for some filesystem-related ioctls Patch 4: Adding support for a floppy-drive-related ioctls v1->v2: - removed patches that have been already merged - recheck that I addressed all Laurent's concerns - rebased to the latest upstram code Aleksandar Markovic (4): linux-user: Add support for FS_IOC_FS<GET|SET>XATTR ioctls linux-user: Add support for FITRIM ioctl linux-user: Add support for FIFREEZE and FITHAW ioctls linux-user: Add support for FDGETFDCSTAT ioctl linux-user/ioctls.h | 18 ++++++++++++++++++ linux-user/syscall_defs.h | 29 +++++++++++++++++++++++++++++ linux-user/syscall_types.h | 17 +++++++++++++++++ 3 files changed, 64 insertions(+) -- 2.7.4