Allow phone_alloc to not publish the capability
commit334c103bd742e45dfad5702649323deed1a18dbe
authorJakub Jermar <jakub@jermar.eu>
Sat, 10 Mar 2018 18:18:12 +0000 (10 19:18 +0100)
committerJakub Jermar <jakub@jermar.eu>
Tue, 13 Mar 2018 18:01:48 +0000 (13 19:01 +0100)
tree1bfd72ea98cf27a6f1d517b32da81428e28dc967
parent50dd8544f601ebd5a6afcaa9c1a1b0dadbe951be
Allow phone_alloc to not publish the capability

This makes it possible and race-free to defer publishing the new
capability until the phone object is connected.
kernel/generic/include/ipc/ipcrsc.h
kernel/generic/src/ipc/ipcrsc.c
kernel/generic/src/ipc/kbox.c
kernel/generic/src/ipc/ops/conctmeto.c
kernel/generic/src/ipc/ops/concttome.c
kernel/generic/src/proc/task.c