Re: [PATCH 1/2] linux-user: add do_setsockopt SOL_CAN_RAW CAN_RAW_FILTER support

2020-05-12 Thread Tomas Krcka
Am Di., 12. Mai 2020 um 22:09 Uhr schrieb Laurent Vivier : > > Le 06/05/2020 à 15:21, Tomas Krcka a écrit : > > Signed-off-by: Tomas Krcka > > --- > > linux-user/syscall.c | 34 ++ > > 1 file changed, 34 insertions(+) > > >

[PATCH 1/2] linux-user: add do_setsockopt SOL_CAN_RAW CAN_RAW_FILTER support

2020-05-06 Thread Tomas Krcka
Signed-off-by: Tomas Krcka --- linux-user/syscall.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 05f03919ff..88d4c85b70 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -56,6 +56,7

[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