Hi Vinicius, >> Commit b5f34f9420b50c9b5876b9a2b68e96be6d629054 attempt to introduce >> proper handling for MSG_TRUNC but recv and variants should still work >> as read if no flag is passed, but because the code may set MSG_TRUNC to >> msg->msg_flags that shall not be used as it may cause it to be behave as >> if MSG_TRUNC is always, so instead of using it this changes the code to >> use the flags parameter which shall contain the original flags. >> > > Taking a look at udp_recvmsg(), looks like this fix is indeed > necessary. And that patch that "fixed" sdpd-server.c may not be needed > at all. and what about hci_sock_recvmsg function? Does it need the same fix? Also we should really create test cases for HCI and L2CAP/RFCOMM sockets when it comes to recv and send. I would propose to introduce a sock-tester application. Or feed it into l2cap-tester etc. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html