Re: [RFC PATCH 4/6] char: fastrpc: Add support for create remote init process

2018-11-30 Thread Srinivas Kandagatla
Thanks Arnd for the review comments, On 30/11/18 13:26, Arnd Bergmann wrote: On Fri, Nov 30, 2018 at 11:48 AM Srinivas Kandagatla wrote: + +static int fastrpc_init_process(struct fastrpc_user *fl, + struct fastrpc_ioctl_init *init) +{ + struct fastrpc_ioctl

Re: [RFC PATCH 4/6] char: fastrpc: Add support for create remote init process

2018-11-30 Thread Arnd Bergmann
On Fri, Nov 30, 2018 at 11:48 AM Srinivas Kandagatla wrote: > + > +static int fastrpc_init_process(struct fastrpc_user *fl, > + struct fastrpc_ioctl_init *init) > +{ > + struct fastrpc_ioctl_invoke *ioctl; > + struct fastrpc_phy_page pages[1]; > + s

[RFC PATCH 4/6] char: fastrpc: Add support for create remote init process

2018-11-30 Thread Srinivas Kandagatla
This patch adds support to create or attach remote shell process. The shell process called fastrpc_shell_0 is usually loaded on the DSP when a user process is spawned. Most of the work is derived from various downstream Qualcomm kernels. Credits to various Qualcomm authors who have contributed to