Re: [PATCH 2/2] linux-user: add do_setsockopt CAN_RAW_FD_FRAMES support

2020-05-12 Thread Laurent Vivier
Le 06/05/2020 à 15:21, Tomas Krcka a écrit : > Signed-off-by: Tomas Krcka > --- > linux-user/syscall.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index 88d4c85b70..f751ed8b37 100644 > --- a/linux-user/syscall.c > +++ b/li

[PATCH 2/2] linux-user: add do_setsockopt CAN_RAW_FD_FRAMES support

2020-05-06 Thread Tomas Krcka
Signed-off-by: Tomas Krcka --- linux-user/syscall.c | 13 + 1 file changed, 13 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 88d4c85b70..f751ed8b37 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -2141,6 +2141,19 @@ static abi_long do_se