[OE-core] [PATCH v4] sstatesig: Fix pn and taskname derivation in find_siginfo

2023-07-12 Thread Yang Xu via lists.openembedded.org
From: Yang Xu The `bb.siggen.compare_sigfiles` method transforms the key format from `[mc::][virtual:][native:]:` to `/:[:virtual][:native][:mc:]` by `clean_basepaths`. However, `find_siginfo` uses the original format to get the package name (pn) and task name. This commit corrects the method

Re: [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
But I have sent already v5 with this change… BR Piotr Wysyłane z aplikacji Outlook dla systemu iOS Od: Richard Purdie Wysłane: Wednesday, July 12, 2023 11:33:37 PM Do: Piotr Łobacz ; Alexander Kanavin DW:

Re: [OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Alex Stewart
ACK this patchset, assuming the other maintainers are happy with how we're handling the DISTO_FEATURES. I chose not to include Piotr's opkg and opkg-utils ACL/xattr changes into the 0.6.2 release, which I have just pushed. They've been merged afterward, and can still be applied atop 0.6.2,

Re: [OE-Core][RFC] update-layers: Update layers managed by setup-layers

2023-07-12 Thread Chuck Wolber
That is a good point that I wrestled with. The TL;DR is that it seems to create a chicken/egg problem. Here is my reasoning in (possibly too much) detail. At a very high level, one of the ingenious aspects of Yocto/OE is that it (almost) always lets the project distro "win". This is important

Re: [oe-core][PATCH 1/1] libgpiod: modify RDEPENDS for ptest

2023-07-12 Thread Joe Slater via lists.openembedded.org
Wrong list -- ignore Joe > -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Joe Slater via > lists.openembedded.org > Sent: Wednesday, July 12, 2023 2:33 PM > To: openembedded-core@lists.openembedded.org > Cc: Slater,

Re: [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Richard Purdie
On Wed, 2023-07-12 at 20:48 +, Piotr Łobacz wrote: > Richard, but that is exactly, what I have written… wirhout any > checks. No, I mean that the right patch should be: -DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr" +DISTRO_FEATURES_NATIVE ?= "x11 ipv6 xattr acl" i.e. add acl to

[oe-core][PATCH 1/1] libgpiod: modify RDEPENDS for ptest

2023-07-12 Thread Joe Slater via lists.openembedded.org
From: Joe Slater The current use of RDEPENDS to add a dependency on bats results in the QA warning/error lib32-libgpiod package lib32-libgpiod-ptest-dev - suspicious values 'bats-dev' in RRECOMMENDS [multilib] when building lib32-libgpiod with ptest not enabled. We add the dependency only

Re: [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
Sorry for typo. It should be any, not anu. I’m typing from mobile… Wysyłane z aplikacji Outlook dla systemu iOS Od: openembedded-core@lists.openembedded.org w imieniu użytkownika Piotr Łobacz via lists.openembedded.org Wysłane:

Re: [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
Richard, but that is exactly, what I have written… wirhout anu checks. Cheers Piotr Od: Richard Purdie Wysłane: Wednesday, July 12, 2023 9:25:15 PM Do: Piotr Łobacz ; Alexander Kanavin DW: openembedded-core@lists.openembedded.org Temat: Re: ODP:

Re: ODP: [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Richard Purdie
On Wed, 2023-07-12 at 19:08 +, Piotr Łobacz wrote: > OK, I have set in v5 patches set, these acl and xattr attributes by > default in DISTRO_FEATURES_NATIVE, without any checks, if it exists > in DISTRO_FEATURES. Is that ok for all of you? No, don't check DISTRO_FEATURES. Just add acl

ODP: [OE-Core][PATCH v4 2/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-12 Thread Piotr Łobacz
HI Alex, this is odd because that is not happening for me... I need to do some checks. BR Piotr Od: Alexandre Belloni Wysłane: środa, 12 lipca 2023 18:54 Do: Piotr Łobacz DW: openembedded-core@lists.openembedded.org Temat: Re: [OE-Core][PATCH v4 2/5]

ODP: [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
OK, I have set in v5 patches set, these acl and xattr attributes by default in DISTRO_FEATURES_NATIVE, without any checks, if it exists in DISTRO_FEATURES. Is that ok for all of you? BR Piotr Od: Alexander Kanavin Wysłane: środa, 12 lipca 2023 19:15 Do: Richard

[OE-Core][PATCH v5 3/5] package.bbclass: add support for ACLs and xattr

2023-07-12 Thread Piotr Łobacz
Extend `tar` command, with additional parameters, depending on choosen package class and target distro features, in order to support ACLs and xattr. Currently only `package_ipk` supports fully ACLs and xattr. Signed-off-by: Piotr Łobacz --- meta/classes-global/package.bbclass | 9 +++-- 1

[OE-Core][PATCH v5 4/5] opkg-utils: add acl and xattr support

2023-07-12 Thread Piotr Łobacz
Add support for tar archives created with --acls and/or --xattrs options, PAX header format. GNU tar and libarchive already supports ACLs and extended attributes. We can now add this support as well to opkg-build script in order to use fsetattr or setcap inside do_install command and end up with

[OE-Core][PATCH v5 5/5] opkg: add options to enable support for acl and xattr

2023-07-12 Thread Piotr Łobacz
The libarchive library, which is being used by opkg, supports ACLs and xattr already. More informations can be read at this link: https://github.com/libarchive/libarchive/pull/691 Signed-off-by: Piotr Łobacz --- ...-to-enable-support-for-acl-and-xattr.patch | 70 +++

[OE-Core][PATCH v5 2/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-12 Thread Piotr Łobacz
Extend OPKGBUILDCMD variable, with additional parameters, depending on target distro features, in order to support ACLs and xattr. With fix pushed to the opkg-devel: https://groups.google.com/g/opkg-devel/c/dYNHrLjDwg8 opkg-build is able to create tar archives with ACLs and xattr. Signed-off-by:

[OE-Core][PATCH v5 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
Include support for ACLs and extended file attributes for native builds, by default. Signed-off-by: Piotr Łobacz --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9625a6fef4..8dd615 100644 ---

Re: [OE-core][PATCH] python3: parallelize ptests, add test_cppext dependencies

2023-07-12 Thread Alexander Kanavin
I would suggest just one more tweak here: insert || echo "FAIL: python3" after python3 but before sed. That way it'll catch failures that sed does not (that silent regressing did just happen with zipapp/cgitb/cppext). Alex On Tue, 11 Jul 2023 at 19:25, Trevor Gamblin wrote: > > This is based on

Re: [OE-Core][RFC] update-layers: Update layers managed by setup-layers

2023-07-12 Thread Alexander Kanavin
Thanks, perhaps this functionality should simply be folded directly into bitbake-layers perhaps, as an extension of 'create-layers-setup'? Does it need to be in a separate script? Alex On Wed, 12 Jul 2023 at 20:00, Chuck Wolber wrote: > > I wrote this tool to do automatic updating of layers

[OE-Core][RFC] update-layers: Update layers managed by setup-layers

2023-07-12 Thread Chuck Wolber
I wrote this tool to do automatic updating of layers managed by the setup-layers script. This addresses some of the functionality I discussed in my OSSNA 2023 talk . A detailed explanation of what the following script does is found in the comments, but

Re: [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Alexander Kanavin
On Wed, 12 Jul 2023 at 19:04, Richard Purdie wrote: > Just to be clear, I know what Alex said but after further thought, acl > needs to move into DISTRO_FEATURES_NATIVE in my opinion (and Ross' > too). > > I suspect Alex will agree with that too after thinking about the > arguments I put forward

Re: [OE-core] RFE: add 'LAYERDIR_' variable

2023-07-12 Thread Alexander Kanavin
I would generally not want to encourage reuse of recipes this way. If I have something in my layer I want freedom to change it as I please, and I don't want to hear complaints that I 'broke' layers I have never heard about because those layers include bits and pieces of my recipes. If you want

Re: [OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Richard Purdie
On Wed, 2023-07-12 at 14:25 +0200, Piotr Łobacz wrote: > Include support for ACLs and extended file attributes for native > builds, depending on which distro target features has been turned > on. > > Signed-off-by: Piotr Łobacz > --- > meta/conf/bitbake.conf | 4 ++-- > 1 file changed, 2

Re: [OE-Core][PATCH v4 2/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-12 Thread Alexandre Belloni via lists.openembedded.org
I tested a previous version and got: ERROR: run-postinsts-1.0-r10 do_package_write_ipk: Fatal errors occurred in subprocesses: Command

Re: [OE-core] [PATCH 1/2] tunes: Add support for sve instructions on armv8/armv9

2023-07-12 Thread Khem Raj
On Wed, Jul 12, 2023 at 3:29 AM Ross Burton wrote: > > On 11 Jul 2023, at 21:10, Khem Raj via lists.openembedded.org > wrote: > > > > This helps in defining correct compiler options and configure options > > for glibc and overall ABI for toolchain > > Given this, shouldn’t the glibc patch

Re: [OE-core][dunfell][PATCH v2] curl: fix CVE-2023-28320 siglongjmp race condition may lead to crash

2023-07-12 Thread vkumbhar
Okay, sure. Kind regards, Vivek On Wed, Jul 12, 2023 at 9:12 PM Steve Sakoman wrote: > Hi Vivek, > > Sorry I didn't notice this earlier, but we already have a fix for this > CVE in kirkstone: > > >

[OE-core] [PATCH] libexif: add ptest support

2023-07-12 Thread Julien Stephan
adds ptest support for libexif Ptest was executed on a core-image-minimal: root@qemux86-64:~# ptest-runner libexif START: ptest-runner 2023-07-12T15:45 BEGIN: /usr/lib/libexif/ptest [...] i All 13 tests passed (1 test was not run) [...] DURATION: 35 END:

[OE-core] [PATCH 0/1] Add ptest support for libexif

2023-07-12 Thread Julien Stephan
Hi all, This series add ptest support for libexif. This series depend on [1]. This fix is required here because one of the test program, listed in check_PROGRAMS is not listed in TESTS, because it is called through a wrapper script. So we are missing one binary and we get a runtime error. Ptest

Re: [OE-core][dunfell][PATCH v2] curl: fix CVE-2023-28320 siglongjmp race condition may lead to crash

2023-07-12 Thread Steve Sakoman
Hi Vivek, Sorry I didn't notice this earlier, but we already have a fix for this CVE in kirkstone: https://git.openembedded.org/openembedded-core/commit/?h=kirkstone=c761d822be5ffc4a88600fbd7282c469b1e9902a However it seems from your work that a follow on patch is also necessary to fix this

[OE-core] [PATCH] automake: fix buildtest patch

2023-07-12 Thread Julien Stephan
Add check_PROGRAMS as a dependency of buildtest-TESTS target. This is required because according to the official automake documentation [1]: * TESTS: contains all the tests files * check_PROGRAMS: contains the programs used by the tests * check_PROGRAMS is not automatically added to TESTS So, by

Re: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Richard Purdie
On Wed, 2023-07-12 at 12:50 +, Ross Burton wrote: > On 12 Jul 2023, at 13:38, Piotr Łobacz via lists.openembedded.org > wrote: > > > > Guys, the decision is up to you. My first decision was to use it > > directly in DISTRO_FEATURES_FILTER with this, but also > > conditionally. > > > >

Re: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
Ok i’ll change that than. BR Piotr Wysyłane z aplikacji Outlook dla systemu iOS Od: Ross Burton Wysłane: Wednesday, July 12, 2023 2:50:54 PM Do: Piotr Łobacz DW: Richard Purdie ; openembedded-core@lists.openembedded.org Temat: Re:

Re: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Ross Burton
On 12 Jul 2023, at 13:38, Piotr Łobacz via lists.openembedded.org wrote: > > Guys, the decision is up to you. My first decision was to use it directly in > DISTRO_FEATURES_FILTER with this, but also conditionally. > > Probably this is why Alex has written to move it to >

ODP: ODP: ODP: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
Guys, the decision is up to you. My first decision was to use it directly in DISTRO_FEATURES_FILTER with this, but also conditionally. Probably this is why Alex has written to move it to DISTRO_FEATURES_FILTER_NATIVE instead of using it with this bb.utils.contains BR Piotr

Re: ODP: ODP: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Richard Purdie
On Wed, 2023-07-12 at 12:32 +, Piotr Łobacz wrote: > > It was before, but Alexander has written something like this: > > > > > > ... and the next lines after that are: > > # Native distro features on this list will use the target feature > > value > > DISTRO_FEATURES_FILTER_NATIVE ?=

ODP: ODP: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
It was before, but Alexander has written something like this: ... and the next lines after that are: # Native distro features on this list will use the target feature value DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl wayland" So you can simply add acl/xattr to

Re: ODP: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Richard Purdie
On Wed, 2023-07-12 at 12:18 +, Piotr Łobacz wrote: > > Generally we need these in native, otherwise ACLs and xattrs are not > being preserved as packages are being built on native with usage of > native tools which actually need the support for these > functionalities as well... Agreed, so

[OE-Core][PATCH v4 4/5] opkg-utils: add acl and xattr support

2023-07-12 Thread Piotr Łobacz
Add support for tar archives created with --acls and/or --xattrs options, PAX header format. GNU tar and libarchive already supports ACLs and extended attributes. We can now add this support as well to opkg-build script in order to use fsetattr or setcap inside do_install command and end up with

[OE-Core][PATCH v4 5/5] opkg: add options to enable support for acl and xattr

2023-07-12 Thread Piotr Łobacz
The libarchive library, which is being used by opkg, supports ACLs and xattr already. More informations can be read at this link: https://github.com/libarchive/libarchive/pull/691 Signed-off-by: Piotr Łobacz --- ...-to-enable-support-for-acl-and-xattr.patch | 70 +++

[OE-Core][PATCH v4 2/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-12 Thread Piotr Łobacz
Extend OPKGBUILDCMD variable, with additional parameters, depending on target distro features, in order to support ACLs and xattr. With fix pushed to the opkg-devel: https://groups.google.com/g/opkg-devel/c/dYNHrLjDwg8 opkg-build is able to create tar archives with ACLs and xattr. Signed-off-by:

[OE-Core][PATCH v4 3/5] package.bbclass: add support for ACLs and xattr

2023-07-12 Thread Piotr Łobacz
Extend `tar` command, with additional parameters, depending on choosen package class and target distro features, in order to support ACLs and xattr. Currently only `package_ipk` supports fully ACLs and xattr. Signed-off-by: Piotr Łobacz --- meta/classes-global/package.bbclass | 9 +++-- 1

[OE-Core][PATCH v4 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
Include support for ACLs and extended file attributes for native builds, depending on which distro target features has been turned on. Signed-off-by: Piotr Łobacz --- meta/conf/bitbake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/bitbake.conf

ODP: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
Generally we need these in native, otherwise ACLs and xattrs are not being preserved as packages are being built on native with usage of native tools which actually need the support for these functionalities as well... BR Piotr Od: Richard Purdie Wysłane:

Re: [OE-Core][PATCH 1/3] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Richard Purdie
On Mon, 2023-07-10 at 11:57 +0200, Piotr Łobacz wrote: > Include support for ACLs and extended file attributes for native > builds, depending on which distro target features has been turned > on. > > Signed-off-by: Piotr Łobacz > --- > meta/conf/bitbake.conf | 2 +- > 1 file changed, 1

ODP: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support

2023-07-12 Thread Piotr Łobacz
Thx Ross BR Piotr Od: Ross Burton Wysłane: środa, 12 lipca 2023 13:47 Do: Piotr Łobacz DW: openembedded-core@lists.openembedded.org Temat: Re: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support On 12 Jul 2023, at 12:23, Piotr Łobacz wrote: > > I have

[OE-core] RFE: add 'LAYERDIR_' variable

2023-07-12 Thread Enrico Scholz via lists.openembedded.org
Hi, currently, it is difficult to reuse recipes from other layers because their path is required but not known. E.g. when one tries to add a backported imx-gpu-viv recipe [1] to a local layer by | require recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc do_fetch() will fail because some SRC_URI

Re: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support

2023-07-12 Thread Ross Burton
On 12 Jul 2023, at 12:23, Piotr Łobacz wrote: > > I have added v3 and merged them as one feature/patch change. Additionaly how > this Upstream-Status should look like? Could you please give me an example?

ODP: [OE-Core][PATCH 3/3] package.bbclass: add support for ACLs and xattr

2023-07-12 Thread Piotr Łobacz
I have removed this check as you are absolutelly right. Besides in future I suspect that we will have also support for ACLs and xattrs in both debs and rpms as well. Thx Piotr Od: Ross Burton Wysłane: poniedziałek, 10 lipca 2023 13:46 Do: Piotr Łobacz DW:

ODP: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support

2023-07-12 Thread Piotr Łobacz
I have added v3 and merged them as one feature/patch change. Additionaly how this Upstream-Status should look like? Could you please give me an example? Thx Piotr Od: Ross Burton Wysłane: środa, 12 lipca 2023 12:31 Do: Piotr Łobacz DW:

[OE-Core][PATCH v3 5/5] opkg: add options to enable support for acl and xattr

2023-07-12 Thread Piotr Łobacz
The libarchive library, which is being used by opkg, supports ACLs and xattr already. More informations can be read at this link: https://github.com/libarchive/libarchive/pull/691 Signed-off-by: Piotr Łobacz --- ...-to-enable-support-for-acl-and-xattr.patch | 66 +++

[OE-Core][PATCH v3 4/5] opkg-utils: add acl and xattr support

2023-07-12 Thread Piotr Łobacz
Add support for tar archives created with --acls and/or --xattrs options, PAX header format. GNU tar and libarchive already supports ACLs and extended attributes. We can now add this support as well to opkg-build script in order to use fsetattr or setcap inside do_install command and end up with

[OE-Core][PATCH v3 2/5] package_ipk.bbclass: add support for ACLs and xattr

2023-07-12 Thread Piotr Łobacz
Extend OPKGBUILDCMD variable, with additional parameters, depending on target distro features, in order to support ACLs and xattr. With fix pushed to the opkg-devel: https://groups.google.com/g/opkg-devel/c/dYNHrLjDwg8 opkg-build is able to create tar archives with ACLs and xattr. Signed-off-by:

[OE-Core][PATCH v3 3/5] package.bbclass: add support for ACLs and xattr

2023-07-12 Thread Piotr Łobacz
Extend `tar` command, with additional parameters, depending on choosen package class and target distro features, in order to support ACLs and xattr. Currently only `package_ipk` supports fully ACLs and xattr. Signed-off-by: Piotr Łobacz --- meta/classes-global/package.bbclass | 9 +++-- 1

[OE-Core][PATCH v3 1/5] bitbake.conf: add acl and xattr distro native features support

2023-07-12 Thread Piotr Łobacz
Include support for ACLs and extended file attributes for native builds, depending on which distro target features has been turned on. Signed-off-by: Piotr Łobacz --- meta/conf/bitbake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/bitbake.conf

Re: [OE-Core][PATCH v2 3/3] package.bbclass: add support for ACLs and xattr

2023-07-12 Thread Piotr Łobacz
H actually no, we can always pass these params to tar. Wysyłane z aplikacji Outlook dla systemu iOS Od: Ross Burton Wysłane: Wednesday, July 12, 2023 12:36:41 PM Do: Piotr Łobacz DW: openembedded-core@lists.openembedded.org Temat:

Re: [OE-Core][PATCH v2 3/3] package.bbclass: add support for ACLs and xattr

2023-07-12 Thread Ross Burton
On 12 Jul 2023, at 00:28, Piotr Łobacz via lists.openembedded.org wrote: > -# Preserve sparse files and hard links > -cmd = 'tar --exclude=./sysroot-only -cf - -C %s -p -S . | tar -xf - -C > %s' % (dest, dvar) > +# Preserve sparse files, hard links, ACLs and extended attributes > +

Re: [OE-core] [PATCH 3/3] Revert "site: merged common-glibc from OE"

2023-07-12 Thread Ross Burton
Instead of just saying “reverting a commit from 2008, please explain _why_. Ross > On 12 Jul 2023, at 00:41, Khem Raj via lists.openembedded.org > wrote: > > This reverts commit a2f942c22e31fe15fef1b44a0e5cc548a60d43a6. > > Signed-off-by: Khem Raj > --- > meta/site/common-glibc | 1 - > 1

Re: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support

2023-07-12 Thread Ross Burton
On 12 Jul 2023, at 00:18, Piotr Łobacz via lists.openembedded.org wrote: > +++ > b/meta/recipes-devtools/opkg-utils/opkg-utils/0002-opkg-build-Add-acls-and-xattrs-support.patch > @@ -0,0 +1,70 @@ > +From f177abcba7d72fa1afd0bc23f38beb4fe88fc040 Mon Sep 17 00:00:00 2001 > +From:

Re: [OE-core] [PATCH 1/2] tunes: Add support for sve instructions on armv8/armv9

2023-07-12 Thread Ross Burton
On 11 Jul 2023, at 21:10, Khem Raj via lists.openembedded.org wrote: > > This helps in defining correct compiler options and configure options > for glibc and overall ABI for toolchain Given this, shouldn’t the glibc patch respect the tune flags instead of forcibly turning sve off? Ross

[OE-core][dunfell][PATCH v2] curl: fix CVE-2023-28320 siglongjmp race condition may lead to crash

2023-07-12 Thread vkumbhar
Introduced by: https://github.com/curl/curl/commit/3c49b405de4fbf1fd7127f91908261268640e54f (curl-7_9_8) Fixed by: https://github.com/curl/curl/commit/13718030ad4b3209a7583b4f27f683cd3a6fa5f2 (curl-8_1_0) Follow-up: https://github.com/curl/curl/commit/f446258f0269a62289cca0210157cb8558d0edc3

Re: [OE-core][dunfell][PATCH] curl: fix CVE-2023-28320 siglongjmp race condition may lead to crash

2023-07-12 Thread vkumbhar
Corrected, v2 has been sent for review. Kind regards, Vivek On Mon, Jul 10, 2023 at 9:11 PM Steve Sakoman wrote: > On Mon, Jul 10, 2023 at 5:03 AM Vivek Kumbhar wrote: > > > > As it is a followup patch I have added it as fol1. > > > > If you want this as pre1, I will send v2 again. > > What

[OE-core][kirkstone][PATCH v2] curl: fix CVE-2023-28320 siglongjmp race condition may lead to crash

2023-07-12 Thread vkumbhar
Introduced by: https://github.com/curl/curl/commit/3c49b405de4fbf1fd7127f91908261268640e54f (curl-7_9_8) Fixed by: https://github.com/curl/curl/commit/13718030ad4b3209a7583b4f27f683cd3a6fa5f2 (curl-8_1_0) Follow-up: https://github.com/curl/curl/commit/f446258f0269a62289cca0210157cb8558d0edc3

Re: [OE-core] WIC: erofs-utils-native: Cherrypick commit from master to #kirkstone

2023-07-12 Thread Heiko
>From 2d8164ac97277c344bc7c9e11f0ed78235726bda Mon Sep 17 00:00:00 2001 From: Heiko Thole Date: Wed, 12 Jul 2023 07:41:59 +0200 Subject: [kirkstone][PATCH] wic: Add dependencies for erofs-utils In order to build erofs filesystems, wic must have the erofs-utils package installed into its