|
[meta-selinux][dunfell][PATCH 3/3] secilc: Security fix for CVE-2021-36087
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111869
Type: Security Fix
Disposition: Backport from
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111869
Type: Security Fix
Disposition: Backport from
|
By
Armin Kuster
·
#54753
·
|
|
[meta-selinux][dunfell][PATCH 2/3] libsepol: Security fix CVE-2021-36085
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux/
MR: 111857
Type: Security Fix
Disposition: Backport from
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux/
MR: 111857
Type: Security Fix
Disposition: Backport from
|
By
Armin Kuster
·
#54752
·
|
|
[meta-selinux][dunfell][PATCH 1/3] libsepol: Security fix CVE-2021-36084
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111851
Type: Security Fix
Disposition: Backport from
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111851
Type: Security Fix
Disposition: Backport from
|
By
Armin Kuster
·
#54751
·
|
|
[meta-selinux][hardknott][PATCH 3/3] secilc: Security fix for CVE-2021-36087
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111869
Type: Security Fix
Disposition: Backport from
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111869
Type: Security Fix
Disposition: Backport from
|
By
Armin Kuster
·
#54750
·
|
|
[meta-selinux][hardknott][PATCH 2/3] libsepol: Security fix CVE-2021-36085
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux/
MR: 111857
Type: Security Fix
Disposition: Backport from
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux/
MR: 111857
Type: Security Fix
Disposition: Backport from
|
By
Armin Kuster
·
#54749
·
|
|
[meta-selinux][hardknott][PATCH 1/3] libsepol: Security fix CVE-2021-36084
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111851
Type: Security Fix
Disposition: Backport from
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111851
Type: Security Fix
Disposition: Backport from
|
By
Armin Kuster
·
#54748
·
|
|
[meta-selinux][PATCH 3/3] secilc: Security fix for CVE-2021-36087
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111869
Type: Security Fix
Disposition: Backport from
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111869
Type: Security Fix
Disposition: Backport from
|
By
Armin Kuster
·
#54747
·
|
|
[meta-selinux][PATCH 2/3] libsepol: Security fix CVE-2021-36085
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux/
MR: 111857
Type: Security Fix
Disposition: Backport from
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux/
MR: 111857
Type: Security Fix
Disposition: Backport from
|
By
Armin Kuster
·
#54746
·
|
|
[meta-selinux][PATCH 1/3] libsepol: Security fix CVE-2021-36084
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111851
Type: Security Fix
Disposition: Backport from
From: Armin Kuster <akuster@...>
Source: https://github.com/SELinuxProject/selinux
MR: 111851
Type: Security Fix
Disposition: Backport from
|
By
Armin Kuster
·
#54745
·
|
|
Re: [ptest-runner][PATCH 3/3] utils.c: add system data collection when a test gets stuck.
Cheers, will add now.
Also, dmesg will be collected and archived through a separate channel, and regardless of whether something is stuck or not
Cheers, will add now.
Also, dmesg will be collected and archived through a separate channel, and regardless of whether something is stuck or not
|
By
Alexander Kanavin
·
#54744
·
|
|
Re: [ptest-runner][PATCH 3/3] utils.c: add system data collection when a test gets stuck.
It is great to see this. I'd suggest dmesg in here since we've seen components
of tests segfault before (e.g. lttng-relayd in lttng-tools).
Cheers,
Richard
It is great to see this. I'd suggest dmesg in here since we've seen components
of tests segfault before (e.g. lttng-relayd in lttng-tools).
Cheers,
Richard
|
By
Richard Purdie
·
#54743
·
|
|
Re: Minutes: Yocto Project Weekly Triage Meeting 9/16/2021
Correction: AB-INT bug count is at 52.
Correction: AB-INT bug count is at 52.
|
By
Trevor Gamblin
·
#54742
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 9/16/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Diane, Jon, Joshua, Michael, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
- Trevor to
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Diane, Jon, Joshua, Michael, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
- Trevor to
|
By
Trevor Gamblin
·
#54741
·
|
|
[ptest-runner][PATCH 3/3] utils.c: add system data collection when a test gets stuck.
Currently, ptest-runner simply kills the offending test without further ado,
which is not at all helpful when trying to figure out why it happens
(especially if such hangs are intermittent and rare).
Currently, ptest-runner simply kills the offending test without further ado,
which is not at all helpful when trying to figure out why it happens
(especially if such hangs are intermittent and rare).
|
By
Alexander Kanavin
·
#54740
·
|
|
[ptest-runner][PATCH 2/3] utils.c: handle test timeouts directly with poll()
if poll()'s timeout expires that means the test did not
produce any output, which is exactly what we need to catch.
So there's no need to set up separate timeouts with signals
and alarms, and this
if poll()'s timeout expires that means the test did not
produce any output, which is exactly what we need to catch.
So there's no need to set up separate timeouts with signals
and alarms, and this
|
By
Alexander Kanavin
·
#54739
·
|
|
[ptest-runner][PATCH 1/3] tests/utils.c: fix a memory corruption in find_word
I also took the opportunity to correct a weird API that
returns a result (or not), depending on some internal condition.
Signed-off-by: Alexander Kanavin <alex@...>
---
tests/utils.c | 35
I also took the opportunity to correct a weird API that
returns a result (or not), depending on some internal condition.
Signed-off-by: Alexander Kanavin <alex@...>
---
tests/utils.c | 35
|
By
Alexander Kanavin
·
#54738
·
|
|
[layerindex-web][PATCH] recipeparse.py: Checkout deplayerbranch before parsing
Fixed:
$ ./update.py -b hardknott,master
ERROR: Variable PREMIRRORS_append contains an operation using the old override syntax. Please convert this layer/metadata before attempting to use with a
Fixed:
$ ./update.py -b hardknott,master
ERROR: Variable PREMIRRORS_append contains an operation using the old override syntax. Please convert this layer/metadata before attempting to use with a
|
By
Robert Yang
·
#54737
·
|
|
QA notification for completed autobuilder build (yocto-3.1.11.rc2)
A build flagged for QA (yocto-3.1.11.rc2) was completed on the autobuilder and
is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.11.rc2
Build hash information:
bitbake:
A build flagged for QA (yocto-3.1.11.rc2) was completed on the autobuilder and
is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.11.rc2
Build hash information:
bitbake:
|
By
Richard Purdie
·
#54736
·
|
|
Re: Sharing sstate cache across build nodes
yes if you use uninative ( which is default in poky) then it should be
able to share across multiple build hosts.
if you preserve PR server data then you should be good. sstate can be
regenerated.
yes if you use uninative ( which is default in poky) then it should be
able to share across multiple build hosts.
if you preserve PR server data then you should be good. sstate can be
regenerated.
|
By
Khem Raj
·
#54735
·
|
|
Re: Sharing sstate cache across build nodes
Thanks for the replies, Richard.
Can SSTATE_DIR be shared across build hosts with different OS's (Ubuntu 18.04, ubuntu 20.04, etc, RHEL)?
Our build hosts are somewhat ephemeral. Occasionally we
Thanks for the replies, Richard.
Can SSTATE_DIR be shared across build hosts with different OS's (Ubuntu 18.04, ubuntu 20.04, etc, RHEL)?
Our build hosts are somewhat ephemeral. Occasionally we
|
By
Rusty Howell
·
#54734
·
|