[linux-yocto]: [kernel v5.15]: arch: arm64: dts: remove the dts file with license limitation

2023-10-23 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to remove the dts file with license limitation Could you please help to merge this patch into linux-yocto kernel, v5.15, 2 branches as below? v5.15/standard/bcm-2xxx-rpi v5.15/standard/preempt-rt/bcm-2xxx-rpi diffstat info as below.

[linux-yocto] [PATCH] arch: arm64: dts: remove the dts file with license limitation

2023-10-23 Thread Meng Li via lists.yoctoproject.org
Signed-off-by: Meng Li --- arch/arm/boot/dts/overlays/Makefile | 1 - arch/arm/boot/dts/overlays/README | 20 --- arch/arm/boot/dts/overlays/gc9a01-overlay.dts | 151 -- 3 files changed, 172 deletions(-) delete mode 100644

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH 1/2] axxiaarm/axxiaarm64: enable axxiaarm and axxiaarm64 in 6.1 kernel

2023-10-23 Thread LiweiSong via lists.yoctoproject.org
This patch is to enable axxiaarm and axxiaarm64 support in 6.1 kernel to support board AXM55XX and AXM56XX. Signed-off-by: Liwei Song --- bsp/axxiaarm/axxia-common.cfg| 98 + bsp/axxiaarm/axxiaarm-preempt-rt.scc | 7 ++ bsp/axxiaarm/axxiaarm-standard.scc

[linux-yocto][linux-yocto v6.1][PATCH 0/2] Enable support for AXM55/56XX

2023-10-23 Thread LiweiSong via lists.yoctoproject.org
Hi Bruce, This pull is to enable support for board AXM55XX/56XX, because the SDK isn't updated since 5.10, all these patches are from linux-yocto-5.15 Both standard and rt kernel are well tested againest 6.1, boot well and no obvious error. There are two parts, kernel-cache and kernel patches,

[linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH 2/2] axxiaarm: disable CONFIG_KFENCE for axm55xx board

2023-10-23 Thread LiweiSong via lists.yoctoproject.org
CONFIG_KFENCE was enabled by default since kernel 5.17, with this option enabled, some AXM55xx boards may hang during boot, disable it as a temporarily workaround to avoid board hang. Signed-off-by: Liwei Song --- bsp/axxiaarm/axxiaarm.cfg | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] gpu: imx: dpu: Use raw_spin_lock instead of mutex_lock

2023-10-23 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] gpu: imx: dpu: Use raw_spin_lock instead of mutex_lock on 23/10/2023 Xiaolei Wang wrote: > For Atomic Mode Setting, it is safer to use raw spin lock. > Mutex may

Re: [yocto] Clang LLVM do_package strip error

2023-10-23 Thread Khem Raj
On Mon, Oct 23, 2023 at 9:29 AM Martin Townsend wrote: > > Hi, > > I've updated the project I'm working on to kirkstone and using GCC it > is working. We want to move to Clang but I've seen a couple of > recipes fail in do_package with a similar error. Here is the output > for

[yocto] Clang LLVM do_package strip error

2023-10-23 Thread Martin Townsend
Hi, I've updated the project I'm working on to kirkstone and using GCC it is working. We want to move to Clang but I've seen a couple of recipes fail in do_package with a similar error. Here is the output for runc-opencontainers, the package tini has something similar ERROR:

[yocto] [yocto-autobuilder-helper] [PATCH 3/5] metrics: Pass branchname to scripts

2023-10-23 Thread Richard Purdie
To prepapre to run the scripts per branch, pass the branchname to the scripts. Signed-off-by: Richard Purdie --- config.json | 4 ++-- scripts/run-cvecheck | 1 + scripts/run-patchmetrics | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.json

[yocto] [yocto-autobuilder-helper] [PATCH 5/5] scripts/run-cvecheck: Remove branch iteration

2023-10-23 Thread Richard Purdie
Rather than running multiple checkouts, lets move this to the autobuilder to handle and have it trigger the builds with the right checkouts. Signed-off-by: Richard Purdie --- scripts/run-cvecheck | 52 1 file changed, 23 insertions(+), 29

[yocto] [yocto-autobuilder-helper] [PATCH 4/5] scripts/run-patchmetrics: Only monitor master branch

2023-10-23 Thread Richard Purdie
We only monitor the master branch for patch metrics as we can't really make improvements to release branches. Signed-off-by: Richard Purdie --- scripts/run-patchmetrics | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/run-patchmetrics b/scripts/run-patchmetrics index

[yocto] [yocto-autobuilder-helper] [PATCH 2/5] scripts/run-patchmetrics: Split out CVE checks

2023-10-23 Thread Richard Purdie
Split the CVE checks from the patch metrics script Signed-off-by: Richard Purdie --- config.json | 6 + scripts/run-cvecheck | 54 scripts/run-patchmetrics | 36 --- 3 files changed, 60 insertions(+), 36

[yocto] [yocto-autobuilder-helper] [PATCH 1/5] scripts/run-patchmetrics: Only clone metrics if it isn't present

2023-10-23 Thread Richard Purdie
To prepare for splitting things up, only clone the metrics repo if it isn't present. Signed-off-by: Richard Purdie --- scripts/run-patchmetrics | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/run-patchmetrics b/scripts/run-patchmetrics index fc3f214..abe58c7

Re: [linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error

2023-10-23 Thread Paul Gortmaker via lists.yoctoproject.org
[[linux-yocto][v5.10/standard/preempt-rt/base][PATCH] fix linux-yocto-rt compile error] On 22/10/2023 (Sun 19:21) Li Wang via lists.yoctoproject.org wrote: > kernel-source/include/net/sch_generic.h:198:17: error: implicit > declaration of function 'raw_write_seqcount_t_begin'; did you mean >

[yocto] M+ & H bugs with Milestone Movements WW42

2023-10-23 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW42 are listed below: Priority Bug ID Short Description Changer Owner Was Became High 15243 Patchtest deletes all local changes when running randy.macl...@windriver.com

[yocto] Enhancements/Bugs closed WW42!

2023-10-23 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count david.re...@windriver.com 6 randy.macl...@windriver.com 2 alexandre.bell...@bootlin.com 2 ross.bur...@arm.com 1 michael.opdenac...@bootlin.com 1 Grand Total 12 Thanks, *Stephen K. Jolley* *Yocto

[yocto] Current high bug count owners for Yocto Project 4.3

2023-10-23 Thread Stephen Jolley
All, Below is the list of top 24 bug owners as of the end of WW42 who have open medium or higher bugs and enhancements against YP 4.3. There are 1 possible workday left until the final release candidates for YP 4.3 needs to be released. Who Count michael.opdenac...@bootlin.com 34

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-10-23 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [yocto] [auh][PATCH v2] upgrade-helper.py: Add layer command line option

2023-10-23 Thread Alexander Kanavin
Thanks for working on this. Some comments below. On Fri, 20 Oct 2023 at 16:02, David Pierret wrote: > +parser.add_argument("-l", "--layer-names", nargs='*', action="store", > default='', > +help="layers to include in the upgrade research") > +

Re: [yocto] [Poky - Kirstone] About supporting kernel 6.1.

2023-10-23 Thread Alexander Kanavin
Note that the SLTS support is not coming from the actual kernel upstream, but from a separate project called 'Civil Infrastructure Platform': https://www.linuxfoundation.org/press/civil-infrastructure-platform-expands-slt-stable-kernel-program I think the right place for their kernels would be

[yocto] [Poky - Kirstone] About supporting kernel 6.1.

2023-10-23 Thread Ming Wen
Hi YOCTOers: As you may know, according to the recent news update from Linux community, Linux Kernel V6.1 will be the *SLTS* being supported as LTS till 2033. I'm wondering what your plan is to support Kernel 6.1 on Poky - Kirstone. Thanks~~ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] gpu: imx: dpu: Use raw_spin_lock instead of mutex_lock

2023-10-23 Thread Xiaolei Wang via lists.yoctoproject.org
For Atomic Mode Setting, it is safer to use raw spin lock. Mutex may cause scheduling, which avoids the following warning. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:283 in_atomic(): 1, irqs_disabled(): 128, non_block: 0, pid: 191, name: kworker/5:13

[yocto] CVE management and SRTool test update

2023-10-23 Thread Marta Rybczynska
Dear all, Here's the update on our CVE management research work for YP. Contest: a frequent request is to be able to answer "is YP affected by this particular CVE". We have a part of an answer in the cve-check, but not the triage of issues YP is not affected at all. This research includes two