|
Re: [PATCH] oeqa/qemurunner: do not use Popen.poll() when terminating runqemu with a signal
Hi,
Was I trying to solve the same problem in
https://lists.openembedded.org/g/openembedded-core/message/176203 ?
I think so.
Cheers,
-Mikko
Hi,
Was I trying to solve the same problem in
https://lists.openembedded.org/g/openembedded-core/message/176203 ?
I think so.
Cheers,
-Mikko
|
By
Mikko Rapeli
·
#176507
·
|
|
Re: [dunfell 07/16] QEMU: CVE-2022-4144 QXL: qxl_phys2virt unsafe address translation can lead to out-of-bounds read
I haven't checked yet in dunfell, but in kirkstone this commit merged last week breaks nativesdk-qemu builds.
This chunk:
+@@ -1486,7 +1505,7 @@ void *qxl_phys2virt(PCIQXLDevice *qxl, QXLPHYSICAL
I haven't checked yet in dunfell, but in kirkstone this commit merged last week breaks nativesdk-qemu builds.
This chunk:
+@@ -1486,7 +1505,7 @@ void *qxl_phys2virt(PCIQXLDevice *qxl, QXLPHYSICAL
|
By
Martin Jansa
·
#176506
·
|
|
Current high bug count owners for Yocto Project 4.2
All,
Below is the list as of top 30 bug owners as of the end of WW04 of who have open medium or higher bugs and enhancements against YP 4.2. There are 62 possible work days left until the final
All,
Below is the list as of top 30 bug owners as of the end of WW04 of who have open medium or higher bugs and enhancements against YP 4.2. There are 62 possible work days left until the final
|
By
Stephen Jolley
·
#176505
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#176504
·
|
|
Re: Current QA failure challenges (perf, QA http-server, asyncio prserv, bitbake runCommand timeout, unfsd test issue)
On Mon, 30 Jan 2023 at 21:30, Alexander Kanavin via
lists.openembedded.org <alex.kanavin=gmail.com@...>
wrote:
I sent a patch which does fix the dangling nfsd processes. I'm
On Mon, 30 Jan 2023 at 21:30, Alexander Kanavin via
lists.openembedded.org <alex.kanavin=gmail.com@...>
wrote:
I sent a patch which does fix the dangling nfsd processes. I'm
|
By
Alexander Kanavin
·
#176503
·
|
|
[PATCH] oeqa/qemurunner: do not use Popen.poll() when terminating runqemu with a signal
This does not actually guarantee that the child runqemu process has completely exited:
poll() may return prematurely while the SIGTERM handler in runqemu is still running.
This thwarts the rest of the
This does not actually guarantee that the child runqemu process has completely exited:
poll() may return prematurely while the SIGTERM handler in runqemu is still running.
This thwarts the rest of the
|
By
Alexander Kanavin
·
#176502
·
|
|
Re: Current QA failure challenges (perf, QA http-server, asyncio prserv, bitbake runCommand timeout, unfsd test issue)
<richard.purdie@...> wrote:
I'm going slightly mad. The trouble occurs in stop() method in
meta/lib/oeqa/utils/qemurunner.py. The method sends SIGTERM to runqemu
proces, then runs
<richard.purdie@...> wrote:
I'm going slightly mad. The trouble occurs in stop() method in
meta/lib/oeqa/utils/qemurunner.py. The method sends SIGTERM to runqemu
proces, then runs
|
By
Alexander Kanavin
·
#176501
·
|
|
Re: Current QA failure challenges (perf, QA http-server, asyncio prserv, bitbake runCommand timeout, unfsd test issue)
Grr, incomplete email! Let me resend.
Grr, incomplete email! Let me resend.
|
By
Alexander Kanavin
·
#176500
·
|
|
Re: Current QA failure challenges (perf, QA http-server, asyncio prserv, bitbake runCommand timeout, unfsd test issue)
<richard.purdie@...> wrote:
I'm going slightly mad. The trouble occurs in stop() method in
meta/lib/oeqa/utils/qemurunner.py. The method sends SIGTERM to runqemu
proces, then runs
<richard.purdie@...> wrote:
I'm going slightly mad. The trouble occurs in stop() method in
meta/lib/oeqa/utils/qemurunner.py. The method sends SIGTERM to runqemu
proces, then runs
|
By
Alexander Kanavin
·
#176499
·
|
|
Re: [kirkstone][PATCH] xorg-x11-server: fix multiple xorg-x11-server bugs.
We've done a version bump to 21.1.6 in kirkstone, so you'll need to
rework this patch (if it is still necessary)
Thanks!
Steve
We've done a version bump to 21.1.6 in kirkstone, so you'll need to
rework this patch (if it is still necessary)
Thanks!
Steve
|
By
Steve Sakoman
·
#176498
·
|
|
Re: [yocto-security] OE-core CVE metrics for master on Sun 29 Jan 2023 02:00:01 AM HST
Patches sent (upgrade and ignore).
NIST haven’t taken the CPE fixes I sent, re-sent.
This was fixed by a patch on the list that was incorrectly labelled as langdale, I’ve reposted it.
Both
Patches sent (upgrade and ignore).
NIST haven’t taken the CPE fixes I sent, re-sent.
This was fixed by a patch on the list that was incorrectly labelled as langdale, I’ve reposted it.
Both
|
By
Ross Burton
·
#176497
·
|
|
Re: [master][kirkstone][PATCH] numactl: skip test case when target platform doesn't have 2 CPU node
<xiangyu.chen@...> wrote:
This patch is in my current test queue, so if all goes well it will be
in the next patchset for both langdale and kirkstone.
Steve
<xiangyu.chen@...> wrote:
This patch is in my current test queue, so if all goes well it will be
in the next patchset for both langdale and kirkstone.
Steve
|
By
Steve Sakoman
·
#176496
·
|
|
[PATCHv3] sstate.bbclass: Fetch non-existing local .sig files if needed
For the case of a global shared state cache and a local sstate cache
with a mix of signed and un-signed entries, there is a case where
a .sig is missing locally, but may exist in the global sstate
For the case of a global shared state cache and a local sstate cache
with a mix of signed and un-signed entries, there is a case where
a .sig is missing locally, but may exist in the global sstate
|
By
Tobias Hagelborn
·
#176495
·
|
|
[PATCH] rust: Add `update_snapshot` task to generate `rust-snapshot.inc`
Everything we need for `rust-snapshot.inc` exists in `src/stage0.json`,
so just read that to generate it.
Signed-off-by: Alex Kiernan <alex.kiernan@...>
---
Everything we need for `rust-snapshot.inc` exists in `src/stage0.json`,
so just read that to generate it.
Signed-off-by: Alex Kiernan <alex.kiernan@...>
---
|
By
Alex Kiernan
·
#176494
·
|
|
[PATCH] xinetd: move xconv.pl script to separate package
* most xinetd users probably don't need this nowadays and it
pulls perl into the images
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 5
* most xinetd users probably don't need this nowadays and it
pulls perl into the images
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 5
|
By
Martin Jansa
·
#176493
·
|
|
Re: [PATCH] rust: Upgrade 1.66.1 -> 1.67.0
<alex.kanavin@...> wrote:
I'm being thick... that was the obvious approach. Will sort it now.
--
Alex Kiernan
<alex.kanavin@...> wrote:
I'm being thick... that was the obvious approach. Will sort it now.
--
Alex Kiernan
|
By
Alex Kiernan
·
#176492
·
|
|
Re: [PATCH] rust: Upgrade 1.66.1 -> 1.67.0
No, you can simply add it as a task directly into one of the rust recipes. Take a look at what the crate updater class does and add similar functionality into a recipe which has the input json with
No, you can simply add it as a task directly into one of the rust recipes. Take a look at what the crate updater class does and add similar functionality into a recipe which has the input json with
|
By
Alexander Kanavin
·
#176491
·
|
|
Re: [PATCH] rust: Upgrade 1.66.1 -> 1.67.0
<alex.kanavin@...> wrote:
Yes, right now it's standalone, I was looking at trying to add it into
the devtool upgrade flow, but its so specific, that doesn't seem like
a good fit. On the same
<alex.kanavin@...> wrote:
Yes, right now it's standalone, I was looking at trying to add it into
the devtool upgrade flow, but its so specific, that doesn't seem like
a good fit. On the same
|
By
Alex Kiernan
·
#176490
·
|
|
Re: [PATCH] bitbake.conf: Inject a dash into PN for BB_HASH_CODEPARSER_VALS
FWIW: this change doesn't help in the case I've reported earlier, because the bbclass which was doing the split('-') was also checking that the suffix was one of the supported values.
So I'll continue
FWIW: this change doesn't help in the case I've reported earlier, because the bbclass which was doing the split('-') was also checking that the suffix was one of the supported values.
So I'll continue
|
By
Martin Jansa
·
#176489
·
|
|
[PATCH 3/3] openssl: fix CVE-2022-3996 double locking leads to denial of service
From: Vivek Kumbhar <vkumbhar@...>
Signed-off-by: Vivek Kumbhar <vkumbhar@...>
---
.../openssl/openssl/CVE-2022-3996.patch | 43 +++++++++++++++++++
.../openssl/openssl_3.0.7.bb
From: Vivek Kumbhar <vkumbhar@...>
Signed-off-by: Vivek Kumbhar <vkumbhar@...>
---
.../openssl/openssl/CVE-2022-3996.patch | 43 +++++++++++++++++++
.../openssl/openssl_3.0.7.bb
|
By
Ross Burton
·
#176488
·
|