Re: [PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-21 Thread Greg Kroah-Hartman
On Thu, Feb 20, 2014 at 02:22:53PM +0100, Compostella, Jeremy wrote: > From: "Compostella, Jeremy" > > This bug can manifest itself in several situations, here is the one that made > me > hunt it last week: > > When an Android device is encrypted, Android starts all the init services of > core

Re: [PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-21 Thread Greg Kroah-Hartman
On Thu, Feb 20, 2014 at 02:22:53PM +0100, Compostella, Jeremy wrote: From: Compostella, Jeremy jeremy.composte...@intel.com This bug can manifest itself in several situations, here is the one that made me hunt it last week: When an Android device is encrypted, Android starts all the init

Re: [PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-20 Thread Dan Carpenter
Fantastic. Thanks. Reviewed-by: Dan Carpenter regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

[PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-20 Thread Compostella, Jeremy
From: "Compostella, Jeremy" This bug can manifest itself in several situations, here is the one that made me hunt it last week: When an Android device is encrypted, Android starts all the init services of core and main levels, then it asks for the password and checks it trying to mount /data.

Re: [PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-20 Thread Dan Carpenter
review or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > >From eaf6a8f28f02220ef2154c76a5345f6aa582e8f7 Mon Sep 17 00:00:00 2001 > From: Jeremy Compostella > Date: Tue, 11 Feb 2014 19:

[PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-20 Thread Compostella, Jeremy
8f7 Mon Sep 17 00:00:00 2001 From: Jeremy Compostella Date: Tue, 11 Feb 2014 19:40:29 +0100 Subject: [PATCH] Android / binder: Fix broken walk in binder_node_release() Fix an issue introduced by commit 008fa749e0fe5b2fffd20b7fe4891bb80d072c6a ("drivers: android: binder: Move the node release co

[PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-20 Thread Compostella, Jeremy
From: Jeremy Compostella jeremy.composte...@intel.com Date: Tue, 11 Feb 2014 19:40:29 +0100 Subject: [PATCH] Android / binder: Fix broken walk in binder_node_release() Fix an issue introduced by commit 008fa749e0fe5b2fffd20b7fe4891bb80d072c6a (drivers: android: binder: Move the node release code

Re: [PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-20 Thread Dan Carpenter
: [PATCH] Android / binder: Fix broken walk in binder_node_release() Fix an issue introduced by commit 008fa749e0fe5b2fffd20b7fe4891bb80d072c6a (drivers: android: binder: Move the node release code to a separate function) which move and rework some code from binder_deferred_release

[PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-20 Thread Compostella, Jeremy
From: Compostella, Jeremy jeremy.composte...@intel.com This bug can manifest itself in several situations, here is the one that made me hunt it last week: When an Android device is encrypted, Android starts all the init services of core and main levels, then it asks for the password and checks

Re: [PATCH] Android / binder: Fix broken walk in binder_node_release()

2014-02-20 Thread Dan Carpenter
Fantastic. Thanks. Reviewed-by: Dan Carpenter dan.carpen...@oracle.com regards, dan carpenter -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please