[v2][linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: replace GFP_KERNEL with GFP_ATOMIC during allocating memory

2023-09-20 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to replace GFP_KERNEL with GFP_ATOMIC during allocating memory so that avoid triggering sleep in atomic context. Could you please help merge this patch into linux-ycoto kernel? Branch are v6.1/standard/nxp-sdk-6.1/nxp-soc and

Re: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: replace GFP_KERNEL with GFP_ATOMIC during allocating memory

2023-09-20 Thread Bruce Ashfield
rameter" > This patch(the second one) subject is " drivers: fsl_qbman: replace > GFP_KERNEL with GFP_ATOMIC during allocating memory" > If you think they are still similar, I will re-create subject for the second > patch, and send V2. It looks like that 2nd series didn't come

Re: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: replace GFP_KERNEL with GFP_ATOMIC during allocating memory

2023-09-19 Thread Meng Li via lists.yoctoproject.org
> -Original Message- > From: Bruce Ashfield > Sent: Wednesday, September 20, 2023 12:06 PM > To: Li, Meng > Cc: linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: > replace > GFP_KERNEL with GFP_ATOMIC

Re: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: replace GFP_KERNEL with GFP_ATOMIC during allocating memory

2023-09-19 Thread Bruce Ashfield
2 issues reported to me separately in different days. When > I received the second issue I had sent the first patch to you. > So, I created another patch(the second one) that also needs to be merged. Aha. to make things easier, can you re-send it as a v2 with a different subject line ? Bru

Re: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: replace GFP_KERNEL with GFP_ATOMIC during allocating memory

2023-09-19 Thread Meng Li via lists.yoctoproject.org
> -Original Message- > From: Bruce Ashfield > Sent: Wednesday, September 20, 2023 6:21 AM > To: Li, Meng > Cc: linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: > replace > GFP_KERNEL with GFP_ATOMIC

Re: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: replace GFP_KERNEL with GFP_ATOMIC during allocating memory

2023-09-19 Thread Bruce Ashfield
I think this came through twice. If I've missed a merge, let me know. Bruce In message: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: replace GFP_KERNEL with GFP_ATOMIC during allocating memory on 19/09/2023 Meng Li wrote: > From: Limeng > > Hi Bruce, > > Thi

[linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: replace GFP_KERNEL with GFP_ATOMIC during allocating memory

2023-09-19 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used alloc memory with GFP_ATOMIC parameter so that avoid triggering sleep in atomic context. Could you please help merge this patch into linux-ycoto kernel? Branch are v6.1/standard/nxp-sdk-6.1/nxp-soc and v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc