Re: [meta-virtualization][master][langdale][kirkstone][PATCH] openvswitch: backport patch to fix CVE-2022-4337 and CVE-2022-4338

2023-01-06 Thread Bruce Ashfield
On Thu, Jan 5, 2023 at 11:09 PM Xiangyu Chen wrote: > > > On 12/28/22 11:56, Xiangyu Chen wrote: > > From: Xiangyu Chen > > > > CVE-2022-4337: openvswitch: Out-of-Bounds Read in Organization Specific TLV > > CVE-2022-4338: openvswitch: Integer Underflow in Organization Specific TLV > > > > Refere

Re: [meta-virtualization] [PATCH] libslirp: remove the recipe

2023-01-06 Thread Bruce Ashfield
This is an already known issue. I'll be forking the recipe versus removing it, I'm just not back full time so haven't had a chance to do it yet. Bruce On Fri, Jan 6, 2023 at 5:12 AM wrote: > > From: Mingli Yu > > The libslirp recipe is added in openembedded-core [1], so remove the > recipe in

[meta-virtualization] [PATCH v2 3/3] xen: Bump default version to 4.17 stable

2023-01-06 Thread Orzel, Michal via lists.yoctoproject.org
Signed-off-by: Michal Orzel --- Changes in v2: - none --- conf/distro/include/meta-virt-default-versions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/meta-virt-default-versions.inc b/conf/distro/include/meta-virt-default-versions.inc index b2ce

[meta-virtualization] [PATCH v2 2/3] xen: Add recipes for stable Xen 4.17 release and update master

2023-01-06 Thread Orzel, Michal via lists.yoctoproject.org
Add recipes for xen and tools for the newly released 4.17 version and take the opportunity to update master recipes. Reflect 4.17 tools changes in xen-tools.inc: - add test-paging-mempool to test package, - add init-dom0less script to xl package, - add localstatedir to xencommons package (this

[meta-virtualization] [PATCH v2 1/3] xen: Bump SRCREV of 4.16 recipes to 4.16.3

2023-01-06 Thread Orzel, Michal via lists.yoctoproject.org
Update 4.16 recipes to use the latest 4.16.3 release. Also, remove the GCC 12 fix patch as it seems to be no longer needed. Signed-off-by: Michal Orzel --- Changes in v2: - none --- .../files/xen-fix-gcc12-build-issues.patch| 433 -- recipes-extended/xen/xen-tools_4.16.bb

[meta-virtualization] [PATCH v2 0/3] xen: Update recipes for xen and xen-tools

2023-01-06 Thread Orzel, Michal via lists.yoctoproject.org
This patch series: - updates the 4.16 recipes to the latest 4.16.3 release, - adds 4.17 recipes, fixes conflicts and updates master, - bumps default version to 4.17. Tested by building all the available Xen versions on qemu{arm64/x86-64} and running them using runqemu. Michal Orzel (3): xen:

[meta-virtualization] [PATCH] libslirp: remove the recipe

2023-01-06 Thread Yu, Mingli
From: Mingli Yu The libslirp recipe is added in openembedded-core [1], so remove the recipe in meta-virtualization to fix the below yocto compliance issue. INFO: == INFO: FAIL: test_signatures (common.CommonCheckLayer) INFO: ---

Re: [meta-virtualization] [PATCH 2/3 RESEND] xen: Add recipes for stable Xen 4.17 release and update master

2023-01-06 Thread Orzel, Michal via lists.yoctoproject.org
Hi Chris, On 06/01/2023 08:18, Christopher Clark wrote: > > > > > On Thu, Jan 5, 2023 at 5:54 AM Michal Orzel > wrote: > > Add recipes for xen and tools for the newly released 4.17 version and > take the opportunity to update master recipes. > > >