It avoids init to crash when kernel cmdline contains a string with
spaces inside, like that:
dyndbg="file drivers/usb/core/hub.c +pltf"
Signed-off-by: Christophe Guibout
---
.../initrdscripts/initramfs-framework/init | 13 +
1 file changed, 13 insertions(+)
diff --git a/met
On 9/14/20 2:02 PM, Khem Raj wrote:
On 9/13/20 10:44 PM, Yu, Mingli wrote:
On 9/14/20 1:26 PM, Khem Raj wrote:
On 9/13/20 6:50 PM, Yu, Mingli wrote:
On 9/10/20 6:41 PM, Ross Burton wrote:
On Thu, 10 Sep 2020 at 04:03, Yu, Mingli
wrote:
+Upstream-Status: Submitted [qemu-devel maili
On 9/13/20 10:44 PM, Yu, Mingli wrote:
>
>
> On 9/14/20 1:26 PM, Khem Raj wrote:
>>
>>
>> On 9/13/20 6:50 PM, Yu, Mingli wrote:
>>>
>>>
>>> On 9/10/20 6:41 PM, Ross Burton wrote:
On Thu, 10 Sep 2020 at 04:03, Yu, Mingli
wrote:
> +Upstream-Status: Submitted [qemu-devel mailing lis
On 9/14/20 1:26 PM, Khem Raj wrote:
On 9/13/20 6:50 PM, Yu, Mingli wrote:
On 9/10/20 6:41 PM, Ross Burton wrote:
On Thu, 10 Sep 2020 at 04:03, Yu, Mingli wrote:
+Upstream-Status: Submitted [qemu-devel mailing list]
https://lists.nongnu.org/archive/cgi-bin/namazu.cgi?query=unknown_lock
On 9/13/20 6:50 PM, Yu, Mingli wrote:
>
>
> On 9/10/20 6:41 PM, Ross Burton wrote:
>> On Thu, 10 Sep 2020 at 04:03, Yu, Mingli wrote:
>>> +Upstream-Status: Submitted [qemu-devel mailing list]
>>
>> https://lists.nongnu.org/archive/cgi-bin/namazu.cgi?query=unknown_lock_type&submit=Search%21&idx
Avoid a potential SEGV during program termination.
Backported the patch form:
https://gitlab.com/procps-ng/procps.git
commit d37f85c269fbb6e905802ffdbce0ba4173ba21a9
commit ed34b1228ed08fbfdbf6f1a61ca7ca62448ccd86
Signed-off-by: Zhixiong Chi
---
...ntial-SEGV-during-program-terminatio.patch | 61
This is bug fix release on 1.15 stable version
Signed-off-by: Khem Raj
---
meta/recipes-devtools/go/go-1.15.inc | 4 ++--
...{go-binary-native_1.15.1.bb => go-binary-native_1.15.2.bb} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-devtool
From: Mingli Yu
When use gcc 10.1.0 and debug build is enabled, there comes
below build failure:
|
/usr/lib/gcc/x86_64-wrs-linux/10.1.0/../../../../x86_64-wrs-linux/bin/ld.bfd:
/mnt/build/tmp/work/x86_64-linux/qemu-system-native/5.1.0-r0/qemu-5.1.0/fsdev/qemu-fsdev-throttle.c:25:
undefined re
From: TeohJayShen
This test is checking that the terminal application is able to run. The
click_terminal_icon_on_X_desktop manual test case from oeqa/manual/bsp-hw can
be replace by this runtime test.
Signed-off-by: TeohJayShen
---
meta/lib/oeqa/runtime/cases/terminal.py | 18 +++
From: Lee Chee Yang
use allowlist instead of whitelist.
Replace CVE_CHECK_PN_WHITELIST with CVE_CHECK_PN_ALLOWLIST.
Replace CVE_CHECK_WHITELIST with CVE_CHECK_ALLOWLIST.
Signed-off-by: Lee Chee Yang
---
meta/classes/cve-check.bbclass| 47 ++-
.../openssl/openssl
Further to 5b2fd1c724
Also a few remaining references in comments and in distro_alias.inc
Signed-off-by: Douglas Royds
---
meta/conf/distro/include/distro_alias.inc | 4
meta/conf/distro/include/tcmode-default.inc | 2 --
meta/conf/layer.conf| 2 +-
3 files change
Hi,
Please ignore this rr, I will resend the V2.
Thanks.
On 2020/9/11 下午2:58, Zhixiong Chi wrote:
> Avoid a potential SEGV during program termination.
> Backported the patch form:
> https://gitlab.com/procps-ng/procps/-/commit/d37f85c269fbb6e905802ffdbce0ba4173ba21a9
>
> Signed-off-by: Zhixiong
On 9/10/20 6:41 PM, Ross Burton wrote:
On Thu, 10 Sep 2020 at 04:03, Yu, Mingli wrote:
+Upstream-Status: Submitted [qemu-devel mailing list]
https://lists.nongnu.org/archive/cgi-bin/namazu.cgi?query=unknown_lock_type&submit=Search%21&idxname=qemu-devel&max=20&result=normal&sort=score
doesn'
Currently, weston tests fail when using systemd, fix it by providing
transient unit file and inject it via systemd-run, which generates a
service file automatically and launches another weston instance to test
if it can launch a nested instance. Use systemctl stop to end the
service and cleanup, in
This works ok with latest weston/kernel to use drm backend
Signed-off-by: Khem Raj
---
v2: No change
meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini | 2 --
1 file changed, 2 deletions(-)
delete mode 100644 meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini
diff --git a
It needs openGL and launching two weston instances during weston ptest
needs > 256M ram to work
Signed-off-by: Khem Raj
---
v2: No change
meta/recipes-graphics/images/core-image-weston.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-graphics/images/core-image-weston.bb
b/
qemux86/x86_64/aarch64 supports drm backend well, therefore enable it on
these qemu machines, other qemu machines should be defaulting to fbdev,
if its not qemu then leave it empty
Signed-off-by: Khem Raj
---
v2: No change
meta/recipes-graphics/wayland/weston-init.bb | 9 +
Hi Khem,
On Sat, 2020-09-12 at 21:49 -0700, Khem Raj wrote:
> It needs openGL and launching two weston instances during weston
> ptest
> needs > 256M ram to work
>
> Signed-off-by: Khem Raj
> ---
> meta/recipes-graphics/images/core-image-weston.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
>
On 12.09.20 15:37, Pierre-Jean Texier via lists.openembedded.org wrote:
This is a bugfix release which includes the following changes:
824551a Prepare 0.3.1
ca6aaa1 Fix file reading/writing when the environment is in EEPROM
a031dea Fix regression in UBI volume support
c91c150 Define SOVERSION
Branch: dunfell
New this week:
CVE-2020-12829: qemu
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-12829 *
CVE-2020-15704: ppp
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-15704 *
CVE-2020-24977: libxml2
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-24977 *
Branch: master
New this week:
CVE-2020-24553: go-native
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-24553 *
Removed this week:
CVE-2011-3970: libxslt-native
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3970 *
CVE-2013-2617: curl-native
https://web.nvd.nist.gov/view/v
On Sat, 2020-09-12 at 20:59 -0700, akuster wrote:
> From: Armin Kuster
>
> Fixes:
>
> WARNING: core-image-sato-sdk-1.0-r0 do_testimage: Couldn't login into
> serial console as root using blank password
> WARNING: core-image-sato-sdk-1.0-r0 do_testimage: The output:
> root
> <<< run_serial(): com
Some distros may not have local.conf, and use auto.conf or site.conf
alone to describe distro config metadata, therefore make code robust
to not fail eSDK builds for such setups
Signed-off-by: Khem Raj
---
meta/classes/populate_sdk_ext.bbclass | 5 +++--
1 file changed, 3 insertions(+), 2 deleti
23 matches
Mail list logo