[OE-core] [PATCH] glibc: Update to latest 2.33 branch

2021-05-22 Thread Khem Raj
Drop backported patches Add CVE-2021-27645 to CVE_CHECK_WHITELIST and drop the patch as its also upstreamed Changes in the version bump are * 3f5080aedd nptl: Do not build nptl/tst-pthread-gdb-attach as PIE * 36783141cf nptl: Check for compatible GDB in nptl/tst-pthread-gdb-attach * ea299b62e8

[OE-core] [PATCH] glibc: Enable memory tagging for aarch64

2021-05-22 Thread Khem Raj
Glibc on aarch64 has a memory tagging option that can be enabled via GLIBC_TUNABLES="glibc.mem.tagging=$SOMETHING" when glibc is built with memory tagging support and the kernel/HW supports MTE. There should be no side effects unless the user turns it on with approprate HW support Linux 5.4

Re: [OE-core] [PATCH v3 4/5] oeqa/selftest/cases/rust.py: Rust oe-selftest script.

2021-05-22 Thread Alexander Kanavin
On Fri, 21 May 2021 at 15:29, Vinay Kumar wrote: > + # Set TEST_DEVICE_ADDR to image ip > + cmd = "export TEST_DEVICE_ADDR=%s:12345;" % > qemu.ip > + runCmd(cmd) > + > +# Test execution > +

Re: [OE-core] [PATCH v2 6/7] oeqa/selftest/cases/rust.py: Rust oe-selftest script.

2021-05-22 Thread Alexander Kanavin
On Fri, 21 May 2021 at 15:46, Vinay Kumar wrote: > > If we set "export TEST_DEVICE_ADDR=192.168.7.2:12345;" in do_check of > rust-testsuite.inc connection establishes with image > and the test execution is as expected. > That's because bitbake sanitizes the environment of the tasks and those

Re: [OE-core] [PATCH v3 1/5] rust-testsuite.inc : Rust cross testing.

2021-05-22 Thread Alexander Kanavin
Where is TARGET_SYS set? I cannot find it anywhere in your patchset. Note that when using tap, the target ip address is unknown until qemu is started, so you need to engineer the code in a way that everything that needs to know the address is configured at that point. Alex On Fri, 21 May 2021

Re: [OE-core] [PATCH v3 1/5] rust-testsuite.inc : Rust cross testing.

2021-05-22 Thread Alexander Kanavin
Nevermind, I found where TARGET_SYS comes from :) Alex On Sat, 22 May 2021 at 18:11, Alexander Kanavin wrote: > Where is TARGET_SYS set? I cannot find it anywhere in your patchset. > > Note that when using tap, the target ip address is unknown until qemu is > started, so you need to engineer

Re: [OE-core] [PATCH] libxml2: upgrade 2.9.10 -> 2.9.12

2021-05-22 Thread Richard Purdie
On Thu, 2021-05-20 at 18:31 -0400, Randy MacLeod wrote: > On 2021-05-20 2:09 p.m., Richard Purdie wrote: > > > > > > Richard > > Tony has an update posted to the list: >    [PATCH] libxml2: Update to 2.9.12 > that passes ptests at least locally > and I know that we fixed the 'fuzz' problem >

[OE-core] [PATCH] uboot-sign/kernel-fitimage: split generate_rsa_keys task

2021-05-22 Thread Ming Liu
From: Ming Liu Currently generate_rsa_keys tasks are being executed parallelly in kernel and uboot's task list, and both of them are calling openssl to generate rsa keys in same path, this can lead to race condition. Let's split it to kernel_generate_rsa_keys and uboot_generate_rsa_keys.

[OE-core] [PATCH V2] kernel-fitimage.bbclass: drop unit addresses from bootscr sections

2021-05-22 Thread Ming Liu
From: Ming Liu In commit 6047be9f: [ kernel-fitimage: Don't use unit addresses on FIT ] It had dropped unit addresses from FIT image but missed on bootscr part. Drop unit addresses from bootscr sections in this patch. Signed-off-by: Ming Liu --- meta/classes/kernel-fitimage.bbclass | 8

Re: [OE-core] [PATCH] kernel-fitimage.bbclass: fix wrong separators

2021-05-22 Thread Ming Liu
Hi, Andrey: Thanks, exactly as you explained, it's to fix CVE-2021-27138, will add more commit messages. //Ming Liu Andrey Zhizhikin 於 2021年5月21日 週五 下午6:04寫道: > On Fri, May 21, 2021 at 4:44 PM Bruce Ashfield > wrote: > > > > On Fri, May 21, 2021 at 10:28 AM Richard Purdie > > wrote: > > > >