Re: [PATCH v2 1/5] misc: fastrpc: Move fdlist to invoke context structure

2025-01-27 Thread Dmitry Baryshkov
On Mon, Jan 27, 2025 at 10:12:35AM +0530, Ekansh Gupta wrote: > FD list is part of meta buffer which is calulated during put args. > Move fdlist to invoke context structure for better maintenance and > to avoid code duplicacy for calculation of critcal meta buffer > contents that are used by fastrp

[PATCH v2 1/5] misc: fastrpc: Move fdlist to invoke context structure

2025-01-26 Thread Ekansh Gupta
FD list is part of meta buffer which is calulated during put args. Move fdlist to invoke context structure for better maintenance and to avoid code duplicacy for calculation of critcal meta buffer contents that are used by fastrpc driver. Signed-off-by: Ekansh Gupta --- drivers/misc/fastrpc.c |