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 <laur...@vivier.eu> Sent: Tuesday, October 23, 2018 7:49:38 PM To: Aleksandar Markovic; qemu-devel@nongnu.org Cc: aurel...@aurel32.net; Aleksandar Rikalo; Aleksandar Markovic; Stefan Markovic; Petar Jovanovic; riku.voi...@iki.fi; Yunqiang Su Subject: Re: [PATCH v2 3/3] linux-user: Add support for SO_REUSEPORT On 23/10/2018 14:07, Aleksandar Markovic wrote: > From: Yunqiang Su <y...@wavecomp.com> > > 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 <y...@wavecomp.com> > Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> > --- > linux-user/strace.c | 3 +++ > linux-user/syscall.c | 10 ++++++++++ > 2 files changed, 13 insertions(+) Reviewed-by: Laurent Vivier <laur...@vivier.eu>