[PATCH V3] binder: ipc namespace support for android binder(Internet mail)

Todd Kjos tkjos at google.com
Sat Nov 10 05:24:29 UTC 2018


On Fri, Nov 9, 2018 at 8:43 PM chouryzhou(周威) <chouryzhou at tencent.com> wrote:

>
> If IPC_NS is disabled, "current-nsporxy->ipc_ns" will also exists,  it will be a static
> reference of "init_ipc_ns" (in ipc/msgutil.c, not defined in binder.c by me) with
> no namespace-ization. You will get the same one in all processes, everything is
> the same as  without this patch.

except, as far as I can tell, binder_init_ns() would never have been
called on it so the mutex and list heads are not initialized so its
completely broken. Am I missing something? How do those fields get
initialized in this case?

>
> - choury -
>


More information about the devel mailing list