From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-vw0-f46.google.com ([209.85.212.46]:37757 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752008Ab1FISeT (ORCPT ); Thu, 9 Jun 2011 14:34:19 -0400 Date: Thu, 9 Jun 2011 15:34:31 -0300 From: "Gustavo F. Padovan" To: "John W. Linville" Cc: linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org Subject: Re: pull request: bluetooth-2.6 2011-06-08 Message-ID: <20110609183430.GA2533@joana> (sfid-20110609_203425_685069_67BF430E) References: <20110608194658.GD13036@joana> <20110609175933.GA16802@tuxdriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20110609175933.GA16802@tuxdriver.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: * John W. Linville [2011-06-09 13:59:34 -0400]: > On Wed, Jun 08, 2011 at 04:46:58PM -0300, Gustavo F. Padovan wrote: > > Hi John, > > > > First round of fixed for 3.0! There are here a regression fix for 1.1 and > > earlier devices and a fix in the shutdown of SCO sockets. Other 3 patches are > > warning shut up. And one byte leak to userspace fix. > > > Please pull, thanks! > > > > > > The following changes since commit 51e65257142a87fe46a1ce5c35c86c5baf012614: > > > > iwlegacy: fix channel switch locking (2011-06-08 14:19:05 -0400) > > > > are available in the git repository at: > > master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git master > > > > David Miller (2): > > ... > > > Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg() > > Well, the patch submitter sounds familiar. :-) But killing an unused > variable isn't a bug fix. It doesn't do any damage, but I suspect that > Dave expects to be held to the same standards as everyone else. > > Can you drop that one (and reapply it for 3.1)? Sorry for the trouble... Sorry for that, I tough it was not that bad fix this for 3.0. New pull request follows. Thanks a lot! The following changes since commit 51e65257142a87fe46a1ce5c35c86c5baf012614: iwlegacy: fix channel switch locking (2011-06-08 14:19:05 -0400) are available in the git repository at: master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git master David Miller (1): Bluetooth: Do not ignore errors returned from strict_strtol() Filip Palian (1): Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. Luiz Augusto von Dentz (1): Bluetooth: fix shutdown on SCO sockets Stephen Boyd (1): Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning Ville Tervo (1): Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices drivers/bluetooth/btmrvl_debugfs.c | 12 ++++++++++++ net/bluetooth/hci_event.c | 18 ++++++++++-------- net/bluetooth/l2cap_sock.c | 1 + net/bluetooth/rfcomm/sock.c | 4 +++- net/bluetooth/sco.c | 13 ++++++++++++- 5 files changed, 38 insertions(+), 10 deletions(-) Gustavo