From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751906AbdFKHnN (ORCPT ); Sun, 11 Jun 2017 03:43:13 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38410 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751847AbdFKHnM (ORCPT ); Sun, 11 Jun 2017 03:43:12 -0400 Date: Sun, 11 Jun 2017 09:43:04 +0200 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.12-rc5 Message-ID: <20170611074304.GA29993@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d: Linux 4.12-rc2 (2017-05-21 19:30:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.12-rc5 for you to fetch changes up to ed45509b550488f6a71a4b6cc5b12265e8c1f85d: cxl: Avoid double free_irq() for psl,slice interrupts (2017-06-09 11:30:53 +0200) ---------------------------------------------------------------- Char/Misc driver fixes for 4.12-rc5 Here are some small driver fixes for 4.12-rc5. Nothing major here, just some small bugfixes found by people testing, and a MAINTAINERS file update for the genwqe driver. All have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Dmitry Torokhov (3): firmware: vpd: do not leave freed section attributes to the list firmware: vpd: avoid potential use-after-free when destroying section firmware: vpd: do not leak kobjects Guilherme G. Piccoli (1): MAINTAINERS: Change maintainer of genwqe driver Julius Werner (1): drivers: char: mem: Fix wraparound check to allow mappings up to the end Pratyush Anand (1): mei: make sysfs modalias format similar as uevent modalias Vaibhav Jain (1): cxl: Avoid double free_irq() for psl,slice interrupts Wei Yongjun (1): goldfish_pipe: use GFP_ATOMIC under spin lock MAINTAINERS | 2 +- drivers/char/mem.c | 2 +- drivers/firmware/google/vpd.c | 8 ++++---- drivers/misc/cxl/native.c | 14 +++++++++++--- drivers/misc/mei/bus.c | 4 +++- drivers/platform/goldfish/goldfish_pipe.c | 2 +- 6 files changed, 21 insertions(+), 11 deletions(-)