[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 di

[linux-yocto] [PATCH] drivers: fsl_qbman: replace GFP_KERNEL with GFP_ATOMIC during allocating memory

2023-09-19 Thread Meng Li via lists.yoctoproject.org
When running crypto test case, there is below calltrace because of allocating memory with GFP_KERNEL parameter in atomic context. Call trace: .. __might_resched+0x154/0x1c0 __might_sleep+0x54/0xa4 __kmem_cache_alloc_node+0x434/0x594 kmalloc_trace+0x54/0x140 dpa_alloc_new+0x58/0x280 qman_al

Re: [linux-yocto] [linux-yocto v5.10/standard/base & v5.10/standard/preempt-rt/base] Add support for ST33 I2C TPM driver

2023-09-19 Thread Bruce Ashfield
I haven't forgotten about these (and other) pending merges. I'm having an issue with my kernel test box, where I'm no longer able to build my local file:// based kernel. Bisection is taking a lot longer than I'd like (the machine is rather old), so it will likely be another day or two before I ge

Re: [linux-yocto] [linux-yocto v5.10/standard/base & v5.10/standard/preempt-rt/base] Add support for ST33 I2C TPM driver

2023-09-19 Thread Bruce Ashfield
In message: [linux-yocto v5.10/standard/base & v5.10/standard/preempt-rt/base] Add support for ST33 I2C TPM driver on 15/09/2023 Wang, Li wrote: > Hi Bruce, > > please untar the attachment files to apply to linux-yocto v5.10 > > v5.10/standard/base > attachment file: v5.10_standard.tar > > v5.

Re: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: alloc memory with GFP_ATOMIC parameter

2023-09-19 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto]: [kernel/kernel-rt v6.1]: drivers: fsl_qbman: alloc memory with GFP_ATOMIC parameter on 19/09/2023 Meng Li wrote: > From: Limeng > > Hi Bruce, > > This patch is used alloc memory with GFP_ATOMIC parameter so that avoid > triggering sleep in atomic con

Re: [linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] drivers: media: vxe-vxd: Initialize the variable __value

2023-09-19 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] drivers: media: vxe-vxd: Initialize the variable __value on 19/09/2023 Xulin Sun wrote: > To avoid below building issue: > drivers/media/platform/img/vx

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, > > This patch is used al

[linux-yocto] Trial merge of v5.15.130 v5.15.131 v5.15.132 v6.1.54 for linux-yocto

2023-09-19 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v5.15.130 v5.15.131 v5.15.132 v6.1.54 for the following branches in the linux-yocto. e12356457dd7 v5.15/standard/sdkv5.10/axxia 6a2506653e2c v5.15/standard/preempt-rt/sdkv5.10/axxia 0dc59b869aa0 v5.15/standard/base 2432045a4ca7 v5.1

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 during allocating memory >

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
On Tue, Sep 19, 2023 at 9:53 PM Li, Meng wrote: > > > > > -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:

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 during allocating memory

[linux-yocto][linux-yocto-5.15 and linux-yocto v6.1][PATCH 1/1] firmware: stratix10-svc: periodically poll for kthread_should_stop()

2023-09-19 Thread LiweiSong via lists.yoctoproject.org
From: Aaro Koskinen There is a narrow window where the SVC kthread may go to sleep with the maximum (infinite) timeout, missing the wakeup/shutdown from the client and making the client hang: Client process SVC kthread == ===

[linux-yocto][PATCH 0/1] patch to fix fpga board hang issue

2023-09-19 Thread LiweiSong via lists.yoctoproject.org
Hi Bruce, Could you help merge this single patch to below branches, the patch is to fix hung issue which only exist on stratix 10 board, both 5.15 and 6.1 kernel are needed it. v5.15/standard/intel-sdk-5.15/intel-socfpga v5.15/standard/preempt-rt/intel-sdk-5.15/intel-socfpga v6.1/standard/i