Re: [PATCH] android: binder: Check for errors in binder_alloc_shrinker_init().

2017-12-14 Thread Dan Carpenter
On Thu, Dec 14, 2017 at 10:52:28AM -0800, Todd Kjos wrote: > On Fri, Dec 8, 2017 at 3:08 AM, Dan Carpenter > wrote: > > On Wed, Dec 06, 2017 at 02:05:58PM -0500, Sherry Yang wrote: > >> Hi Tetsuo, > >> > >> It looks like this patch was not submitted to LKML. Perhaps you

Re: [PATCH] android: binder: Check for errors in binder_alloc_shrinker_init().

2017-12-08 Thread Dan Carpenter
On Wed, Dec 06, 2017 at 02:05:58PM -0500, Sherry Yang wrote: > Hi Tetsuo, > > It looks like this patch was not submitted to LKML. Perhaps you want > to send it to the mailing list and add the correct set of recipients > using scripts/get_maintainer.pl as suggested here >

Re: [PATCH] android: binder: Check for errors in binder_alloc_shrinker_init().

2017-12-06 Thread Sherry Yang
Hi Tetsuo, It looks like this patch was not submitted to LKML. Perhaps you want to send it to the mailing list and add the correct set of recipients using scripts/get_maintainer.pl as suggested here https://www.kernel.org/doc/html/v4.12/process/submitting-patches.html. -Sherry On Wed, Nov 29,

[PATCH] android: binder: Check for errors in binder_alloc_shrinker_init().

2017-11-29 Thread Tetsuo Handa
Both list_lru_init() and register_shrinker() might return an error. Signed-off-by: Tetsuo Handa Cc: Sherry Yang Cc: Greg Kroah-Hartman Cc: Michal Hocko --- drivers/android/binder.c |