[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v6 1/7] linux-user: Fix TARGET_SIOCATMARK defini
From: |
Aleksandar Markovic |
Subject: |
Re: [Qemu-devel] [PATCH v6 1/7] linux-user: Fix TARGET_SIOCATMARK definition for Mips |
Date: |
Mon, 19 Sep 2016 08:31:19 +0000 |
Thanks a lot for the review, Laurent, I am going to add TARGET_SH4 and
TARGET_ALPHA to this change.
I test LTP syscall test set on mips, arm and intel platforms as my regression
tests, but also some number of individual LTP tests (the choice of tests
depends on the change) on more platforms, and minimal test examples
illustrating the bug and the fix as well.
Aleksandar
________________________________________
From: Laurent Vivier address@hidden
Sent: Friday, September 16, 2016 11:22 AM
To: Aleksandar Markovic; address@hidden; address@hidden; address@hidden;
address@hidden; Leon Alrae; Petar Jovanovic; Miodrag Dinic; Aleksandar Rikalo;
Aleksandar Markovic
Subject: Re: [Qemu-devel] [PATCH v6 1/7] linux-user: Fix TARGET_SIOCATMARK
definition for Mips
Le 16/09/2016 à 13:14, Aleksandar Markovic a écrit :
> From: Aleksandar Markovic <address@hidden>
>
> This patch fixes wrong definition of TARGET_SIOCATMARK for Mips.
>
> The current definition is:
>
> #define SIOCATMARK 0x8905
>
> while the correct definition is:
>
> #define SIOCATMARK TARGET_IOR('s', 7, int)
According to linux sources, it seems true also for alpha and sh4.
Perhaps you can add them to the patch?
Do you have something to test it doesn't break anything?
Thanks,
Laurent
- [Qemu-devel] [PATCH v6 0/7] linux-user: Fix miscellaneous Mips-specific issues, Aleksandar Markovic, 2016/09/16
- [Qemu-devel] [PATCH v6 1/7] linux-user: Fix TARGET_SIOCATMARK definition for Mips, Aleksandar Markovic, 2016/09/16
- [Qemu-devel] [PATCH v6 2/7] linux-user: Fix TARGET_F_GETOWN definition for Mips, Aleksandar Markovic, 2016/09/16
- [Qemu-devel] [PATCH v6 3/7] linux-user: Fix structure target_flock definition for Mips, Aleksandar Markovic, 2016/09/16
- [Qemu-devel] [PATCH v6 4/7] linux-user: Fix structure target_semid64_ds definition for Mips, Aleksandar Markovic, 2016/09/16
- [Qemu-devel] [PATCH v6 5/7] linux-user: Fix certain argument alignment cases for Mips64, Aleksandar Markovic, 2016/09/16