Return-Path: MIME-Version: 1.0 In-Reply-To: References: <1471003888-27124-1-git-send-email-luiz.dentz@gmail.com> <87popexe29.fsf@intel.com> From: Luiz Augusto von Dentz Date: Mon, 15 Aug 2016 15:25:28 +0300 Message-ID: Subject: Re: [PATCH] Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not set To: Marcel Holtmann Cc: Vinicius Costa Gomes , "linux-bluetooth@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 List-ID: Hi Marcel, On Mon, Aug 15, 2016 at 3:13 PM, Marcel Holtmann wrote: > 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? Looks like it has the same problem, shall I send a patch or you will take care of it? > 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. Indeed it would be great to have this covered, perhaps even covering the testing spec when possible so we can detect regressions to L2CAP/RFCOMM without having to run PTS. -- Luiz Augusto von Dentz