Re: [linux-yocto] [v2 PATCH] usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

2024-06-18 Thread Meng Li via lists.yoctoproject.org
> -Original Message- > From: Bruce Ashfield > Sent: Tuesday, June 18, 2024 9:21 PM > To: Li, Meng > Cc: linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto] [v2 PATCH] usb: dwc3: core: remove lock of otg > mode during gadget suspend/resume to avoid deadlock > > CAUTION:

Re: [linux-yocto] [v2 PATCH] usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

2024-06-18 Thread Bruce Ashfield
On Tue, Jun 18, 2024 at 8:35 AM Li, Meng wrote: > > > > > -Original Message- > > From: linux-yocto@lists.yoctoproject.org > > > > On Behalf Of Bruce Ashfield > > Sent: Tuesday, June 18, 2024 8:29 PM > > To: Li, Meng > > Cc: linux-yocto@lists.yoctoproject.org > > Subject: Re:

Re: [linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH] net_sched: remove NET_SCH_CBQ and NET_SCH_DSMARK

2024-06-18 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH] net_sched: remove NET_SCH_CBQ and NET_SCH_DSMARK on 18/06/2024 Kang Wenlin wrote: > From: Wenlin Kang > > The two configs have been removed from kernel source in commit 56a6720d9bc3 > and 3fa31e7a9d3a, so here

Re: [linux-yocto][linux-yocto v6.1][PATCH 0/3] SDK patch t fix "kernel NULL pointer dereference" on Agilex board

2024-06-18 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v6.1][PATCH 0/3] SDK patch t fix "kernel NULL pointer dereference" on Agilex board on 18/06/2024 Liwei Song wrote: > Hi Bruce, > > Could you help merge these patches to below branches? > This will fix a "NULL pointer dereference" issue when run > fcs_client

Re: [linux-yocto][v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc][PATCH] fpga: region: Drop unneeded part due to merge issue

2024-06-18 Thread Bruce Ashfield
In message: [linux-yocto][v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc][PATCH] fpga: region: Drop unneeded part due to merge issue on 18/06/2024 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > This part is removed in upstream commit 8886a579744fb ("fpga: region: > Use standard

Re: [linux-yocto] [v2 PATCH] usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

2024-06-18 Thread Meng Li via lists.yoctoproject.org
> -Original Message- > From: linux-yocto@lists.yoctoproject.org > On Behalf Of Bruce Ashfield > Sent: Tuesday, June 18, 2024 8:29 PM > To: Li, Meng > Cc: linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto] [v2 PATCH] usb: dwc3: core: remove lock of otg > mode during gadget

Re: [linux-yocto] [v2 PATCH] usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

2024-06-18 Thread Bruce Ashfield
On Tue, Jun 18, 2024 at 12:02 AM Meng Li wrote: > > When config CONFIG_USB_DWC3_DUAL_ROLE is selected, and trigger system > to enter suspend status with below command: > echo mem > /sys/power/state > There will be a deadlock issue occurring. Detailed invoking path as > below: >

Re: [linux-yocto]: [kernel/kernel-rt]: usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

2024-06-18 Thread Bruce Ashfield
Excellent! I was reading the threads on the mailing lists. Thanks for the effort to push through the less than helpful first feedback and come to a solution. I'll get v2 merged today. Bruce On Tue, Jun 18, 2024 at 12:02 AM Meng Li wrote: > > From: Limeng > > Hi Bruce, > > This patch is used

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH] net_sched: remove NET_SCH_CBQ and NET_SCH_DSMARK

2024-06-18 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Wenlin Kang The two configs have been removed from kernel source in commit 56a6720d9bc3 and 3fa31e7a9d3a, so here also remove them to fix warning. WARNING: linux-yocto-5.10.216+gitAUTOINC+c658f078fe_bcf06546f5-r0 do_kernel_configcheck: [kernel config]: This BSP contains fragments with

[linux-yocto][[linux-yocto v6.1]][PATCH 3/3] HSD #18019787908 crypto: intel_fcs: Reduce polling interval for GET_PROVISION_DATA

2024-06-18 Thread LiweiSong via lists.yoctoproject.org
From: Teh Wen Ping commit 32fe893813e99563cac8ab49d69728d56ac66b12 from https://github.com/altera-opensource/linux-socfpga.git socfpga-6.1.68-lts. Reduce GET_PROVISION_DATA delay interval from 500m to 100m to receive response faster. Signed-off-by: Teh Wen Ping Signed-off-by: Liwei Song ---

[linux-yocto][[linux-yocto v6.1]][PATCH 2/3] HSD #18015689699-2: crypto: intel_fcs: change get provision data to async SMC call

2024-06-18 Thread LiweiSong via lists.yoctoproject.org
From: Siew Chin Lim commit cda742d28bc9236a17b2eb89b09e15925ba64c24 from https://github.com/altera-opensource/linux-socfpga.git socfpga-6.1.68-lts. Change INTEL_SIP_SMC_FCS_GET_PROVISION_DATA's SMC call to async from sync to avoid long runtime which may cause the watchdog timeout issue.

[linux-yocto][linux-yocto v6.1][PATCH 0/3] SDK patch t fix "kernel NULL pointer dereference" on Agilex board

2024-06-18 Thread LiweiSong via lists.yoctoproject.org
Hi Bruce, Could you help merge these patches to below branches? This will fix a "NULL pointer dereference" issue when run fcs_client cmd on Agilex board. v6.1/standard/intel-sdk-6.1/intel-socfpga v6.1/standard/preempt-rt/intel-sdk-6.1/intel-socfpga Thanks, Liwei. Liwei Song (1): Revert

[linux-yocto][linux-yocto v6.1][PATCH 1/3] Revert "HSD #18019787908 crypto: intel_fcs: Reduce polling interval for GET_PROVISION_DATA"

2024-06-18 Thread LiweiSong via lists.yoctoproject.org
Revert this patch, since it is a wrong fix that is already removed from SDK, a new patch will be added to fix the issue which this patch aimed at. This reverts commit 584b14aae9213da2e06186718d655ba81e5b3c78. Signed-off-by: Liwei Song --- drivers/crypto/intel_fcs_main.c | 42