[PATCH v2 0/2] net/tap: minor fixes to interaction with the bridge helper

Daniel P. Berrangé posted 2 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210512153654.1178035-1-berrange@redhat.com
net/tap.c | 36 +++++++++++++++++++++++++-----------
1 file changed, 25 insertions(+), 11 deletions(-)
[PATCH v2 0/2] net/tap: minor fixes to interaction with the bridge helper
Posted by Daniel P. Berrangé 2 years, 11 months ago
QEMU fails to report a good error message if the bridge helper exits
with success code, but forgets to pass back an FD.

There is also a minor portability problem impacting FreeBSD/NetBSD
dealing with cmsg initialization.

Changed in v2:

 - include helper binary name in error message

Daniel P. Berrangé (2):
  net/tap: fix FreeBSD portability problem receiving TAP FD
  net/tap: fix error reporting when bridge helper forgets to send an FD

 net/tap.c | 36 +++++++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 11 deletions(-)

-- 
2.31.1