From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751265AbcB1FaV (ORCPT ); Sun, 28 Feb 2016 00:30:21 -0500 Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:49668 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750788AbcB1FaT (ORCPT ); Sun, 28 Feb 2016 00:30:19 -0500 X-Greylist: delayed 901 seconds by postgrey-1.27 at vger.kernel.org; Sun, 28 Feb 2016 00:30:19 EST DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=Eb6Fmk5lP29aYCNJ0FuIGCzWma6e31CNiD1TyV72lGXsykZok9FwuAhRQKiEpvOXsfNxbxiL1elL +bkTdW/3zbRpeRa9ssB6we7rxFR6IXZfK3ekkt7JAPMTp7Bc7KrOEgqE3aW+MIFcIp9mS5DSLBiK nftKy5eQu11uoezcJMg=; From: Greg KH Subject: [GIT PULL] Staging driver fix for 4.5-rc6 To: Linus Torvalds , Andrew Morton Cc: , Message-Id: <20160228051516.GA15179@kroah.com> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.e63c8ae5ee5141b0a66f3840f65a5026 X-Mandrill-User: md_30481620 Date: Sun, 28 Feb 2016 05:15:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95: Linux 4.5-rc3 (2016-02-07 15:38:30 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.5-rc6 for you to fetch changes up to 7a64cd887fdb97f074c3fda03bee0bfb9faceac3: drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE (2016-02-20 15:43:56 -0800) ---------------------------------------------------------------- Staging (well android) fix for 4.5-rc6 Here is one patch, for the android binder driver, to resolve a reported problem. Turns out it has been around for a while (since 3.15), so it is good to finally get it resolved. It has been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Lisa Du (1): drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE drivers/android/binder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)