Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH] Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not set From: Marcel Holtmann In-Reply-To: <87popexe29.fsf@intel.com> Date: Mon, 15 Aug 2016 14:13:08 +0200 Cc: Luiz Augusto von Dentz , linux-bluetooth@vger.kernel.org Message-Id: References: <1471003888-27124-1-git-send-email-luiz.dentz@gmail.com> <87popexe29.fsf@intel.com> To: Vinicius Costa Gomes Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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