[PATCH 0/4] small linux-user/syscall:do_setsockopt() cleanups and fixes

Michael Tokarev posted 4 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240331100737.2724186-1-mjt@tls.msk.ru
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c | 64 +++++++++++++++++---------------------------
1 file changed, 25 insertions(+), 39 deletions(-)
[PATCH 0/4] small linux-user/syscall:do_setsockopt() cleanups and fixes
Posted by Michael Tokarev 1 month ago
A few cleanups and fixes for linux-user/syscall:do_setsockopt().

Michael Tokarev (4):
  linux-user/syscall: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
  linux-user/syscall: do_setsockopt(): make ip_mreq local to the place
    it is used and inline target_to_host_ip_mreq()
  linux-user/syscall: do_setsockopt(): make ip_mreq_source local to the
    place where it is used
  linux-user/syscall: do_setsockopt(): eliminate goto in switch for SO_SNDTIMEO

 linux-user/syscall.c | 64 +++++++++++++++++---------------------------
 1 file changed, 25 insertions(+), 39 deletions(-)

-- 
2.39.2
Re: [PATCH 0/4] small linux-user/syscall:do_setsockopt() cleanups and fixes
Posted by Richard Henderson 3 weeks, 4 days ago
On 3/31/24 00:07, Michael Tokarev wrote:
> A few cleanups and fixes for linux-user/syscall:do_setsockopt().
> 
> Michael Tokarev (4):
>    linux-user/syscall: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
>    linux-user/syscall: do_setsockopt(): make ip_mreq local to the place
>      it is used and inline target_to_host_ip_mreq()
>    linux-user/syscall: do_setsockopt(): make ip_mreq_source local to the
>      place where it is used
>    linux-user/syscall: do_setsockopt(): eliminate goto in switch for SO_SNDTIMEO
> 
>   linux-user/syscall.c | 64 +++++++++++++++++---------------------------
>   1 file changed, 25 insertions(+), 39 deletions(-)
> 

Queued, thanks.


r~