Re: [PATCH] linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}

2021-02-13 Thread Laurent Vivier
Le 04/02/2021 à 16:39, Jason A. Donenfeld a écrit : > These were defined for other platforms but mistakenly left out of mips > and generic, so this commit adds them to the places missing. Then it > makes them be translated in getsockopt. > > Signed-off-by: Jason A. Donenfeld > --- > linux-user/g

Re: [PATCH] linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}

2021-02-13 Thread Laurent Vivier
Le 04/02/2021 à 16:39, Jason A. Donenfeld a écrit : > These were defined for other platforms but mistakenly left out of mips > and generic, so this commit adds them to the places missing. Then it > makes them be translated in getsockopt. > > Signed-off-by: Jason A. Donenfeld > --- > linux-user/g

[PATCH] linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}

2021-02-04 Thread Jason A. Donenfeld
These were defined for other platforms but mistakenly left out of mips and generic, so this commit adds them to the places missing. Then it makes them be translated in getsockopt. Signed-off-by: Jason A. Donenfeld --- linux-user/generic/sockbits.h | 3 +++ linux-user/mips/sockbits.h| 2 ++ l