Re: [yocto] [meta-mingw][PATCH] openssl: support for building nativesdk of mingw

2021-07-04 Thread Changqing Li
ping On 1/13/21 10:23 AM, Changqing Li wrote: ping On 1/5/21 11:31 AM, Changqing Li wrote: * add support for mingw32 * Engines are installed in a slightly different path, which is urgly, patch it to make the path shorter * remove runtime dependency from perl for mingw nativesdk since

[linux-yocto] [PATCH 4/4] crypto: octeontx2: Fix compile error about kzfree()

2021-07-04 Thread Ruiqiang Hao
From: Ruiqiang Hao Function kzfree () was not exist, so replace it with kfree_sensitive(). Signed-off-by: Ruiqiang Hao --- drivers/crypto/marvell/octeontx2/otx2_cpt_reqmgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/marvell/octeontx2/otx2_cpt_reqmgr.h

[linux-yocto] [PATCH 2/4] crypto: octeontx2: Use the new include path to adapt to the current kernel

2021-07-04 Thread Ruiqiang Hao
From: Ruiqiang Hao Replace the include path with new one to fix compile error which said can not find file rvu.h. Signed-off-by: Ruiqiang Hao --- drivers/crypto/marvell/octeontx2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-yocto] [PATCH 3/4] octeontx2: bphy: Fix compile error about ioremap_nocache()

2021-07-04 Thread Ruiqiang Hao
From: Ruiqiang Hao Function ioremap_nocache() was not exist, so replace it with ioremap(). Signed-off-by: Ruiqiang Hao --- .../ethernet/marvell/octeontx2/bphy/otx2_bphy_main.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[linux-yocto][linux-yocto v5.10] kernel code for marvell cn96xx and marvell cn106xx

2021-07-04 Thread Ruiqiang Hao
Hi Bruce, Please help to merge these 4 patches into our linux-yocto repo. repo: linux-yocto branch: v5.10/standard/cn-sdkv5.4/octeon v5.10/standard/preempt-rt/cn-sdkv5.4/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[linux-yocto] [PATCH 1/4] soc: octeontx2: Change struct oct_brd_fops type

2021-07-04 Thread Ruiqiang Hao
From: Ruiqiang Hao In new kernel, The type of the last parameter of function proc_create() is struct proc_ops instead of struct file_operations. We should change the type of oct_brd_fops to struct proc_ops and change its member function name accordingly. Signed-off-by: Ruiqiang Hao ---

[linux-yocto] [PATCH] marvell-cn106xx: add configure files for marvell-cn106xx BSP in kernel-cache

2021-07-04 Thread Meng Li
From: Meng Li Signed-off-by: Meng Li --- .../marvell-cn106xx-preempt-rt.scc| 7 + .../marvell-cn106xx-standard.scc | 8 ++ bsp/marvell-cn106xx/marvell-cn106xx.cfg | 132 ++ bsp/marvell-cn106xx/marvell-cn106xx.scc | 8 ++ 4 files

[linux-yocto] [yocto-kernel-cache]: marvell-cn106xx: add configure files for marvell-cn106xx BSP in kernel-cache

2021-07-04 Thread Meng Li
From: Limeng Hi Bruce, I am working on BSP marvell-cn106xx based on Marvell Simulator, and intend to support this platform in linux-yocto-v5.10 I created a patch to add the kernel-cache configuration files for marvell-cn106xx BSP Could you please help to merge this patch into

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

2021-07-04 Thread Bruce Ashfield
On Sun, Jul 4, 2021 at 9:47 PM Zhang, Qiang wrote: > > > > > From: Bruce Ashfield > Sent: Sunday, 4 July 2021 11:25 > To: Bruce Ashfield > Cc: Zhang, Qiang; linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto] [linux-yocto v5.10] [PATCH]

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

2021-07-04 Thread Zhang, Qiang
From: Bruce Ashfield Sent: Sunday, 4 July 2021 11:25 To: Bruce Ashfield Cc: Zhang, Qiang; linux-yocto@lists.yoctoproject.org Subject: Re: [linux-yocto] [linux-yocto v5.10] [PATCH] iommu/arm-smmu-v3: Ratelimit event dump [Please note: This e-mail is

[yocto] [meta-security][PATCH] sssd: update to 2.5.1

2021-07-04 Thread Armin Kuster
See full change log: https://sssd.io/release-notes/sssd-2.5.1.html Including a musl build work around Signed-off-by: Armin Kuster --- recipes-security/sssd/files/musl_fixup.patch | 53 +++ .../sssd/{sssd_2.5.0.bb => sssd_2.5.1.bb} | 6 ++- 2 files changed, 57

[yocto] [meta-security][PATCH] sssd: update to 2.5.1

2021-07-04 Thread Armin Kuster
See full change log: https://sssd.io/release-notes/sssd-2.5.1.html Including a musl build work around Signed-off-by: Armin Kuster --- recipes-security/sssd/files/musl_fixup.patch | 53 +++ .../sssd/{sssd_2.5.0.bb => sssd_2.5.1.bb} | 6 ++- 2 files changed, 57

Re: [yocto] [meta-gplv2] [PATCH v2] coreutils_6.9.bb: Fix build with glibc 2.34

2021-07-04 Thread Khem Raj
ignore this, as I sent a followup which applies on top of master. On Sun, Jul 4, 2021 at 11:52 AM Khem Raj wrote: > > Signed-off-by: Khem Raj > --- > v2: Rebase the patch to respect other patches > > ...-includes-for-glibc-2.34-portability.patch | 35 +++ >

[yocto] [meta-gplv2] [PATCH] coreutils: Rebase glibc 2.34 patch on top of series

2021-07-04 Thread Khem Raj
This should fix the patch errors due to order of patching last time. Signed-off-by: Khem Raj Cc: Alexandre Belloni --- ...Reorder-includes-for-glibc-2.34-portability.patch | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git

[yocto] [meta-gplv2] [PATCH v2] coreutils_6.9.bb: Fix build with glibc 2.34

2021-07-04 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Rebase the patch to respect other patches ...-includes-for-glibc-2.34-portability.patch | 35 +++ recipes-core/coreutils/coreutils_6.9.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644

Re: [yocto] [meta-gplv2] [PATCH] coreutils_6.9.bb: Fix build with glibc 2.34

2021-07-04 Thread Khem Raj
On Sun, Jul 4, 2021 at 6:19 AM Alexandre Belloni wrote: > > Hello Khem, > > Richard applied this patch and it unfortunately fails: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/75/builds/3637/steps/11/logs/stdio > yeah my bad, too many context switches, the patch was applied before

[yocto] [meta-gplv2] [PATCH] coreutils_6.9.bb: Fix build with glibc 2.34

2021-07-04 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-includes-for-glibc-2.34-portability.patch | 35 +++ recipes-core/coreutils/coreutils_6.9.bb | 1 + 2 files changed, 36 insertions(+) create mode 100644

Re: [yocto] [meta-gplv2] [PATCH] coreutils_6.9.bb: Fix build with glibc 2.34

2021-07-04 Thread Alexandre Belloni
Hello Khem, Richard applied this patch and it unfortunately fails: https://autobuilder.yoctoproject.org/typhoon/#/builders/75/builds/3637/steps/11/logs/stdio On 29/06/2021 22:50:25-0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > ...-includes-for-glibc-2.34-portability.patch | 39

[linux-yocto] [PATCH] [v5.10/standard/x86 and v5.10/standard/preempt-rt/x86]

2021-07-04 Thread Yongxin Liu
Hi Bruce, Could you help to merge below 110 patches to linux-yocto, branch "v5.10/standard/x86" and "v5.10/standard/preempt-rt/x86"? Those patches add pinctrl, In-Band ECC, CAN and stmmac NIC support on Intel Elkhart Lake CRB. The following 3 patches are from