[OE-core] ✗ patchtest: failure for "parted: add ontrack DM6 aux3 s..." and 1 more

2018-04-24 Thread Patchwork
== Series Details == Series: "parted: add ontrack DM6 aux3 s..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/11901/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH 2/2] wic: add ontrack DM6 aux3 support

2018-04-24 Thread Otavio Salvador
Add ontrack DM6 aux3 partition support to enable creating partitions required to boot i.MX MXS based platforms. This has been removed by OE-Core:21af89a6 (wic: allow only supported fstypes). It was unnoticed as most users were still using the meta-freecale image generation class instead of wic

[OE-core] [PATCH 1/2] parted: add ontrack DM6 aux3 support

2018-04-24 Thread Otavio Salvador
Add ontrack DM6 aux3 partition support to enable creating partitions required to boot i.MX MXS based platforms. This patch has been sent long time ago by Alexandre Belloni to meta-freescale however this must be incuded on OE-Core as this is a common component across different BSP. Signed-off-by:

[OE-core] [PATCH] oeqa/selftest/case: fix typo

2018-04-24 Thread Hongxu Jia
s/meta-sefltest/meta-selftest/g Signed-off-by: Hongxu Jia --- meta/lib/oeqa/selftest/case.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/lib/oeqa/selftest/case.py b/meta/lib/oeqa/selftest/case.py index e09915b..7a90a6b 100644 ---

[OE-core] [PATCH] time:1.8 -> 1.9

2018-04-24 Thread Hong Liu
Upgrade time from 1.8 to 1.9. Signed-off-by: Hong Liu --- meta/recipes-extended/time/{time_1.8.bb => time_1.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/time/{time_1.8.bb => time_1.9.bb} (78%) diff --git

[OE-core] [PATCH 2/2] perl: fix CVE-2017-12837

2018-04-24 Thread Hongxu Jia
https://perl5.git.perl.org/perl.git/commitdiff/96c83ed78aeea1a0496dd2b2d935869a822dc8a5 Signed-off-by: Hongxu Jia --- .../perl/perl/CVE-2017-12837.patch | 32 ++ meta/recipes-devtools/perl/perl_5.24.1.bb | 1 + 2 files

[OE-core] [PATCH 1/2] qemu: fix CVE-2017-16845

2018-04-24 Thread Hongxu Jia
During Qemu guest migration, a destination process invokes ps2 post_load function. In that, if 'rptr' and 'count' values were invalid, it could lead to OOB access or infinite loop issue. Add check to avoid it. Signed-off-by: Hongxu Jia ---