qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] small linux-user/syscall:do_setsockopt() cleanups and fixes
@ 2024-03-31 10:07 Michael Tokarev
  2024-03-31 10:07 ` [PATCH v2 1/4] linux-user/syscall: do_setsockopt: fix SOL_ALG.ALG_SET_KEY Michael Tokarev
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michael Tokarev @ 2024-03-31 10:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier, 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_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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-04-05 22:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-31 10:07 [PATCH 0/4] small linux-user/syscall:do_setsockopt() cleanups and fixes Michael Tokarev
2024-03-31 10:07 ` [PATCH v2 1/4] linux-user/syscall: do_setsockopt: fix SOL_ALG.ALG_SET_KEY Michael Tokarev
2024-03-31 10:07 ` [PATCH 2/4] linux-user/syscall: do_setsockopt(): make ip_mreq local to the place it is used and inline target_to_host_ip_mreq() Michael Tokarev
2024-03-31 10:07 ` [PATCH 3/4] linux-user/syscall: do_setsockopt(): make ip_mreq_source local to the place where it is used Michael Tokarev
2024-03-31 10:07 ` [PATCH 4/4] linux-user/syscall: do_setsockopt(): eliminate goto in switch for SO_SNDTIMEO Michael Tokarev
2024-04-02  9:44   ` Philippe Mathieu-Daudé
2024-04-05 22:35 ` [PATCH 0/4] small linux-user/syscall:do_setsockopt() cleanups and fixes Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).