[GIT PULL] Char/Misc driver fixes for 4.15-rc8

From: Greg KH
Date: Sat Jan 13 2018 - 15:30:22 EST


The following changes since commit 30a7acd573899fd8b8ac39236eff6468b195ac7d:

Linux 4.15-rc6 (2017-12-31 14:47:43 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.15-rc8

for you to fetch changes up to aa1f10e85b0ab53dee85d8e293c8159d18d293a8:

mux: core: fix double get_device() (2018-01-09 14:19:41 +0100)

----------------------------------------------------------------
Char/Misc fixes for 4.15-rc8

Here are two bugfixes for some driver bugs for 4.15-rc8

The first is a bluetooth security bug that has been ignored by the
Bluetooth developers for months for no obvious reason at all, so I've
taken it through my tree.

The second is a simple double-free bug in the mux subsystem.

Both have been in linux-next for a while with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Ben Seri (1):
Bluetooth: Prevent stack info leak from the EFS element.

Hans de Goede (1):
mux: core: fix double get_device()

drivers/mux/core.c | 4 +++-
net/bluetooth/l2cap_core.c | 20 +++++++++++---------
2 files changed, 14 insertions(+), 10 deletions(-)