Re: [linux-yocto] [linux-yocto preempt-rt kernel v5.15]: nxp-s32g: update to align with NXP SDK BSP35 RC9

2022-12-08 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto] [linux-yocto preempt-rt kernel v5.15]: nxp-s32g: update to align with NXP SDK BSP35 RC9 on 08/12/2022 Zhantao Tang wrote: > Hi Bruce, > > > There are 8 new patches from bsp35 internal share repo, would you please help > to > merge the patches into

Re: [linux-yocto] [linux-yocto std kernel v5.15]: nxp-s32g: update to align with NXP SDK BSP35 RC9

2022-12-08 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto] [linux-yocto std kernel v5.15]: nxp-s32g: update to align with NXP SDK BSP35 RC9 on 08/12/2022 Zhantao Tang wrote: > Hi Bruce, > > > There are 8 new patches from NXP SDK bsp35 internal share repo, would you > please help to merge the patches > into

Re: [linux-yocto][linux-yocto v5.15/standard/ti-sdk-5.10/ti-j72xx & v5.15/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] remoteproc: core: correct missed parameters from function calls rproc_da_to_v

2022-12-08 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.15/standard/ti-sdk-5.10/ti-j72xx & v5.15/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] remoteproc: core: correct missed parameters from function calls rproc_da_to_va() on 09/12/2022 Xulin Sun wrote: > To fix below building error: >

Re: V2 [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Bruce Ashfield
In message: V2 [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9 on 09/12/2022 Zhantao Tang wrote: > > Hi Bruce, > > There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g > bsp, > Would you please help to merge this patch

Re: [linux-yocto][linux-yocto v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-soc][PATCH1/1] arm: imx: use raw_spin_lock_irqsave instead of spin_lock_irqsave

2022-12-08 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-soc][PATCH1/1] arm: imx: use raw_spin_lock_irqsave instead of spin_lock_irqsave on 08/12/2022 Xiaolei Wang wrote: > spin_lock_irqsave cannot appear in rtlinux in the atomic > environment, because

Re: [linux-yocto][v5.15/standard/base][PATCH] squashfs: provide backing_dev_info in order to disable read-ahead

2022-12-08 Thread Bruce Ashfield
In message: [linux-yocto][v5.15/standard/base][PATCH] squashfs: provide backing_dev_info in order to disable read-ahead on 08/12/2022 He Zhe wrote: > From: Zheng Liang > > commit 9eec1d897139e5de287af5d559a02b811b844d82 upstream. > > Commit c1f6925e1091 ("mm: put readahead pages in cache

Re: [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
在 2022/12/9 11:28, Bruce Ashfield 写道: 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. Just the kernel-cache update ? (to be ignored) I just send V2 update for kernel-cache. I

[linux-yocto] [PATCH] nxp-s32g: update to compatible with SDK BSP35 rc9

2022-12-08 Thread Zhantao Tang
The SDK BSP35 RC9 has been released, and this patch is to keep kernel configs alighed with it. In detail, the Dynamic Frequency Scaling is not supported by default, so drop the ARM_SCMI_CPUFREQ config, to keep align with SDK. And due to the HSE update, the following configs: CONFIG_UIO_NXP_HSE

V2 [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g bsp, Would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.15? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[linux-yocto][linux-yocto v5.15/standard/ti-sdk-5.10/ti-j72xx & v5.15/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] remoteproc: core: correct missed parameters from function calls rproc_da_to_va()

2022-12-08 Thread Xulin Sun
To fix below building error: |drivers/remoteproc/remoteproc_core.c:724:28: error: too few arguments to function 'rproc_da_to_va' | 724 | tmem->va = rproc_da_to_va(rproc, tmem->da, tmem->len); | |^~

[linux-yocto][PATCH v5.15 2/2] fs: move S_ISGID stripping into the vfs_*() helpers

2022-12-08 Thread Xiangyu Chen
From: Yang Xu Move setgid handling out of individual filesystems and into the VFS itself to stop the proliferation of setgid inheritance bugs. Creating files that have both the S_IXGRP and S_ISGID bit raised in directories that themselves have the S_ISGID bit set requires additional privileges

[linux-yocto][PATCH v5.15 1/2] fs: add mode_strip_sgid() helper

2022-12-08 Thread Xiangyu Chen
From: Yang Xu Add a dedicated helper to handle the setgid bit when creating a new file in a setgid directory. This is a preparatory patch for moving setgid stripping into the vfs. The patch contains no functional changes. Currently the setgid stripping logic is open-coded directly in

[linux-yocto][PATCH v5.15 0/2] backport patches to fix ltp reported missing upstream fixes

2022-12-08 Thread Xiangyu Chen
Hi Bruce and Yocto kernel folks, After using ltp latest version release(20220930), the creat09 reported current kernel missing fixes as below: HINT: You _MAY_ be missing kernel fixes: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0fa3ecd87848

Re: [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Bruce Ashfield
Just the kernel-cache update ? (to be ignored) I assume the linux-yocto parts are fine ? Bruce On Thu, Dec 8, 2022 at 9:54 PM zhantao tang wrote: > > Hi Bruce, > > > Please ignore this request, I will send a new one. > > > Thanks, > > Zhantao > > 在 2022/12/8 20:35, Zhantao Tang via

Re: [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
Hi Bruce, Please ignore this request, I will send a new one. Thanks, Zhantao 在 2022/12/8 20:35, Zhantao Tang via lists.yoctoproject.org 写道: Hi Bruce, There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g bsp, Would you please help to merge this patch into

[linux-yocto] [linux-yocto std kernel v5.15]: nxp-s32g: update to align with NXP SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
Hi Bruce, There are 8 new patches from NXP SDK bsp35 internal share repo, would you please help to merge the patches into the v5.15/standard/nxp-sdk-5.10/nxp-s32g branch? The patches info as following: The following changes since commit 80da4d48dba53163e886d09509c908f8a4803710: Merge

[linux-yocto] [linux-yocto preempt-rt kernel v5.15]: nxp-s32g: update to align with NXP SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
Hi Bruce, There are 8 new patches from bsp35 internal share repo, would you please help to merge the patches into branch v5.15/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g? The patch infos as following: The following changes since commit 39ee937c2624e3afde6749ff0df31b4d9bc7260b: Merge branch

[linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g bsp, Would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.15? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[linux-yocto] [PATCH] nxp-s32g: update to compatible with SDK BSP35 rc9

2022-12-08 Thread Zhantao Tang
The SDK BSP35 RC9 has been released, and this patch is to keep kernel configs alighed with it. Signed-off-by: Zhantao Tang --- bsp/nxp-s32g/nxp-s32g.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bsp/nxp-s32g/nxp-s32g.cfg b/bsp/nxp-s32g/nxp-s32g.cfg index

[linux-yocto][linux-yocto v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-soc][PATCH1/1] arm: imx: use raw_spin_lock_irqsave instead of spin_lock_irqsave

2022-12-08 Thread Xiaolei Wang
spin_lock_irqsave cannot appear in rtlinux in the atomic environment, because the spin lock allows sleep under rtlinux, otherwise the following trace will be reported: BUG: sleeping function called from invalid context at kernel/locking/spinlock_rt.c:46 in_atomic(): 1, irqs_disabled(): 128,