netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: Bluetooth update for 2.6
Date: Wed, 12 Jul 2006 23:49:55 +0200	[thread overview]
Message-ID: <1152740995.14173.26.camel@localhost> (raw)

Hi Dave,

here are some bug fixes for the Bluetooth subsystem. I included the
kzalloc cleanup since I saw you still taking these kind of updates.

Regards

Marcel


Please pull from

        git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git

This will update the following files:

 drivers/bluetooth/hci_ldisc.c |    4 ++--
 net/bluetooth/cmtp/capi.c     |    4 +---
 net/bluetooth/cmtp/core.c     |    3 +--
 net/bluetooth/hci_core.c      |    7 ++-----
 net/bluetooth/hidp/Kconfig    |    3 +--
 net/bluetooth/hidp/core.c     |    3 +--
 net/bluetooth/l2cap.c         |   18 +++++++++---------
 net/bluetooth/rfcomm/core.c   |    9 +++++----
 net/bluetooth/rfcomm/tty.c    |    3 +--
 net/bluetooth/sco.c           |   12 +++++-------
 10 files changed, 28 insertions(+), 38 deletions(-)

through these ChangeSets:

Marcel Holtmann <marcel@holtmann.org> Wed, 12 Jul 2006 23:00:07 +0200

    [Bluetooth] Fix deadlock in the L2CAP layer

    The Bluetooth L2CAP layer has 2 locks that are used in softirq context,
    (one spinlock and one rwlock, where the softirq usage is readlock) but
    where not all usages of the lock were _bh safe. The patch below corrects
    this.

    Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
    Signed-off-by: Ingo Molnar <mingo@elte.hu>
    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Marcel Holtmann <marcel@holtmann.org> Wed, 12 Jul 2006 22:57:52 +0200

    [Bluetooth] Let BT_HIDP depend on INPUT

    This patch lets BT_HIDP depend on instead of select INPUT. This fixes
    the following warning during an s390 build:

    net/bluetooth/hidp/Kconfig:4:warning: 'select' used by config symbol
    'BT_HIDP' refer to undefined symbol 'INPUT'

    A dependency on INPUT also implies !S390 (and therefore makes the
    explicit dependency obsolete) since INPUT is not available on s390.

    The practical difference should be nearly zero, since INPUT is always
    set to y unless EMBEDDED=y (or S390=y).

    Signed-off-by: Adrian Bunk <bunk@stusta.de>
    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Marcel Holtmann <marcel@holtmann.org> Thu, 06 Jul 2006 15:53:31 +0200

    [Bluetooth] Avoid NULL pointer dereference with tty->driver

    This patch checks for tty->driver before trying to call flush_buffer().

    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

Marcel Holtmann <marcel@holtmann.org> Thu, 06 Jul 2006 15:40:09 +0200

    [Bluetooth] Remaining transitions to use kzalloc()

    This patch makes the remaining transitions to use kzalloc().

    Signed-off-by: Marcel Holtmann <marcel@holtmann.org>




             reply	other threads:[~2006-07-12 21:49 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-12 21:49 Marcel Holtmann [this message]
2006-07-12 22:34 ` Bluetooth update for 2.6 David Miller
  -- strict thread matches above, loose matches on Subject: below --
2006-11-19  0:34 Marcel Holtmann
2006-11-21  0:14 ` David Miller
2006-10-20  7:49 Marcel Holtmann
2006-10-20  8:16 ` David Miller
2006-10-15 16:10 Marcel Holtmann
2006-10-16  6:13 ` David Miller
2006-09-21 19:47 Marcel Holtmann
2006-09-26 10:46 ` Marcel Holtmann
2006-09-28  5:58   ` David Miller
2006-09-28 21:14     ` Marcel Holtmann
2006-09-28 22:30       ` David Miller
2006-07-14 14:38 Marcel Holtmann
2006-07-18 17:08 ` Marcel Holtmann
2006-07-06 20:09 Marcel Holtmann
2006-07-07  7:17 ` David Miller
2006-07-07 22:54   ` Marcel Holtmann
2006-07-07 23:14     ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1152740995.14173.26.camel@localhost \
    --to=marcel@holtmann.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).