Re: [Qemu-devel] [PATCH v2 3/3] linux-user: Add support for SO_REUSEPORT

2018-11-12 Thread Laurent Vivier
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

Re: [Qemu-devel] [PATCH v2 3/3] linux-user: Add support for SO_REUSEPORT

2018-11-12 Thread Aleksandar Markovic
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;

Re: [Qemu-devel] [PATCH v2 3/3] linux-user: Add support for SO_REUSEPORT

2018-10-23 Thread Laurent Vivier
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

[Qemu-devel] [PATCH v2 3/3] linux-user: Add support for SO_REUSEPORT

2018-10-23 Thread Aleksandar Markovic
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