[linux-yocto] [linux-yocto v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx]: nxp-s32g2xx: update rt kernel with 47 new patches from NXP SDK bsp31

2021-10-28 Thread Zhantao Tang
Hi Bruce, There are 47 new patches from NXP SDK bsp30 internal rc release v5.10 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branches v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx? Thanks, Zhantao The patches info as following: The

Re: [linux-yocto] [linux-yocto standard]: nxp-s32g2xx: update kernel with 47 new patches from NXP SDK bsp31

2021-10-28 Thread Zhantao Tang
在 2021/10/29 上午4:00, Bruce Ashfield 写道: [Please note: This e-mail is from an EXTERNAL e-mail address] In message: [linux-yocto] [linux-yocto standard]: nxp-s32g2xx: update kernel with 47 new patches from NXP SDK bsp31 on 28/10/2021 Zhantao Tang wrote: Hi Bruce, There are 47 new patches

[yocto] [yocto-autobuilder2][dunfell 1/1] config.py: debian 11 should have been enabled in dunfell, not warrior, fix it

2021-10-28 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3874f04..58418a7 100644 --- a/config.py +++ b/config.py @@ -149,9 +149,9 @@ all_workers = workers + workers_bringup + workers_buildperf + workers_arm

Re: [yocto] Dunfell: problem with kernel-module install and libkmod.so

2021-10-28 Thread Patrick Boettcher
On Fri, 15 Oct 2021 20:03:52 + "Patrick Boettcher" wrote: >Hi list, > >I'm facing an issue with a BSP I created using dunfell (up-to-date on >poky and oe). I'm using a stable kernel and u-boot 2021.07 from denx's >mainline-stable-layer. It was a problem of DDR memory configuration and

Re: [linux-yocto] [linux-yocto standard]: nxp-s32g2xx: update kernel with 47 new patches from NXP SDK bsp31

2021-10-28 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto standard]: nxp-s32g2xx: update kernel with 47 new patches from NXP SDK bsp31 on 28/10/2021 Zhantao Tang wrote: > Hi Bruce, > > There are 47 new patches from NXP SDK bsp30 internal rc release v5.10 kernel > tree. > Would you please help to merge the

Re: [linux-yocto]: [kernel/kernel-rt]: nxp-ls1043: patches to fix calltrace when rt kernel boots up

2021-10-28 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel/kernel-rt]: nxp-ls1043: patches to fix calltrace when rt kernel boots up on 28/10/2021 Meng Li wrote: > From: Limeng > > Hi Bruce, > > The 3 patches are used to fix calltrace when rt kernel boots up. > The 3 patches are also appropriate for standard kernel.

Re: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon RT

2021-10-28 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon RT on 27/10/2021 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge follow code into our linux-yocto repo. > > repo: > linux-yocto > branch: >

Re: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon

2021-10-28 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10] kernel code for marvell octeon on 27/10/2021 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge follow code into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.10/standard/cn-sdkv5.4/octeon

[yocto] Minutes: Yocto Project Weekly Triage Meeting 10/28/2021

2021-10-28 Thread Trevor Gamblin
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees:* Alexandre, Anuj, Armin, Joshua, Kiran, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor *ARs:* - Everyone to review Old Milestone bugs and move to 3.5 milestones as necessary - Richard to add guidance to Bug # 14613

[linux-yocto] [linux-yocto standard]: nxp-s32g2xx: update kernel with 47 new patches from NXP SDK bsp31

2021-10-28 Thread Zhantao Tang
Hi Bruce, There are 47 new patches from NXP SDK bsp30 internal rc release v5.10 kernel tree. Would you please help to merge the patches into linux-yocto, v5.10, branches v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx and v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx?

[linux-yocto] [PATCH 2/3] driver: staging: fsl_qbman: avoid preempt disable action by invoking this_cpu_ptr() in rt kernel

2021-10-28 Thread Meng Li
In function get_raw_affine_portal(), it gets the per-cup variable with get_cpu_var() that can disable preempt. In this way, there is a warning calltrace in rt kernel as below: BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:969 in_atomic(): 1, irqs_disabled(): 0,

[linux-yocto] [PATCH 3/3] driver: staging: fsl_qbman: improve PORTAL_IRQ_LOCK/UNLOCK() with local lock interface

2021-10-28 Thread Meng Li
In PORTAL_IRQ_LOCK(), it calls local_irq_save() that disable interrupt, and causes below carlltrace in rt kernel. BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:969 in_atomic(): 0, irqs_disabled(): 128, non_block: 0, pid: 1, name: swapper/0 CPU: 1 PID: 1 Comm:

[linux-yocto] [PATCH 1/3] driver: sdk_fman: remove the disable interrupt action in xx_Malloc()

2021-10-28 Thread Meng Li
In preempt_rt kernel, when allocate memory with function xx_Malloc(), there will be below call trace: BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:975 in_atomic(): 0, irqs_disabled(): 128, pid: 1, name: swapper/0 CPU: 2 PID: 1 Comm: swapper/0 Not tainted

[linux-yocto]: [kernel/kernel-rt]: nxp-ls1043: patches to fix calltrace when rt kernel boots up

2021-10-28 Thread Meng Li
From: Limeng Hi Bruce, The 3 patches are used to fix calltrace when rt kernel boots up. The 3 patches are also appropriate for standard kernel. Could you please help merge these patches into linux-ycoto kernel, both below 2 branchs? v5.10/standard/nxp-sdk-5.10/nxp-soc