Re: [PATCH] binder: fix CONFIG_ANDROID_BINDER_DEVICES

From: Dan Carpenter
Date: Mon Jan 28 2019 - 06:47:57 EST


On Sat, Jan 26, 2019 at 11:23:20AM +0100, Christian Brauner wrote:
> Several users have tried to only rely on binderfs to provide binder devices
> and set CONFIG_ANDROID_BINDER_DEVICES="" empty. This is a great use-case of
> binderfs and one that was always intended to work. However, this is
> currently not possible since setting CONFIG_ANDROID_BINDER_DEVICES="" emtpy
> will simply panic the kernel:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

It should just do a WARN() and not panic the kernel.

regards,
dan carpenter