[yocto] [meta-zephyr][PATCH 2/2] zephyr-kernel-src: set default preferred version to 2.7.0

2021-10-20 Thread Naveen Saini
Signed-off-by: Naveen Saini --- recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index 458ff1e..3a2250d 100644 ---

[yocto] [meta-zephyr][PATCH 1/2] zephyr-kernel/2.7.0: update to release tag Zephyr v2.7.0

2021-10-20 Thread Naveen Saini
https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.7.0 Signed-off-by: Naveen Saini --- recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.7.0.inc

[linux-yocto] [yocto-kernel-tools][PATCH 3/3] kgit-config: cleanup error message

2021-10-20 Thread Trevor Woerner
In the query path the error message should mention 'query' and not 'creation'. Signed-off-by: Trevor Woerner --- tools/kgit-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kgit-config b/tools/kgit-config index d2ecaad..d3f0a8a 100755 --- a/tools/kgit-config +++

[linux-yocto] [yocto-kernel-tools][PATCH 2/3] kgit-config: fix the "not found" message

2021-10-20 Thread Trevor Woerner
If the kernel config option being queried is not found, we get the following output: [INFO]: looking for ['CONFIG_GPIO_SYSCON'] Traceback (most recent call last): File "/path/to/kgit-config", line 671, in print( "no matching cfg files with option %s found" %

[linux-yocto] [yocto-kernel-tools][PATCH 1/3] kgit-config: trim trailing whitespace

2021-10-20 Thread Trevor Woerner
Signed-off-by: Trevor Woerner --- tools/kgit-config | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tools/kgit-config b/tools/kgit-config index b4d4e49..40f9dc7 100755 --- a/tools/kgit-config +++ b/tools/kgit-config @@ -362,7 +362,7 @@ def config_queue_read(

Re: [linux-yocto]: [kernel/kernel-rt]: yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL

2021-10-20 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel/kernel-rt]: yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL on 21/10/2021 Meng Li wrote: > From: Limeng > > Hi Bruce, > > This patch is used to fix kernel NULL panic caused by yaffs2. > Could you please help merge the patch into

Re: [linux-yocto][v5.10/standard/base][PATCH] iommu/arm-smmu-v3: Ratelimit event dump

2021-10-20 Thread Bruce Ashfield
In message: [linux-yocto][v5.10/standard/base][PATCH] iommu/arm-smmu-v3: Ratelimit event dump on 20/10/2021 Yanfei Xu wrote: > From: Jean-Philippe Brucker > > When a device or driver misbehaves, it is possible to receive DMA fault > events much faster than we can print them out, causing a lock

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

2021-10-20 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10] kernel code for marvell cn96xx on 20/10/2021 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.10/standard/cn-sdkv4.18/cn96xx >

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

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

Re: [linux-yocto][yocto-kernel-cache yocto-5.10][PATCH] nxp-imx8: add kernel-cache configuration files for preempt-rt kernel

2021-10-20 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-5.10][PATCH] nxp-imx8: add kernel-cache configuration files for preempt-rt kernel on 20/10/2021 Xiaolei Wang wrote: > add kernel-cache configuration files for preempt-rt kernel > > Signed-off-by: Xiaolei Wang > --- >

Re: [linux-yocto][linux-yocto v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH] drm: imx: mhdp: Select FW_LOADER

2021-10-20 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH] drm: imx: mhdp: Select FW_LOADER on 20/10/2021 Xiaolei Wang wrote: > rt kernel opens the EXPERT option, so dns-mhdp-imx8qm needs to > select FW_LOADER, otherwise it may be selected as'm' by others.

Re: [linux-yocto][v5.10/standard/preempt-rt/base][PATCH] arm64: signal: Delay calling signals in atomic

2021-10-20 Thread Bruce Ashfield
In message: [linux-yocto][v5.10/standard/preempt-rt/base][PATCH] arm64: signal: Delay calling signals in atomic on 19/10/2021 He Zhe wrote: > Debugging with breakpoints on arm64 and RT would trigger the following > call trace. When CONFIG_PREEMPT_RT is enabled, spin_locks become mutexes, > and

Re: [linux-yocto] [linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 0/7] mtd: spi-nor: fix flash lock/unlock issue

2021-10-20 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto v5.10/standard/sdkv5.10/xlnx-soc][PATCH 0/7] mtd: spi-nor: fix flash lock/unlock issue on 19/10/2021 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce & Michal, > > Would you please help review and merge these patches to the branch: >

[linux-yocto]: [kernel/kernel-rt]: yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL

2021-10-20 Thread Meng Li
From: Limeng Hi Bruce, This patch is used to fix kernel NULL panic caused by yaffs2. Could you please help merge the patch into linux-ycoto kernel, branch is v5.10/standard/base diffstat info as below: yaffs_vfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) thanks, Limeng

[linux-yocto] [PATCH] yaffs: replace IS_ERR with IS_ERR_OR_NULL to check both ERR and NULL

2021-10-20 Thread Meng Li
When run below command to mount a yaffs2 FS to nor flash, there is kernel panic as below: Unable to handle kernel NULL pointer dereference at virtual address 0020 .. Internal error: Oops: 9604 [#1] PREEMPT SMP Modules linked in: CPU: 1 PID: 335 Comm: mount Not tainted

[yocto] [psplash][PATCH] Improve warnings from probing for double buffering

2021-10-20 Thread Zach Welch
Adds missing newline characters in output, while clarifying that these messages are warnings that may be safely ignored. Signed-off-by: Zachary T Welch --- psplash-fb.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/psplash-fb.c b/psplash-fb.c index 6603572..2babb5f

[yocto] [yocto-autobuilder2][dunfell 2/2] config.py: enable debian11 workers for dunfell

2021-10-20 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 8792132..3874f04 100644 --- a/config.py +++ b/config.py @@ -151,7 +151,7 @@ workers_prev_releases = { "gatesgarth" : ("centos7", "centos8", "debian8",

[yocto] [yocto-autobuilder2][dunfell 1/2] config.py: enable fedora34 workers for dunfell

2021-10-20 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index db1b763..8792132 100644 --- a/config.py +++ b/config.py @@ -149,7 +149,7 @@ all_workers = workers + workers_bringup + workers_buildperf + workers_arm

[yocto] [yocto-autobuilder2][dunfell 0/2] Patch review

2021-10-20 Thread Steve Sakoman
This series enables fedora34 and debian11 workers for dunfell. The following changes since commit 08020902bef43866e3c982422e4fbdace57cd01a: schedulers: Add honister release (2021-10-11 11:12:11 +0100) are available in the Git repository at: git://git.yoctoproject.org/yocto-autobuilder2

[yocto] [meta-zephyr][PATCH] lib/oeqa/controllers: extend search path

2021-10-20 Thread Ross Burton
When multiple locations can provide modules in the same package, the search path needs to be extended with pkgutil.extend_path. Otherwise the search will end early and not iterate through each of the providers. Signed-off-by: Ross Burton --- lib/oeqa/controllers/__init__.py | 3 +++ 1 file

[linux-yocto][v5.10/standard/base][PATCH] iommu/arm-smmu-v3: Ratelimit event dump

2021-10-20 Thread Xu, Yanfei
From: Jean-Philippe Brucker When a device or driver misbehaves, it is possible to receive DMA fault events much faster than we can print them out, causing a lock up of the system and inability to cancel the source of the problem. Ratelimit printing of events to help recovery. Tested-by: Aaro