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

2024-04-05 Thread Richard Henderson
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_t

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

2024-03-31 Thread Michael Tokarev
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_sets