[linux-yocto] [PATCH] mtd: spi_nor: fix build issue for S25FL{064|128|256}L

2023-07-20 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao commit 4e35f5591b43 (mtd: spi-nor: Use CLSR command for FL-L chips) and commit c9d6aaec411f (mtd/spi-nor: enable USE_CLSR capability for Cypress FL-L product family) are based on kernel v5.15, after commit 51c55506a7b1 (mtd: spi-nor: spansion: convert USE_CLSR to a

[linux-yocto][linux-yocto v6.1] fix build issue for s25fl064l

2023-07-20 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: linux-yocto branch: v6.1/standard/cn-sdkv5.15/octeon v6.1/standard/preempt-rt/cn-sdkv5.15/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[linux-yocto] [PATCH] coresight: tmc: secure-etr: mark the timer as hard interrupt expire mode for RT kernel

2023-07-20 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao In function tmc_etr_timer_cance(), we try to cancel an hrtimer in the interrupt context, this will trigger warning below, mark this hrtimer as hard interrupt expire mode to solve this problem. WARNING: CPU: 6 PID: 63 at kernel/softirq.c:163 __local_bh_disable_ip+0x220/0x24c

[linux-yocto][linux-yocto v5.15] kernel code for marvell cn96xx

2023-07-20 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: linux-yocto branch: v5.15/standard/cn-sdkv5.4/octeon v5.15/standard/preempt-rt/cn-sdkv5.4/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[linux-yocto] Trial merge of v6.1.39 for linux-yocto

2023-07-20 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v6.1.39 for the following branches in the linux-yocto. c15aedac6560 v6.1/standard/base 05252966a8da v6.1/standard/preempt-rt/base #Have textual conflicts 203bcd45f90c

[yocto] Missing pam_winbind.so while adding Samba(4.10.10-r0)

2023-07-20 Thread Poornesh G ( India - Bangalore )
Greeetings ! I am trying to include "samba" into my yocto build . I can able to see *"pam_winbind.so"* in *"/build/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/samba/4.10.10-r0/image/lib/security"* folder. But when I try to include samba into my image , it is absent in my Rootfile system . I

Re: [linux-yocto]: [kernel for intel-socfpga]: usb: dwc2: add new compatible for Intel SoCFPGA Stratix10 platform

2023-07-20 Thread Meng Li via lists.yoctoproject.org
> -Original Message- > From: Bruce Ashfield > Sent: Friday, July 21, 2023 5:07 AM > To: Li, Meng > Cc: linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto]: [kernel for intel-socfpga]: usb: dwc2: add new > compatible for Intel SoCFPGA Stratix10 platform > > CAUTION: This

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.3_M2.rc1)

2023-07-20 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.3_M2.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowBoard Turbot - 32bit

Re: [linux-yocto] [PATCH] leds : do not enable CONFIG_LEDS_TRIGGER_GPIO by default

2023-07-20 Thread Bruce Ashfield
Indeed! This is merged to 6.4 and master. Brue In message: [PATCH] leds : do not enable CONFIG_LEDS_TRIGGER_GPIO by default on 20/07/2023 Yogesh Tyagi wrote: > Following commit marked GPIO LED trigger driver 'broken'from 6.4 onward >

Re: [linux-yocto]: [kernel for intel-socfpga]: usb: dwc2: add new compatible for Intel SoCFPGA Stratix10 platform

2023-07-20 Thread Bruce Ashfield
On Mon, Jul 17, 2023 at 11:50 PM Meng Li wrote: > > From: Limeng > > Hi Bruce, > > This patch is used to add new compatible for Intel SoCFPGA Stratix10 platform > Could you please help to merge it into linux-ycoto kernel repo, both standard > and rt branches >

[yocto] Minutes: Yocto Project Weekly Triage Meeting 13/07/2023

2023-07-20 Thread sakib.sajal via lists.yoctoproject.org
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Richard Purdie, Steve Sakoman, Stephen Jolley, Bruce Ashfield, Joshua Watt, Ross Burton, Randy Macleod, Trevor Gamblin, Alexandre Belloni, Michael Opdenacker, Antonio *ARs:** * *Notes: * * * *Medium+ 4.3 Unassigned

[yocto] [ptest-runner][PATCH] tests: Ensure that timeouts still print ERROR

2023-07-20 Thread Joshua Watt
When a test times out, it should still print an ERROR message in the log for parsing. Modify the timeout test suite to ensure this is done. Signed-off-by: Joshua Watt --- tests/utils.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/utils.c b/tests/utils.c

[yocto] Test regression report for 4.2 M2

2023-07-20 Thread Richard Purdie
Hi, We have the 4.3 M2 build so I was curious how the regression report looked this time: https://autobuilder.yocto.io/pub/releases/yocto-4.3_M2.rc1/testresults/testresult-regressions-report.txt The good news is I think this is improving and we're getting there, this one does have useful data

[yocto] [meta-security][PATCH] meta-integrity: drop ima.cfg in favor of new k-cache

2023-07-20 Thread Armin Kuster
The upstream ima.cfg kernel-cache has been updated. Use it instead. Signed-off-by: Armin Kuster --- .../recipes-kernel/linux/linux/ima.cfg| 45 --- .../recipes-kernel/linux/linux/ima.scc| 4 -- .../recipes-kernel/linux/linux_ima.inc| 6 +-- 3 files

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.3_M2.rc1)

2023-07-20 Thread Richard Purdie
On Thu, 2023-07-20 at 10:54 +, Pokybuild User wrote: > A build flagged for QA (yocto-4.3_M2.rc1) was completed on the > autobuilder and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-4.3_M2.rc1 > > > Build hash information: > > bitbake:

[yocto] QA notification for completed autobuilder build (yocto-4.3_M2.rc1)

2023-07-20 Thread Pokybuild User
A build flagged for QA (yocto-4.3_M2.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.3_M2.rc1 Build hash information: bitbake: 64bc00a46d1aacc23fe7e8d9a46a126f3a4bc318 meta-agl:

[linux-yocto] [PATCH] leds : do not enable CONFIG_LEDS_TRIGGER_GPIO by default

2023-07-20 Thread Yogesh Tyagi
Following commit marked GPIO LED trigger driver 'broken'from 6.4 onward https://github.com/torvalds/linux/commit/8f0adae1cb1a3cf83e38dd435831baa38dd84b4c Having CONFIG_LEDS_TRIGGER_GPIO enabled by default is causing below warning during build: WARNING: