Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool

2025-05-22 Thread Dmitry Baryshkov
On Thu, 22 May 2025 at 07:58, Ekansh Gupta wrote: > > > > On 5/19/2025 7:01 PM, Dmitry Baryshkov wrote: > > On Mon, May 19, 2025 at 04:23:28PM +0530, Ekansh Gupta wrote: > >> > >> On 5/19/2025 3:47 PM, Dmitry Baryshkov wrote: > >>> On Tue, May 13, 2025 at 09:58:23AM +0530, Ekansh Gupta wrote: > >>

Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool

2025-05-21 Thread Ekansh Gupta
On 5/19/2025 5:11 PM, Srinivas Kandagatla wrote: > On 5/13/25 05:28, Ekansh Gupta wrote: >> The initially allocated memory is not properly included in the pool, >> leading to potential issues with memory management. Set the number >> of pages to one to ensure that the initially allocated memory

Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool

2025-05-21 Thread Ekansh Gupta
On 5/19/2025 7:01 PM, Dmitry Baryshkov wrote: > On Mon, May 19, 2025 at 04:23:28PM +0530, Ekansh Gupta wrote: >> >> On 5/19/2025 3:47 PM, Dmitry Baryshkov wrote: >>> On Tue, May 13, 2025 at 09:58:23AM +0530, Ekansh Gupta wrote: The initially allocated memory is not properly included in the

Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool

2025-05-19 Thread Dmitry Baryshkov
On Mon, May 19, 2025 at 04:23:28PM +0530, Ekansh Gupta wrote: > > > On 5/19/2025 3:47 PM, Dmitry Baryshkov wrote: > > On Tue, May 13, 2025 at 09:58:23AM +0530, Ekansh Gupta wrote: > >> The initially allocated memory is not properly included in the pool, > >> leading to potential issues with memor

Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool

2025-05-19 Thread Ekansh Gupta
On 5/19/2025 3:47 PM, Dmitry Baryshkov wrote: > On Tue, May 13, 2025 at 09:58:23AM +0530, Ekansh Gupta wrote: >> The initially allocated memory is not properly included in the pool, >> leading to potential issues with memory management. Set the number > What is 'properly'? Which issues? inbuf.p

Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool

2025-05-19 Thread Srinivas Kandagatla
On 5/13/25 05:28, Ekansh Gupta wrote: > The initially allocated memory is not properly included in the pool, > leading to potential issues with memory management. Set the number > of pages to one to ensure that the initially allocated memory is > correctly added to the Audio PD memory pool. > > Fi

Re: [PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool

2025-05-19 Thread Dmitry Baryshkov
On Tue, May 13, 2025 at 09:58:23AM +0530, Ekansh Gupta wrote: > The initially allocated memory is not properly included in the pool, > leading to potential issues with memory management. Set the number What is 'properly'? Which issues? > of pages to one to ensure that the initially allocated memo

[PATCH v1 3/5] misc: fastrpc: Fix initial memory allocation for Audio PD memory pool

2025-05-12 Thread Ekansh Gupta
The initially allocated memory is not properly included in the pool, leading to potential issues with memory management. Set the number of pages to one to ensure that the initially allocated memory is correctly added to the Audio PD memory pool. Fixes: 0871561055e66 ("misc: fastrpc: Add support fo