From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964870AbbGZCUc (ORCPT ); Sat, 25 Jul 2015 22:20:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44587 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755078AbbGZCUa (ORCPT ); Sat, 25 Jul 2015 22:20:30 -0400 Date: Sat, 25 Jul 2015 19:20:29 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton , Arnd Bergmann Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] char/misc driver patches for 4.2-rc4 Message-ID: <20150726022029.GA21308@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -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.2-rc4 for you to fetch changes up to 4e5a74f1db8d6bea48306126fd445e2720f07a95: parport: Revert "parport: fix memory leak" (2015-07-25 12:48:05 -0700) ---------------------------------------------------------------- Char/Misc driver fixes for 4.2-rc4 Here are some char and misc driver fixes for reported issues. One parport patch is reverted as it was incorrect, thanks to testing by the 0-day bot. Full details in the shortlog below. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Sudeep Dutt (1): misc: mic: scif bug fix for vmalloc_to_page crash Sudip Mukherjee (4): parport: fix error handling parport: fix memory leak parport: fix freeing freed memory parport: Revert "parport: fix memory leak" Tomas Winkler (1): mei: prevent unloading mei hw modules while the device is opened. drivers/misc/mei/main.c | 2 +- drivers/misc/mic/scif/scif_nodeqp.c | 15 +++++---------- drivers/parport/share.c | 11 ++++++----- 3 files changed, 12 insertions(+), 16 deletions(-)