> -----Original Message----- > From: Bruce Ashfield <[email protected]> > Sent: Wednesday, September 20, 2023 6:21 AM > To: Li, Meng <[email protected]> > Cc: [email protected] > Subject: Re: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: > replace > GFP_KERNEL with GFP_ATOMIC during allocating memory > > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and > know the content is safe. > > I think this came through twice. > > If I've missed a merge, let me know. >
Although this patch modified the same file as the last patch, it fixed the same issue in different function. Because there are 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. Thanks, Limeng > 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 <[email protected]> > > > > 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 > > > > > > diffstat info as below: > > > > dpa_alloc.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > thanks, > > Limeng
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13087): https://lists.yoctoproject.org/g/linux-yocto/message/13087 Mute This Topic: https://lists.yoctoproject.org/mt/101451576/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
