[oe-core][mickledore][PATCH 1/1] git: ignore CVE-2023-25815

2023-05-31 Thread Polampalli, Archana via lists.openembedded.org
This is specific to Git-for-Windows. Signed-off-by: Archana Polampalli --- meta/recipes-devtools/git/git_2.39.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/git/git_2.39.2.bb b/meta/recipes-devtools/git/git_2.39.2.bb index 222e545f60..9fac9d13f8 100644 ---

Re: [OE-core] [kirkstone][PATCH] sysstat: Fix CVE-2023-33204

2023-05-31 Thread Sanjaykumar kantibhai Chitroda -X (schitrod - E-INFO CHIPS INC at Cisco) via lists.openembedded.org
Hi Hitendra, Below commit is merge commit, we shouldn't cherry-pick merge commit: https://github.com/sysstat/sysstat/commit/6f8dc568e6ab072bb8205b732f04e685bf9237c0 Please refer: https://patchwork.yoctoproject.org/project/oe-core/patch/20230529080302.1154687-1-schit...@cisco.com/ Once CVE fix

[OE-core] [PATCH 1/3] maintainers.inc: correct unassigned entries (> was missing)

2023-05-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 359a29c0768..aab8f9bb636 100644 ---

[OE-core] [PATCH 2/3] maintaines.inc: unassign Richard Weinberger from erofs-utils entry

2023-05-31 Thread Alexander Kanavin
This was confirmed via private email. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index

[OE-core] [PATCH 3/3] maintainers.inc: unassign Andreas Müller from itstool entry

2023-05-31 Thread Alexander Kanavin
This was confirmed via private email. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index

Re: [OE-core] [PATCH v4] Fixes pseudo build in loongarch64

2023-05-31 Thread 张家岭
Hi, I'm sure in a loongarch64 glibc  don't  has these functions . We can find the libc.abilist file in the glibc  source code . I found no __fxstat in loongarch eg:``` ➜  glibc git:(master) cat ./sysdeps/unix/sysv/linux/x86_64/64/libc.abilist |grep __fx GLIBC_2.2.5 __fxstat F GLIBC_2.2.5

Re: [OE-core] [PATCH v14] Rust Oe-Selftest implementation

2023-05-31 Thread Sundeep KOKKONDA via lists.openembedded.org
Hello Richard, We've (re)tested and reviewed the results of this patch on our local setup and those are "PASSED". We will discuss further with Randy and get back to community. Thanks, Sundeep K. From: Richard Purdie Sent: 30 May 2023 19:29 To: Yash Shinde ;

[OE-core] [PATCH] maintainers.inc: unassign Pascal Bach from cmake entry

2023-05-31 Thread Alexander Kanavin
This was confirmed via private email. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index

[OE-core] [kirkstone][PATCHv2] sysstat: Fix CVE-2023-33204

2023-05-31 Thread Hitendra Prajapati
Upstream-Status: Backport from https://github.com/sysstat/sysstat/commit/954ff2e2673c Signed-off-by: Hitendra Prajapati --- .../sysstat/sysstat/CVE-2023-33204.patch | 80 +++ .../sysstat/sysstat_12.4.5.bb | 5 +- 2 files changed, 83 insertions(+), 2

Re: [OE-core] [master][PATCH 1/6] recipetool: create: npm: Remove duplicate function to not have future conflicts

2023-05-31 Thread Alexander Kanavin
Thanks for the work on this. We have a couple of selftests that test npm functionality, unfortunately they do not run in CI because npm is not in oe-core, but can you confirm that they pass with the changes? Run: oe-selftest -r recipetool.RecipetoolCreateTests.test_recipetool_create_npm

[OE-core] cmake.bbclass poisoning from to /usr/include?

2023-05-31 Thread Kenth Eriksson via lists.openembedded.org
The generated toolchain file in cmake.bbclass uses ${includedir} for populating CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES and CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES. This results in include path pointing to /usr/include, is this correct? I expected to only allow header files from the recipe

Re: [OE-core] [PATCH v14] Rust Oe-Selftest implementation

2023-05-31 Thread Frederic Martinsons
Le mar. 30 mai 2023, 23:20, Richard Purdie < richard.pur...@linuxfoundation.org> a écrit : > On Tue, 2023-05-30 at 14:28 -0400, Randy MacLeod wrote: > > > > > > I did put this into a build for testing on the autobuilder. It > > > hasn't > > > been running long and I can already see build failures

Re: [OE-core][kirkstone][PATCH v3] openssh: Remove BSD-4-clause contents completely from codebase

2023-05-31 Thread Alexander Kanavin
That is not how it works. If the issue exists in both master and kirkstone (which it does), it must be resolved in master first. Also 'resolves BSD-5 clause license issue' does not explain what the issue is, and you need to provide a better explanation. Alex On Wed, 31 May 2023 at 07:49, Riyaz

[OE-core][kirkstone-nut][PATCH] go: fix CVE-2023-24539 html/template improper sanitization of CSS values

2023-05-31 Thread vkumbhar
Angle brackets should not appear in CSS contexts, as they may affect token boundaries (such as closing a

Re: [OE-core] python3 cryptic build failures

2023-05-31 Thread Trevor Gamblin
On 2023-05-31 10:04, Bruce Ashfield wrote: On Wed, May 31, 2023 at 9:23 AM Richard Purdie wrote: Hi Trevor, I thought this issue might be something you might be able to spot the solution with quickly. I had a failing python3-iniconfig build in a TMPDIR I've reused heavily: FWIW. I see this

Re: [OE-core] python3 cryptic build failures

2023-05-31 Thread Bruce Ashfield
On Wed, May 31, 2023 at 10:41 AM Tim Orling wrote: > > > > On Wed, May 31, 2023 at 7:25 AM Bruce Ashfield > wrote: >> >> On Wed, May 31, 2023 at 10:20 AM Trevor Gamblin >> wrote: >> > >> > >> > On 2023-05-31 10:04, Bruce Ashfield wrote: >> > > On Wed, May 31, 2023 at 9:23 AM Richard Purdie >>

Re: [OE-core][kirkstone][PATCH] perf: fix argument list too long during compile

2023-05-31 Thread Bruce Ashfield
On Wed, May 31, 2023 at 1:14 AM Xiangyu Chen wrote: > > From: Xiangyu Chen > > The perf would fail to build when BUILDDIR is longer than 190, The "O = ${B}" > makes it use absolute path which makes the argument list too long, remove > "O = ${B}" will make it use relative path to build will fix

[OE-core] python3 cryptic build failures

2023-05-31 Thread Richard Purdie
Hi Trevor, I thought this issue might be something you might be able to spot the solution with quickly. I had a failing python3-iniconfig build in a TMPDIR I've reused heavily: ERROR: python3-iniconfig-2.0.0-r0 do_compile:

Re: [OE-core] python3 cryptic build failures

2023-05-31 Thread Tim Orling
On Wed, May 31, 2023 at 7:25 AM Bruce Ashfield wrote: > On Wed, May 31, 2023 at 10:20 AM Trevor Gamblin > wrote: > > > > > > On 2023-05-31 10:04, Bruce Ashfield wrote: > > > On Wed, May 31, 2023 at 9:23 AM Richard Purdie > > > wrote: > > >> Hi Trevor, > > >> > > >> I thought this issue might

Re: [OE-core] python3 cryptic build failures

2023-05-31 Thread Bruce Ashfield
On Wed, May 31, 2023 at 10:20 AM Trevor Gamblin wrote: > > > On 2023-05-31 10:04, Bruce Ashfield wrote: > > On Wed, May 31, 2023 at 9:23 AM Richard Purdie > > wrote: > >> Hi Trevor, > >> > >> I thought this issue might be something you might be able to spot the > >> solution with quickly. > >> >

Re: [OE-core] python3 cryptic build failures

2023-05-31 Thread Bruce Ashfield
On Wed, May 31, 2023 at 9:23 AM Richard Purdie wrote: > > Hi Trevor, > > I thought this issue might be something you might be able to spot the > solution with quickly. > > I had a failing python3-iniconfig build in a TMPDIR I've reused > heavily: FWIW. I see this in about 6 or 7 python recipes

Re: [OE-core] python3 cryptic build failures

2023-05-31 Thread Trevor Gamblin
On 2023-05-31 10:25, Bruce Ashfield wrote: On Wed, May 31, 2023 at 10:20 AM Trevor Gamblin wrote: On 2023-05-31 10:04, Bruce Ashfield wrote: On Wed, May 31, 2023 at 9:23 AM Richard Purdie wrote: Hi Trevor, I thought this issue might be something you might be able to spot the solution

[OE-core] [master][PATCH] meta: lib: oe: npm_registry: Add more safe caracters

2023-05-31 Thread belouargamohamed
From: BELOUARGA Mohamed NPM registry cache should support caracaters like '(' and ')' Explanation: NPM packages can contains these caracters like : @(._.)/execute Signed-off-by: BELOUARGA Mohamed --- meta/lib/oe/npm_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-05-31 Thread 张家岭
Hi, Mark This looks more reasonable, and I'd like to test the code. 在 2023/5/31 11:05, Mark Hatle 写道: This code only switched the usage of the removed __ functions based on availability of _STAT_VER and _MKNOD_VER in the ports/linux/subport file.  If you change the conditional to 'if true ;

Re: [OE-core] [PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'

2023-05-31 Thread 张家岭
Hi mark I have build and make test this code on loongarch64 machine . It can work and the make test is passed ``` [zhang@localhost pseudo]$ make test ./run_tests.sh -v test-acl: Passed. test-chroot: Passed. test-chroot-symlink: Passed. test-cp-setuid: Passed. test-dir-move: Passed.

[OE-core] is there a command to produce artifacts of a recipe and all its "shlibdeps" packages?

2023-05-31 Thread Robert P. J. Day
this is possibly a silly question, but i have a YP build with one recipe (call it fubar") that has a number of DEPENDS, some of which generate shared libs that will also be runtime dependencies for fubar once it's installed. as i recall (and i could be wrong), the shared lib dependencies for

Re: [OE-core] [master][PATCH 1/6] recipetool: create: npm: Remove duplicate function to not have future conflicts

2023-05-31 Thread belouargamohamed
Hey Alexander, Thanks for your answer. In order that my changes work, Some patches on bitbake should be accepted: https://lists.openembedded.org/g/bitbake-devel/message/14815?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2Cbelouarga%2C20%2C2%2C0%2C99163598

[OE-core] OpenEmbedded Happy Hour May 31 5pm/1700 UTC

2023-05-31 Thread Denys Dmytriyenko
All, Sorry for short notice - our regular OpenEmbedded Happy Hour is today, May 31 for Europe/Americas timezones @ 1700/5pm UTC (1pm ET/10am PT) https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours

Re: [OE-Core][master][mickledore][langdale][kirkstone][PATCH] kmscube: Correct DEPENDS to avoid overwrite

2023-05-31 Thread Ranjitsinh Rathod
Hi Steve, Can you please backport this to kirkstone and mickledore? Thanks, Ranjitsinh Rathod +91 - 8460692403 On Mon, May 22, 2023, 2:34 PM wrote: > From: Ranjitsinh Rathod > > As part of the below commit, DEPENDS gets overwrite which is wrong > Link: >

[OE-core][kirkstone][PATCH] openssl: Upgrade 3.0.8 -> 3.0.9

2023-05-31 Thread Peter Marko via lists.openembedded.org
From: Peter Marko * fix CVEs CVE-2023-1255 and CVE-2023-2650 * drop CVE patches merged upstream * refresh 0001-Configure-do-not-tweak-mips-cflags.patch https://www.openssl.org/news/openssl-3.0-notes.html Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [30 May 2023] * Mitigate for very

[OE-core] [PATCH] selftest/license: Exclude from world

2023-05-31 Thread Richard Purdie
These test recipes shouldn't be built as part of world builds. Some recent changes are exposing issues from this so exclude them. Signed-off-by: Richard Purdie --- .../recipes-test/license/incompatible-license-alias.bb | 2 ++ meta-selftest/recipes-test/license/incompatible-license.bb

Re: [OE-core][PATCH] python_hatchling: remove empty python sysroot dirs

2023-05-31 Thread Richard Purdie
On Wed, 2023-05-31 at 15:08 -0400, Trevor Gamblin wrote: > In some cases, empty versioned directories are being left behind in > sysroots from previous versions of packages. This appears to be found > with recipes relying on hatchling, and causes errors at the do_compile > step: > > > File > >

Re: [OE-core] python3 cryptic build failures

2023-05-31 Thread Alexander Kanavin
I’m regularly seeing this when updating various python recipes. It’s caused by empty versioned directories in sysroots that are leftovers from previous versions. Doesn’t happen in freshly made tmpdirs. Alex On Wed 31. May 2023 at 16.43, Bruce Ashfield wrote: > On Wed, May 31, 2023 at 10:41 AM

[OE-core] [PATCH 7/9] linux-yocto/6.1: update to v6.1.28

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: bf4ad6fa4e53 Linux 6.1.28 4507918cd1f8 netfilter: nf_tables: deactivate anonymous set from preparation phase 1887a4faff5c scsi: libsas: Grab the ATA port lock in

[OE-core] [PATCH 8/9] linux-yocto/6.1: update to v6.1.29

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: fa74641fb6b9 Linux 6.1.29 49f63bd0625a drm/amd/display: Fix hang when skipping modeset 7f6738e003b3 spi: fsl-cpm: Use 16 bit mode for large transfers with even size

[OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Here's my consolidated queue. I've had some of these in testing for quite a while, as I didn't want to send them right before release or before my vacation last week. Most are -stable updates to 6.1 and finally bumping the -dev recipe to show that we've been

[OE-core] [PATCH 9/9] linux-yocto/6.1: update to v6.1.30

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: a343b0dd87b4 Linux 6.1.30 da9a8dc33da2 drm/amdgpu: reserve the old gc_11_0_*_mes.bin 616843d5a11b drm/amd/amdgpu: introduce gc_*_mes_2.bin v2 09bf14907d86 drm/amdgpu: declare

[OE-core] [PATCH 2/9] linux-yocto/6.1: update to v6.1.26

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: ca1c9012c941 Linux 6.1.26 ab91b09f399f ASN.1: Fix check for strdup() success 1831d8cbaea8 ASoC: fsl_sai: Fix pins setting for i.MX8QM platform 6cb818ed5f08 ASoC: fsl_asrc_dma:

[OE-core] [PATCH 3/9] linux-yocto/6.1: update to v6.1.27

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: ca48fc16c493 Linux 6.1.27 0bbec73fdd9e riscv: No need to relocate the dtb as it lies in the fixmap region 17509e73ac8b riscv: Do not set initial_boot_params to the linear address

[OE-core] [PATCH 1/9] make-mod-scripts: force static linking and make dependencies explicit

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield When the scripts are prepared from the kernel soure, there are some executables that can also be created (depending on kernel configuration). sign-file and objtool are two examples which are commonly created. Due to the way that the kernel source is staged, and build

[OE-core] [PATCH 4/9] linux-yocto-dev: bump to v6.4+

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 3a1595521e..37904ac4e4

[OE-core] [PATCH 5/9] kernel: don't force PAHOLE=false

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield If a specific kernel provider or configuration wants to enable BTF and pahole analysis, it isn't currently possible due to the explicit definition to false in the base kernel build arguments. pahole is now detected by the kernel built itself, so unless pahole-native is

[OE-core] [PATCH 6/9] linux-yocto: move build / debug dependencies to .inc

2023-05-31 Thread Bruce Ashfield
From: Bruce Ashfield When the architecture and debug specific build and runtime dependencies were introduced, they were only applicable to "newer" kernel versions and were enabled in the version specific recipes. These are now common dependencies, so we can avoid the duplication and move them

[OE-core][PATCH] python_hatchling: remove empty python sysroot dirs

2023-05-31 Thread Trevor Gamblin
In some cases, empty versioned directories are being left behind in sysroots from previous versions of packages. This appears to be found with recipes relying on hatchling, and causes errors at the do_compile step: | File

Re: [OE-core] [kirkstone][PATCH 1/5] recipetool: create: npm: Remove duplicate function to not have future conflicts

2023-05-31 Thread belouargamohamed
Hello, I fixed the problem on master branch. *For master:* In order that my changes work, Some patches on bitbake should be accepted: https://lists.openembedded.org/g/bitbake-devel/message/14815?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2Cbelouarga%2C20%2C2%2C0%2C99163598

Re: [OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-05-31 Thread Richard Purdie
Hi Bruce, On Wed, 2023-05-31 at 14:48 -0400, bruce.ashfi...@gmail.com wrote: > From: Bruce Ashfield > > Richard, > > Here's my consolidated queue. I've had some of these in testing for quite > a while, as I didn't want to send them right before release or before my > vacation last week. > >

Re: [OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-05-31 Thread Richard Purdie
On Wed, 2023-05-31 at 18:18 -0400, Bruce Ashfield wrote: > On Wed, May 31, 2023 at 6:03 PM Richard Purdie > wrote: > > > > Hi Bruce, > > > > On Wed, 2023-05-31 at 14:48 -0400, bruce.ashfi...@gmail.com wrote: > > > From: Bruce Ashfield > > > > > > Richard, > > > > > > Here's my consolidated

Re: [OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-05-31 Thread Bruce Ashfield
On Wed, May 31, 2023 at 6:03 PM Richard Purdie wrote: > > Hi Bruce, > > On Wed, 2023-05-31 at 14:48 -0400, bruce.ashfi...@gmail.com wrote: > > From: Bruce Ashfield > > > > Richard, > > > > Here's my consolidated queue. I've had some of these in testing for quite > > a while, as I didn't want to

Re: [OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-05-31 Thread Bruce Ashfield
On Wed, May 31, 2023 at 6:22 PM Richard Purdie wrote: > > On Wed, 2023-05-31 at 18:18 -0400, Bruce Ashfield wrote: > > On Wed, May 31, 2023 at 6:03 PM Richard Purdie > > wrote: > > > > > > Hi Bruce, > > > > > > On Wed, 2023-05-31 at 14:48 -0400, bruce.ashfi...@gmail.com wrote: > > > > From:

Re: [OE-core] [PATCH 0/9] kernel/linux-yocto: consolidated pull request

2023-05-31 Thread Bruce Ashfield
On Wed, May 31, 2023 at 6:22 PM Richard Purdie wrote: > > On Wed, 2023-05-31 at 18:18 -0400, Bruce Ashfield wrote: > > On Wed, May 31, 2023 at 6:03 PM Richard Purdie > > wrote: > > > > > > Hi Bruce, > > > > > > On Wed, 2023-05-31 at 14:48 -0400, bruce.ashfi...@gmail.com wrote: > > > > From: