Re: [PATCH v1 0/2] Add missing fixes in fastrpc_get_args

2024-12-30 Thread Dmitry Baryshkov
On Mon, Dec 30, 2024 at 08:32:30PM +, Srinivas Kandagatla wrote: > > > On 30/12/2024 18:22, Dmitry Baryshkov wrote: > > On Mon, Dec 30, 2024 at 04:15:42PM +, Srinivas Kandagatla wrote: > > > > > > On Wed, 18 Dec 2024 15:54:27 +0530, Ekansh Gupta wrote: > > > > This patch series adds the

Re: [PATCH v1 0/2] Add missing fixes in fastrpc_get_args

2024-12-30 Thread Srinivas Kandagatla
On 30/12/2024 18:22, Dmitry Baryshkov wrote: On Mon, Dec 30, 2024 at 04:15:42PM +, Srinivas Kandagatla wrote: On Wed, 18 Dec 2024 15:54:27 +0530, Ekansh Gupta wrote: This patch series adds the listed bug fixes that have been missing in upstream fastRPC driver: - Page address for registe

Re: [PATCH v1 0/2] Add missing fixes in fastrpc_get_args

2024-12-30 Thread Dmitry Baryshkov
On Mon, Dec 30, 2024 at 04:15:42PM +, Srinivas Kandagatla wrote: > > On Wed, 18 Dec 2024 15:54:27 +0530, Ekansh Gupta wrote: > > This patch series adds the listed bug fixes that have been missing > > in upstream fastRPC driver: > > - Page address for registered buffer(with fd) is not calculate

Re: [PATCH v1 0/2] Add missing fixes in fastrpc_get_args

2024-12-30 Thread Srinivas Kandagatla
On Wed, 18 Dec 2024 15:54:27 +0530, Ekansh Gupta wrote: > This patch series adds the listed bug fixes that have been missing > in upstream fastRPC driver: > - Page address for registered buffer(with fd) is not calculated > properly. > - Page size calculation for non-registered buffer(copy buffe

Re: [PATCH v1 0/2] Add missing fixes in fastrpc_get_args

2024-12-18 Thread Dmitry Baryshkov
On Wed, Dec 18, 2024 at 03:54:27PM +0530, Ekansh Gupta wrote: > This patch series adds the listed bug fixes that have been missing > in upstream fastRPC driver: > - Page address for registered buffer(with fd) is not calculated > properly. > - Page size calculation for non-registered buffer(copy b

[PATCH v1 0/2] Add missing fixes in fastrpc_get_args

2024-12-18 Thread Ekansh Gupta
This patch series adds the listed bug fixes that have been missing in upstream fastRPC driver: - Page address for registered buffer(with fd) is not calculated properly. - Page size calculation for non-registered buffer(copy buffer) is incorrect. Ekansh Gupta (2): misc: fastrpc: Fix registere