lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 30 Sep 2018 10:36:36 +0300
From:   Johan Hedberg <johan.hedberg@...il.com>
To:     davem@...emloft.net
Cc:     linux-bluetooth@...r.kernel.org, netdev@...r.kernel.org
Subject: pull request: bluetooth-next 2018-09-30

Hi Dave,

Here's the first bluetooth-next pull request for the 4.20 kernel.

 - Fixes & cleanups to hci_qca driver
 - NULL dereference fix to debugfs
 - Improved L2CAP Connection-oriented Channel MTU & MPS handling
 - Added support for USB-based RTL8822C controller
 - Added device ID for BCM4335C0 UART-based controller
 - Various other smaller cleanups & fixes

Please let me know if there are any issues pulling. Thanks.

Johan

---
The following changes since commit 1042caa79e9351b81ed19dc8d2d7fd6ff51a4422:

  net-ipv4: remove 2 always zero parameters from ipv4_redirect() (2018-09-26 20:30:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream

for you to fetch changes up to 30d65e0804d58a03d1a8ea4e12c6fc07ed08218b:

  Bluetooth: Fix debugfs NULL pointer dereference (2018-09-28 20:53:48 +0200)

----------------------------------------------------------------
Alex Lu (1):
      Bluetooth: btrtl: Add support for RTL8822C with USB interface

Andrea Parri (1):
      Bluetooth: Remove unnecessary smp_mb__{before,after}_atomic

Ankit Navik (1):
      Bluetooth: Add definitions and track LE resolve list modification

Balakrishna Godavarthi (5):
      Bluetooth: hci_qca: Remove serdev_device_open/close function calls
      Bluetooth: hci_qca: Remove hdev dereference in qca_close().
      Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto races
      Bluetooth: hci_serdev: Add protocol check in hci_uart_dequeue().
      Bluetooth: hci_qca: Add poweroff support during hci down for wcn3990

Christian Hewitt (1):
      Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth

Colin Ian King (1):
      Bluetooth: btrtl: Make array extension_sig static, shrinks object size

Ding Xiang (1):
      Bluetooth: bt3c_cs: Fix obsolete function

Jagdish Tirumala (1):
      Bluetooth: hci_serdev: Fixed error space required before open paranethesis

Justin TerAvest (1):
      Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEW

Luiz Augusto von Dentz (3):
      Bluetooth: L2CAP: Derive MPS from connection MTU
      Bluetooth: L2CAP: Derive rx credits from MTU and MPS
      Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS

Luiz Carlos Ramos (1):
      Bluetooth: ath3k: add more information to error message

Matias Karhumaa (1):
      Bluetooth: Fix debugfs NULL pointer dereference

Sanjay Kumar Konduri (1):
      Bluetooth: btrsi: fix bt tx timeout issue

 drivers/bluetooth/ath3k.c        | 11 ++++---
 drivers/bluetooth/bt3c_cs.c      |  9 ++++--
 drivers/bluetooth/btbcm.c        |  1 +
 drivers/bluetooth/btrsi.c        | 13 +++++++-
 drivers/bluetooth/btrtl.c        | 10 +++++-
 drivers/bluetooth/btusb.c        |  1 +
 drivers/bluetooth/hci_qca.c      | 50 +++++++++++++++++++++++++-----
 drivers/bluetooth/hci_serdev.c   | 10 +++---
 include/net/bluetooth/hci.h      | 14 +++++++++
 include/net/bluetooth/hci_core.h | 17 +++++++++++
 include/net/bluetooth/l2cap.h    |  3 --
 net/bluetooth/bnep/core.c        |  7 +++--
 net/bluetooth/cmtp/core.c        | 14 +++++----
 net/bluetooth/hci_core.c         | 65 +++++++++++++++++++++++++++++++++++++++
 net/bluetooth/hci_event.c        | 47 ++++++++++++++++++++++++++++
 net/bluetooth/hidp/core.c        | 13 +++++---
 net/bluetooth/l2cap_core.c       | 66 ++++++++++++++++++++++++++--------------
 net/bluetooth/smp.c              | 23 ++++++--------
 18 files changed, 299 insertions(+), 75 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (802 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ