On Wed, Sep 21, 2022 at 9:38 AM Richard Purdie
wrote:
>
> On Tue, 2022-09-20 at 19:23 -0700, Khem Raj wrote:
> > Update SRCREV to bring in few bug fixes
> > Install a .so symlink which could be used during linking
> >
> > Signed-off-by: Khem Raj
> > ---
> > v2: Symlink should point to base_libdir
Update SRCREV to bring in few bug fixes
Install a .so symlink which could be used during linking
install libdir to create if not existing
Signed-off-by: Khem Raj
---
v2: Symlink should point to base_libdir not libdir
v3: Create libdir as it might not be created always
.../musl/gcompat/0001-aux
From: Bruce Ashfield
Updating to the latest korg -stable release that comprises
the following commits:
0b8e37cbaa76 Linux 5.10.141
bdc786d737ec net: neigh: don't call kfree_skb() under spin_lock_irqsave()
4931af31c402 net/af_packet: check len when min_header_len equals to 0
64f6
From: Bruce Ashfield
Updating to the latest korg -stable release that comprises
the following commits:
f1101295c145 Linux 5.10.143
71d3adbb2890 arm64: errata: add detection for AMEVCNTR01 incrementing
incorrectly
202341395ce3 hwmon: (mr75203) enable polling for all VM channels
From: Bruce Ashfield
Updating to the latest korg -stable release that comprises
the following commits:
7e17397001a9 Linux 5.4.213
077041e486fe MIPS: loongson32: ls1c: Fix hang during startup
4e8d7039cf52 x86/nospec: Fix i386 RSB stuffing
64f9755b408b sch_sfb: Also store skb len
From: Bruce Ashfield
Updating to the latest korg -stable release that comprises
the following commits:
d6deb370b5a5 Linux 5.4.212
0052348329c9 net: neigh: don't call kfree_skb() under spin_lock_irqsave()
25a80e728412 net/af_packet: check len when min_header_len equals to 0
fc78b
From: pgowda
Upstream-Status: Backport
[https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=f07c08e115e27cddf5a0030dc6332bbee1bd9c6a]
Upstream-Status: Backport
[https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=175b91507b83ad42607d2f6dadaf55b7b511bdbe]
Upstream-Status: Bac
I started with a clean master branch and encountered the patch fuzz
warning on the first build. But to verify that the driver was working,
I wanted to run my wayland image with 'runqemu'. That required a whole
bunch of extra files to be changed, and I ended up forgetting to fix
the patch. Sorry
Signed-off-by: Markus Volk
---
...uild-use-python3-directly-for-python.patch | 11 +-
.../virglrenderer/cve-2022-0135.patch | 117 --
.../virglrenderer/cve-2022-0175.patch | 107
.../virglrenderer/virglrenderer_0.10.3.bb | 33 +
.../virgl
- add PACKAGECONFIG to build vulkan beta drivers
- add PACKAGECONFIG for zink and build it along with vulkan
- remove TLS-ELF patch and the associated PACKAGECONFIG. It looks like its
unneeded
- remove swrast_kms backport patch
- remove the patch that reverts the deprecation of drm_handle as it is
The fix for this CVE has been merged into the 2.36 branch and fixed in
oe-core as of 055ce284.
Signed-off-by: Ross Burton
---
meta/recipes-core/glibc/glibc_2.36.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-core/glibc/glibc_2.36.bb
b/meta/recipes-core/glibc/glibc_2.36.b
On Tue, 2022-09-20 at 19:23 -0700, Khem Raj wrote:
> Update SRCREV to bring in few bug fixes
> Install a .so symlink which could be used during linking
>
> Signed-off-by: Khem Raj
> ---
> v2: Symlink should point to base_libdir not libdir
It still breaks:
https://autobuilder.yoctoproject.org/ty
On Wed, 2022-09-21 at 09:51 +0200, Markus Volk wrote:
> Signed-off-by: Markus Volk
> ---
> .../virglrenderer/virglrenderer_0.10.3.bb | 33 +++
> .../virglrenderer/virglrenderer_0.9.1.bb | 25 --
> 2 files changed, 33 insertions(+), 25 deletions(-)
> create mo
On Wed, 2022-09-21 at 08:49 +0200, Markus Volk wrote:
> - add PACKAGECONFIG to build vulkan beta drivers
> - add PACKAGECONFIG for zink and build it along with vulkan
> - remove TLS-ELF patch and the associated PACKAGECONFIG. It looks like its
> unneeded
> - remove swrast_kms backport patch
> - re
Hello,
On 19/09/2022 12:48:03+0800, kai wrote:
> From: Kai Kang
>
> It provides gprofng by binutils 2.39 for x86, x86_64 and aarch64
> according to configure.ac:
>
> https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=configure.ac;h=aa9c91b42214afc46a0ab8b629e4c6fedcc0;hb=HEAD#l401
>
>
I just checked. Github has moved the lists of 'release assets' such as
tarballs into separate 'include urls':
https://github.com/mesonbuild/meson/releases/expanded_assets/0.63.1
but this can fortunately be fixed by tweaking the regex slightly:
UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/m
On Mon, 2022-09-19 at 06:44 +, Yanxinkuan.FNST wrote:
> Provide a patch to enable the ptest function of
> the OSS 'bc' by reusing the original test of the OSS
> itself with small adjustment in the 'timetest' script.
>
> This ptest was placed in the PTEST_SLOW queue since it
> takes upto 48s t
From: Sana Kazi
Fix CVE-2021-20223 for sqlite3
Link:
https://github.com/sqlite/sqlite/commit/d1d43efa4fb0f2098c0e2c5bf2e807c58d5ec05b.patch
Signed-off-by: Sana Kazi
---
.../sqlite/files/CVE-2021-20223.patch | 23 +++
meta/recipes-support/sqlite/sqlite3_3.31.1.bb | 1 +
Good that confirms what I was seeing earlier -
https://lists.openembedded.org/g/openembedded-core/message/169002
On Wed, Sep 21, 2022 at 7:31 AM wrote:
> From: Kai Kang
>
> 0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not
> required by target mesa any more. But it still fails
On Wed, 2022-09-21 at 16:03 +0800, kai wrote:
> From: Kai Kang
>
> 0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not
> required by target mesa any more. But it still fails to compile
> mesa-native with DEBUG_BUILD enabled on Ubuntu 18.04 with gcc 7.5.0
> without this patch:
>
>
Changelog:
=
Security fixes:
#629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in
function doContent. Expected impact is denial of service
or potentially arbitrary code execution.
Bug fixes:
#634 MinGW
Changelog:
=
Security fixes:
#629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in
function doContent. Expected impact is denial of service
or potentially arbitrary code execution.
Bug fixes:
#634 MinGW
ttyS4 is also needed by some BSP such as amd-snowyowl-64.
Let's allow it for convenience.
Signed-off-by: Chen Qi
---
meta/recipes-extended/shadow/files/securetty | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/shadow/files/securetty
b/meta/recipes-extended/shadow/files
From: Kai Kang
0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not
required by target mesa any more. But it still fails to compile
mesa-native with DEBUG_BUILD enabled on Ubuntu 18.04 with gcc 7.5.0
without this patch:
| ../mesa-22.1.6/src/compiler/nir/nir_inline_helpers.h: In fu
On 9/21/22 15:49, Khem Raj wrote:
On Wed, Sep 21, 2022 at 1:31 AM kai wrote:
From: Kai Kang
0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not
required by target mesa any more. But it still fails to compile
mesa-native with DEBUG_BUILD enabled on Ubuntu 18.0
Signed-off-by: Markus Volk
---
.../virglrenderer/virglrenderer_0.10.3.bb | 33 +++
.../virglrenderer/virglrenderer_0.9.1.bb | 25 --
2 files changed, 33 insertions(+), 25 deletions(-)
create mode 100644 meta/recipes-graphics/virglrenderer/virglrenderer_0.10.3
On Wed, Sep 21, 2022 at 1:31 AM kai wrote:
> From: Kai Kang
>
> 0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not
> required by target mesa any more. But it still fails to compile
> mesa-native with DEBUG_BUILD enabled on Ubuntu 18.04 with gcc 7.5.0
> without this patch:
Perh
From: Lee Chee Yang
Signed-off-by: Lee Chee Yang
---
.../subversion/CVE-2021-28544.patch | 146 ++
.../subversion/subversion_1.13.0.bb | 1 +
2 files changed, 147 insertions(+)
create mode 100644
meta/recipes-devtools/subversion/subversion/CVE-2021-28544.
28 matches
Mail list logo