From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751272AbdH0HWq (ORCPT ); Sun, 27 Aug 2017 03:22:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35074 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751232AbdH0HWp (ORCPT ); Sun, 27 Aug 2017 03:22:45 -0400 Date: Sun, 27 Aug 2017 09:22:50 +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.13-rc7 Message-ID: <20170827072250.GA22080@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 ef954844c7ace62f773f4f23e28d2d915adc419f: Linux 4.13-rc5 (2017-08-13 16:01:32 -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.13-rc7 for you to fetch changes up to b2a6d1b999a4c13e5997bb864694e77172d45250: ANDROID: binder: fix proc->tsk check. (2017-08-22 18:42:57 -0700) ---------------------------------------------------------------- char/misc fix for 4.13-rc7 Here is a single misc driver fix for 4.13-rc7. It resolves a reported problem in the Android binder driver due to previous patches in 4.13-rc. It's been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Martijn Coenen (1): ANDROID: binder: fix proc->tsk check. drivers/android/binder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)