On 19/11/2015 13:20, John Paul Adrian Glaubitz wrote:
> On 11/19/2015 12:29 PM, Laurent Vivier wrote:
>> revert:
>>
>> linux-user: add netlink audit
>> linux-user: support netlink protocol NETLINK_KOBJECT_UEVENT
>> linux-user: add rtnetlink(7) support
> 
> Indeed, that worked!
> 
> I am now getting an error message about an unsupported socketcall, but
> otherwise it works fine :).
> 
>       Unsupported socketcall: 20

I didn't really search the reason of that before, but:

Socketcall 20 seems to be sendmmsg() (and 19 is recvmmsg()).

I think it should be easy to add as the do_sendmmsg() and do_recvmmsg()
already exist in linux-user/syscall.c

Laurent

Reply via email to