Re: [PATCH] linux-user: add missing MULTICAST_IF get/setsockopt option

2021-03-05 Thread Philippe Mathieu-Daudé
On 3/5/21 4:46 AM, Jiaxun Yang wrote: > 在 2021/3/5 上午11:35, Jiaxun Yang 写道: > >> {IP,IPV6}_MULTICAST_IF was not supported. > >> > >> Reported-by: Yunqiang Su > >> Signed-off-by: Jiaxun Yang > >> --- > >>   linux-user/syscall.c  | 4 + > >>   linux-user/syscall.c.orig | 13305 > +

Re: [PATCH] linux-user: add missing MULTICAST_IF get/setsockopt option

2021-03-04 Thread Jiaxun Yang
在 2021/3/5 上午11:35, Jiaxun Yang 写道: > {IP,IPV6}_MULTICAST_IF was not supported. > > Reported-by: Yunqiang Su > Signed-off-by: Jiaxun Yang > --- > linux-user/syscall.c | 4 + > linux-user/syscall.c.orig | 13305 ^ Sorry ^ ^ sorry for the nois

Re: [PATCH] linux-user: add missing MULTICAST_IF get/setsockopt option

2021-03-04 Thread no-reply
missing MULTICAST_IF get/setsockopt option === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT