From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753953AbeAMUaS (ORCPT + 1 other); Sat, 13 Jan 2018 15:30:18 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56224 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752553AbeAMUaR (ORCPT ); Sat, 13 Jan 2018 15:30:17 -0500 Date: Sat, 13 Jan 2018 21:30:16 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton , Arnd Bergmann Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Char/Misc driver fixes for 4.15-rc8 Message-ID: <20180113203016.GA11573@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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 ---------------------------------------------------------------- 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(-)