From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755826AbbE2JYG (ORCPT ); Fri, 29 May 2015 05:24:06 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:34812 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755768AbbE2JXv (ORCPT ); Fri, 29 May 2015 05:23:51 -0400 Date: Fri, 29 May 2015 12:23:37 +0300 From: Dan Carpenter To: Riley Andrews Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , devel@driverdev.osuosl.org, Lisa Du Subject: Re: [PATCH 01/13] drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE Message-ID: <20150529092337.GF28762@mwanda> References: <1432854511-33320-1-git-send-email-riandrews@android.com> <1432854511-33320-2-git-send-email-riandrews@android.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432854511-33320-2-git-send-email-riandrews@android.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 28, 2015 at 04:08:19PM -0700, Riley Andrews wrote: > From: Lisa Du > > There's one point was missed in the patch commit da49889deb34 ("staging: > binder: Support concurrent 32 bit and 64 bit processes."). When configure > BINDER_IPC_32BIT, the size of binder_uintptr_t was 32bits, but size of > void * is 64bit on 64bit system. Correct it here. > > Signed-off-by: Lisa Du You should have your own name signed here as well. regards, dan carpenter