From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752307AbcDQBDv (ORCPT ); Sat, 16 Apr 2016 21:03:51 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:53713 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751984AbcDQBDu (ORCPT ); Sat, 16 Apr 2016 21:03:50 -0400 Date: Sat, 16 Apr 2016 18:03:40 -0700 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.6-rc4 Message-ID: <20160417010340.GA19710@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit c4004b02f8e5b9ce357a0bb1641756cc86962664: x86: remove the kernel code/data/bss resources from /proc/iomem (2016-04-06 13:45:07 -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.6-rc4 for you to fetch changes up to 053f78d359953be40043972c98e16b3f1cd9fc27: Merge tag 'lkdtm-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into char-misc-linus (2016-04-06 19:01:47 -0700) ---------------------------------------------------------------- char/misc fixes for 4.6-rc4 Here are some small char/misc driver fixes for 4.6-rc4. Full details are in the shortlog, nothing major here. These have all been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Greg Kroah-Hartman (2): Merge tag 'extcon-fixes-for-4.6-rc3' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus Merge tag 'lkdtm-4.6-rc3' of git://git.kernel.org/.../kees/linux into char-misc-linus Kees Cook (1): lkdtm: do not leak free page on kmalloc failure Nishanth Menon (1): extcon: palmas: Drop stray IRQF_EARLY_RESUME flag Sudip Mukherjee (2): lkdtm: fix memory leak of val lkdtm: fix memory leak of base drivers/extcon/extcon-palmas.c | 3 +-- drivers/misc/lkdtm.c | 11 ++++++++--- 2 files changed, 9 insertions(+), 5 deletions(-)