Re: [OE-core] [PATCH 11/17] webkitgtk: update 2.34.6 -> 2.36.0

2022-04-08 Thread Khem Raj
it fails to build on mips https://errors.yoctoproject.org/Errors/Details/654398/ On Thu, Apr 7, 2022 at 10:00 AM Alexander Kanavin wrote: > > Drop patches: > 0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch > 0001-When-building-introspection-files-add-CMAKE_C_FLAGS-.patch > (both merged

[OE-core] [dunfell][PATCH] gzip: fix CVE-2022-1271

2022-04-08 Thread Ralph Siemsen
zgrep applied to a crafted file name with two or more newlines can no longer overwrite an arbitrary, attacker-selected file. Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=dc9740df61e575e8c3148b7bd3c147a81ea00c7c] CVE: CVE-2022-1271 Signed-off-by: Ralph Siemsen

[OE-core] [dunfell][PATCH] xz: fix CVE-2022-1271

2022-04-08 Thread Ralph Siemsen
Malicious filenames can make xzgrep to write to arbitrary files or (with a GNU sed extension) lead to arbitrary code execution. Upstream-Status: Backport [https://tukaani.org/xz/xzgrep-ZDI-CAN-16587.patch] CVE: CVE-2022-1271 Signed-off-by: Ralph Siemsen --- .../xz/xz/CVE-2022-1271.patch

[OE-core] [PATCH] gzip: upgrade 1.11 -> 1.12

2022-04-08 Thread Ralph Siemsen
This includes a fix for CVE-2022-1271. The existing "wrong path" patch needed to be refreshed, because the context changed due to the following upstream change: https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=31193bbd13cd2807d8ccaa2ba5b072303d5425e7 Signed-off-by: Ralph Siemsen ---

[OE-core] [PATCH] xz: fix CVE-2022-1271

2022-04-08 Thread Ralph Siemsen
Malicious filenames can make xzgrep to write to arbitrary files or (with a GNU sed extension) lead to arbitrary code execution. Upstream-Status: Backport [https://tukaani.org/xz/xzgrep-ZDI-CAN-16587.patch] CVE: CVE-2022-1271 Signed-off-by: Ralph Siemsen --- .../xz/xz/CVE-2022-1271.patch

[OE-core] [PATCH v3 5/6] poky-tiny: add a distro description

2022-04-08 Thread Jon Mason
Signed-off-by: Jon Mason --- meta-poky/conf/distro/poky-tiny.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 499af906a898..9a3106879021 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++

Re: [OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Markus Volk
also had this issue and found out, that the bluetooth service did come up, once bluetooth was enabled My fix was to edit like this ReadWritePaths=:/var/lib/bluetooth The colon ensures that the service won't fail if the directory doesn't exist Am 08.04.22 um 13:01 schrieb Yi Zhao: On

Re: [OE-core] [PATCH] libgpg-error: Add ptest

2022-04-08 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 06/04/2022 15:53:24+0200, Simone Weiss wrote: > Add a ptest for libgpg-error to core-image-ptest-all. All tests passed on a > trial run. > It seems the tests are failing on the autobuilders: {'libgpg-error': '2022-04-08T16:22\n' '2022-04-08T16:22\n' '

Re: [OE-core] [PATCH v2 5/6] poky-tiny: add a distro description

2022-04-08 Thread Khem Raj
On 4/8/22 12:55 PM, Jon Mason wrote: On Fri, Apr 8, 2022 at 3:40 PM Khem Raj wrote: On 4/8/22 12:25 PM, Jon Mason wrote: Signed-off-by: Jon Mason --- meta-poky/conf/distro/poky-tiny.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-poky/conf/distro/poky-tiny.conf

Re: [OE-core] [PATCH 1/2] qemu: split out qemu-guest-agent, add startup scripts

2022-04-08 Thread Alexandre Belloni via lists.openembedded.org
Hello Brenda, It seems this fails in some builds: ERROR: lib32-qemu-6.2.0-r0 do_package: Didn't find service unit 'lib32-qemu-guest-agent.service', specified in SYSTEMD_SERVICE:lib32-qemu-guest-agent. Full log here:

Re: [OE-core] [PATCH v2 5/6] poky-tiny: add a distro description

2022-04-08 Thread Jon Mason
On Fri, Apr 8, 2022 at 3:40 PM Khem Raj wrote: > > > > On 4/8/22 12:25 PM, Jon Mason wrote: > > Signed-off-by: Jon Mason > > --- > > meta-poky/conf/distro/poky-tiny.conf | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/meta-poky/conf/distro/poky-tiny.conf > >

Re: [OE-core] [PATCH v2 6/6] poky-tiny: enable qemuarmv5/qemuarm64 and cleanups

2022-04-08 Thread Khem Raj
On 4/8/22 12:53 PM, Jon Mason wrote: On Fri, Apr 8, 2022 at 3:38 PM Khem Raj wrote: On 4/8/22 12:25 PM, Jon Mason wrote: Add support for qemuarmv5 and qemuarm64, and remove qemuarm specific entries, as it should be generic now. Signed-off-by: Jon Mason ---

Re: [OE-core] [PATCH v2 6/6] poky-tiny: enable qemuarmv5/qemuarm64 and cleanups

2022-04-08 Thread Jon Mason
On Fri, Apr 8, 2022 at 3:38 PM Khem Raj wrote: > > > > On 4/8/22 12:25 PM, Jon Mason wrote: > > Add support for qemuarmv5 and qemuarm64, and remove qemuarm specific > > entries, as it should be generic now. > > > > Signed-off-by: Jon Mason > > --- > >

Re: [OE-core] [PATCH v2 5/6] poky-tiny: add a distro description

2022-04-08 Thread Khem Raj
On 4/8/22 12:25 PM, Jon Mason wrote: Signed-off-by: Jon Mason --- meta-poky/conf/distro/poky-tiny.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 499af906a898..91c596faf182 100644 ---

Re: [OE-core] [PATCH v2 6/6] poky-tiny: enable qemuarmv5/qemuarm64 and cleanups

2022-04-08 Thread Khem Raj
On 4/8/22 12:25 PM, Jon Mason wrote: Add support for qemuarmv5 and qemuarm64, and remove qemuarm specific entries, as it should be generic now. Signed-off-by: Jon Mason --- meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff

[OE-core] [PATCH v2 4/6] qemuarmv5: use arm-versatile-926ejs KMACHINE and add more virtio devices

2022-04-08 Thread Jon Mason
Use the Arm Versatile 926 kernel configs and round out all of the virtio interfaces to match other QEMU machines. Signed-off-by: Jon Mason --- meta/conf/machine/qemuarmv5.conf | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/conf/machine/qemuarmv5.conf

[OE-core] [PATCH v2 6/6] poky-tiny: enable qemuarmv5/qemuarm64 and cleanups

2022-04-08 Thread Jon Mason
Add support for qemuarmv5 and qemuarm64, and remove qemuarm specific entries, as it should be generic now. Signed-off-by: Jon Mason --- meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[OE-core] [PATCH v2 5/6] poky-tiny: add a distro description

2022-04-08 Thread Jon Mason
Signed-off-by: Jon Mason --- meta-poky/conf/distro/poky-tiny.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 499af906a898..91c596faf182 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++

[OE-core] [PATCH v2 3/6] qemuarm64: use virtio pci interfaces

2022-04-08 Thread Jon Mason
The virtio PCI devices seemed to be required for this machine for some versions of qemu (based on errors from running qemu saying that the devices don't exist). Changes to the entries here is all that is needed to get it working. Signed-off-by: Jon Mason --- meta/conf/machine/qemuarm64.conf |

[OE-core] [PATCH v2 0/6] poky-tiny clean-ups and qemuarm fixes

2022-04-08 Thread Jon Mason
Changes in v2: * Addressed Khem's comments * Rebased to the latest version * Added distro description for poky-tiny, as this makes it more obvious which distro is being booted when there are multiple The yocto-kernel-cache changes were sent, accepted, and should be uploaded shortly. Thanks,

[OE-core] [PATCH v2 2/6] qemuarm: use virtio device interface for graphics

2022-04-08 Thread Jon Mason
For uniformity, use the virtio device interface, as all the other virtio devices for this machine are the non-PCI ones. Signed-off-by: Jon Mason --- meta/conf/machine/qemuarm.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/conf/machine/qemuarm.conf

[OE-core] [PATCH v2 1/6] linux-yocto: Remove unnecessary, commented out qemuarm entry

2022-04-08 Thread Jon Mason
The line in question is already in place in qemuarm.conf. Remove it from here, as it is not necessary and references an older kernel. Signed-off-by: Jon Mason --- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 3 --- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 3 --- 2 files changed, 6

[OE-core] [PATCH] python3-cryptography: backport fix for leaky test

2022-04-08 Thread Ross Burton
The leaking test case has been fixed upstream, so backport the patch. Signed-off-by: Ross Burton --- .../fix-leak-metric.patch | 36 +++ .../skip-leaky-test.patch | 19 -- .../python/python3-cryptography_36.0.2.bb | 2 +- 3

Re: [OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Yi Zhao
On 4/8/22 18:51, Stefan Herbrechtsmeier wrote: Am 08.04.2022 um 11:23 schrieb Yi Zhao: On 4/8/22 16:34, Stefan Herbrechtsmeier wrote: Am 08.04.2022 um 10:15 schrieb Yi Zhao via lists.openembedded.org: There is a bluetooth service startup failure: bluetooth.service: Failed at step NAMESPACE

Re: [OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Stefan Herbrechtsmeier
Am 08.04.2022 um 11:23 schrieb Yi Zhao: On 4/8/22 16:34, Stefan Herbrechtsmeier wrote: Am 08.04.2022 um 10:15 schrieb Yi Zhao via lists.openembedded.org: There is a bluetooth service startup failure: bluetooth.service: Failed at step NAMESPACE spawning /usr/libexec/bluetooth/bluetoothd: No

Re: [OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Yi Zhao
On 4/8/22 16:34, Stefan Herbrechtsmeier wrote: Am 08.04.2022 um 10:15 schrieb Yi Zhao via lists.openembedded.org: There is a bluetooth service startup failure: bluetooth.service: Failed at step NAMESPACE spawning /usr/libexec/bluetooth/bluetoothd: No such file or directory bluetooth.service:

Re: [OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Stefan Herbrechtsmeier
Am 08.04.2022 um 10:15 schrieb Yi Zhao via lists.openembedded.org: There is a bluetooth service startup failure: bluetooth.service: Failed at step NAMESPACE spawning /usr/libexec/bluetooth/bluetoothd: No such file or directory bluetooth.service: Failed to set up mount namespacing:

[OE-core] [PATCH] bluez5: install /var/lib/bluetooth directory

2022-04-08 Thread Yi Zhao
There is a bluetooth service startup failure: bluetooth.service: Failed at step NAMESPACE spawning /usr/libexec/bluetooth/bluetoothd: No such file or directory bluetooth.service: Failed to set up mount namespacing: /run/systemd/unit-root/var/lib/bluetooth: No such file or directory This is

Re: [OE-core] [PATCH 02/17] llvm: update 13.0.1 -> 14.0.0

2022-04-08 Thread Alexander Kanavin
On Fri, 8 Apr 2022 at 09:03, Richard Purdie wrote: > There is something not quite right with one of the llvm changes: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/5022 > https://autobuilder.yoctoproject.org/typhoon/#/builders/72/builds/5043/steps/32/logs/stdio This bit:

Re: [OE-core] [PATCH 02/17] llvm: update 13.0.1 -> 14.0.0

2022-04-08 Thread Richard Purdie
On Thu, 2022-04-07 at 19:00 +0200, Alexander Kanavin wrote: > llvm-config no longer links with libLLVM, so there is no need > to install it in -native (and it isn't built in the first place). > This also significantly speeds up llvm-native build. > > Signed-off-by: Alexander Kanavin > --- >

Re: [OE-core] [PATCH 2/2] python3-cryptography: enforce identical version for -cryptography-vectors

2022-04-08 Thread Richard Purdie
On Thu, 2022-04-07 at 17:50 -0700, Tim Orling wrote: > > > On Thu, Apr 7, 2022 at 5:37 PM Martin Jansa wrote: > > On Thu, Apr 7, 2022 at 11:10 PM Richard Purdie < > > > > For this specific case the cure is almost more horrible than the issue this > > commit was trying to prevent, but I agree