Re: [PATCH v6 4/5] misc: fastrpc: Add support for create remote init process

2019-02-08 Thread Greg KH
On Fri, Feb 08, 2019 at 01:23:05PM +, Srinivas Kandagatla wrote: > +static int fastrpc_init_create_process(struct fastrpc_user *fl, > + char __user *argp) > +{ > + struct fastrpc_init_create init; > + struct fastrpc_invoke_args args[6]; All on the st

[PATCH v6 4/5] misc: fastrpc: Add support for create remote init process

2019-02-08 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