Page MenuHomeFreeBSD

bhyve/snapshot: ..back to SOCK_STREAM
ClosedPublic

Authored by rew on Apr 10 2022, 5:15 AM.
Tags
None
Referenced Files
F111650455: D34863.id105368.diff
Thu, Mar 6, 12:42 PM
F111649894: D34863.id105401.diff
Thu, Mar 6, 12:33 PM
Unknown Object (File)
Sun, Feb 23, 2:02 PM
Unknown Object (File)
Mon, Feb 10, 2:17 PM
Unknown Object (File)
Mon, Feb 10, 10:07 AM
Unknown Object (File)
Wed, Feb 5, 10:55 AM
Unknown Object (File)
Wed, Feb 5, 10:42 AM
Unknown Object (File)
Jan 30 2025, 8:25 PM

Details

Summary

Now that nvlist_send()/nvlist_recv() are being used, ditch the datagram
socket.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45102
Build 41990: arc lint + arc unit

Event Timeline

rew requested review of this revision.Apr 10 2022, 5:15 AM
jhb added inline comments.
usr.sbin/bhyvectl/bhyvectl.c
1702

I think you still want SUN_LEN here? (And do we need to set addr.sun_len as well?)

feedback from jhb..use SUN_LEN()

markj added inline comments.
usr.sbin/bhyve/snapshot.c
1460–1461

Isn't the socket leaked?

usr.sbin/bhyvectl/bhyvectl.c
1700

Wrap this line since you're modifying it anyway?

address feedback from markj:

  • wrap long line
  • close file descriptor being leaked
This revision is now accepted and ready to land.Apr 25 2022, 5:38 PM
This revision was automatically updated to reflect the committed changes.