On 12/11/2018 16:29, Aleksandar Markovic wrote:
> Hi, Laurent. Is there any chance that from this series this patch only makes
> into 3.1? One can argue that this is a bug fix, but it is your call.
Hi Aleksandar,
yes, I'm adding this patch to my next pull-request (for today or tomorrow).
Thanks
Hi, Laurent. Is there any chance that from this series this patch only makes
into 3.1? One can argue that this is a bug fix, but it is your call.
Thanks, Aleksandar
From: Laurent Vivier
Sent: Tuesday, October 23, 2018 7:49:38 PM
To: Aleksandar Markovic;
On 23/10/2018 14:07, Aleksandar Markovic wrote:
> From: Yunqiang Su
>
> Add support for SO_REUSEPORT, including strace support. SO_REUSEPORT
> was introduced relatively recently, since Linux 3.9, so use
> '#if defined SO_REUSEPORT'.
>
> Signed-off-by: Yunqiang Su
> Signed-off-by: Aleksandar Mar
From: Yunqiang Su
Add support for SO_REUSEPORT, including strace support. SO_REUSEPORT
was introduced relatively recently, since Linux 3.9, so use
'#if defined SO_REUSEPORT'.
Signed-off-by: Yunqiang Su
Signed-off-by: Aleksandar Markovic
---
linux-user/strace.c | 3 +++
linux-user/syscall.c