> -----Original Message----- > From: Bruce Ashfield <[email protected]> > Sent: Wednesday, September 20, 2023 12:06 PM > 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. > > On Tue, Sep 19, 2023 at 9:53 PM Li, Meng <[email protected]> wrote: > > > > > > > > > -----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. > > Aha. > > to make things easier, can you re-send it as a v2 with a different subject > line ? >
Yes! In order to distinguish the 2 patches, I create different subject. The first patch subject that you have merged is "drivers: fsl_qbman: alloc memory with GFP_ATOMIC parameter" 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. Thanks, LImeng > Bruce > > > > > 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 > > > > -- > - Thou shalt not follow the NULL pointer, for chaos and madness await thee at > its end > - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13089): https://lists.yoctoproject.org/g/linux-yocto/message/13089 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]] -=-=-=-=-=-=-=-=-=-=-=-
