[OE-core] [PATCH] util-linux: backport a patch to address mkswap hangs

2021-06-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/util-linux/util-linux.inc | 1 + ...74160b96498d672e3652827aa7e6d7f3a120.patch | 29 +++ 2 files changed, 30 insertions(+) create mode 100644 meta/recipes-core/util-linux/util-linux/8a3a74160b96498d672e3652827aa7e6d7f3a12

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.4_M1.rc1)

2021-06-17 Thread Sangeeta Jain
Hi all, This is the full report for yocto-3.4_M1.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. new issue found BUG id:14434 - [3.4 M1] dmesg: proc: Bad value for 'hidepid' with poky

Re: [OE-core] [PATCH 05/11] perl: split perl-cross into its own recipe

2021-06-17 Thread Yu, Mingli
Hi Alex, After this change, there comes below failure such as below: $ bitbake perl-native Make a change as below $ git diff diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb b/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb index b77bbd1fd4..4c5e35ab80 100644 --- a/meta/rec

Re: [OE-core] [PATCH] util-linux: backport a patch to address mkswap hangs

2021-06-17 Thread Chen Qi
The patch name seems a little weird? The commit id is better to be put in 'Upstream-Status: Backport []'. Regards, Chen Qi On 06/17/2021 04:49 PM, Alexander Kanavin wrote: Signed-off-by: Alexander Kanavin --- meta/recipes-core/util-linux/util-linux.inc | 1 + ...74160b96498d672e3652

Re: [OE-core] [PATCH] util-linux: backport a patch to address mkswap hangs

2021-06-17 Thread Alexander Kanavin
On Thu, 17 Jun 2021 at 11:24, ChenQi wrote: > The patch name seems a little weird? The commit id is better to be put in > 'Upstream-Status: Backport []'. > I fetched directly from github. It's going to be dropped on next version upgrade, so doesn't really matter. Alex -=-=-=-=-=-=-=-=-=-=-

Re: [OE-core] [PATCH 05/11] perl: split perl-cross into its own recipe

2021-06-17 Thread Alexander Kanavin
You need to bitbake clean the perl directory, so that perl isn't patched twice. There might be ways to fix this, but it's not really a pressing issue. Alex On Thu, 17 Jun 2021 at 11:15, Yu, Mingli wrote: > Hi Alex, > > After this change, there comes below failure such as below: > $ bitbake perl

Re: [OE-core][dunfell][PATCH] expat: fix CVE-2013-0340

2021-06-17 Thread Jasper Orschulko
expat < 4.0 is vulnerable to billion laughs attacks (see [https://github.com/libexpat/libexpat/issues/34]). This patch backports the commits b1d039607d3d8a042bf0466bfcc1c0f104e353c8 and 60959f2b491876199879d97c8ed956eabb0c2e73 from upstream. Additionally, the SRC_URI had to be adjusted due to rena

[OE-core] [PATCH] ltp: Reinstate 'hanging' tests for evaluation

2021-06-17 Thread Richard Purdie
We think we've found the root cause of the ltp hangs as a cgroup kernel fs bug introduced in 5.1 and now fixed in linux-yocto. Reinstate these tests and see if any issues recur. Signed-off-by: Richard Purdie --- .../ltp/ltp/disable_hanging_tests.patch | 45 --- meta/recipes

[OE-core] [PATCH] qemurunner: add second qmp port

2021-06-17 Thread Saul Wold
This will allow for direct ssh connection without breaking the first one that is used for monitoring. This will not cause qemu to block waiting for connections. I am not sure where the logging.info() is going, so one has to observe the qemu cmdline to figure out the port to ssh into. Signed-off-b

[OE-core][dunfell][PATCH] expat: fix CVE-2013-0340

2021-06-17 Thread Jasper Orschulko
expat < 4.0 is vulnerable to billion laughs attacks (see [https://github.com/libexpat/libexpat/issues/34]). This patch backports the commits b1d039607d3d8a042bf0466bfcc1c0f104e353c8 and 60959f2b491876199879d97c8ed956eabb0c2e73 from upstream. Additionally, the SRC_URI had to be adjusted due to rena

[OE-core] [PATCH] oe-time-dd-test.sh: add iostat command

2021-06-17 Thread Sakib Sajal
Signed-off-by: Sakib Sajal --- scripts/oe-time-dd-test.sh | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/oe-time-dd-test.sh b/scripts/oe-time-dd-test.sh index 103eee5f65..ccdd55e66e 100755 --- a/scripts/oe-time-dd-test.sh +++ b/scripts/oe-time-dd-test.sh @@ -26,7

[OE-core] [PATCH] glibc: fix path to place zdump in the tzcode package

2021-06-17 Thread Tony Battersby
zdump should be included in the tzcode package but is instead included in the glibc-utils package due to an incorrect path in the recipe. https://bugzilla.yoctoproject.org/show_bug.cgi?id=14427 Signed-off-by: Tony Battersby --- meta/recipes-core/glibc/glibc-package.inc | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH] glibc: fix path to place zdump in the tzcode package

2021-06-17 Thread Khem Raj
Thanks, I think this needs to be backported to dunfell and other maintained releases too. On 6/17/21 12:06 PM, Tony Battersby wrote: zdump should be included in the tzcode package but is instead included in the glibc-utils package due to an incorrect path in the recipe. https://bugzilla.yoctop

Re: [OE-core] [PATCH] glibc: fix path to place zdump in the tzcode package

2021-06-17 Thread Tony Battersby
I just looked up the history to see if backporting is appropriate.  This patch should only be applied to glibc-2.33 and later.  See glibc commit b4f020c9b408fb3d1d3d4901c4a71839145f8791 ("timezone: Change zdump installation to bin directory").  Applying the patch to glibc-2.32 and older will introd

Re: [OE-core] [PATCH] glibc: fix path to place zdump in the tzcode package

2021-06-17 Thread Khem Raj
On Thu, Jun 17, 2021 at 3:16 PM Tony Battersby wrote: > > I just looked up the history to see if backporting is appropriate. This > patch should only be applied to glibc-2.33 and later. See glibc commit > b4f020c9b408fb3d1d3d4901c4a71839145f8791 ("timezone: Change zdump > installation to bin dir

[OE-core][dunfell 0/6] Pull request (cover letter only)

2021-06-17 Thread Steve Sakoman
The following changes since commit 2246b0d7a71c69eb2e89c55991d1387069895466: kernel-devicetree: Introduce KERNEL_DTC_FLAGS to pass dtc flags (2021-06-08 04:32:17 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http:/

[OE-core] [PATCH] perl: avoid the source file patched twice

2021-06-17 Thread Yu, Mingli
From: Mingli Yu After the commit(60dcb230f6 perl: split perl-cross into its own recipe) introduced, the source files mainly come from two parts, one is from SRI_URI during do_fetch and the other with below means during do_configure. do_configure_prepend() { cp -rfp ${STAGING_DATADIR_NATIVE}/p