[OE-core] [PATCH][v2] strace: update to 5.8 (fix build against v5.8 uapi headers)

2020-08-06 Thread Bruce Ashfield
From: Bruce Ashfield Updating strace to the 5.8 release. The signficant change in this release is fixes to build against the v5.8 kernel. Noteworthy changes from the strace site: - Changes in behaviour - Modified %process class to contain system calls associated with process lifecyc

Re: [OE-core] [PATCH] strace: fix build against v5.8 uapi headers

2020-08-06 Thread Bruce Ashfield
Actually, disregard this patch for now. Less than 24 hours ago, strace 5.8 released. I'll test it against the 5.8 headers and update to that instead if it works. Bruce On Thu, Aug 6, 2020 at 3:59 PM wrote: > From: Bruce Ashfield > > The 5.8 kernel introduced changes to io uring that require a

[OE-core] ✗ patchtest: failure for strace: fix build against v5.8 uapi headers

2020-08-06 Thread Patchwork
== Series Details == Series: strace: fix build against v5.8 uapi headers Revision: 1 URL : https://patchwork.openembedded.org/series/25507/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been exe

Re: [OE-core] [PATCH] kernel-yocto: enhance configuration queue analysis capabilities

2020-08-06 Thread Bruce Ashfield
This should have been tagged with "v2" Bruce On Thu, Aug 6, 2020 at 3:57 PM Bruce Ashfield via lists.openembedded.org wrote: > From: Bruce Ashfield > > Enable the kernel-yocto bbclass to use enhanced capabilities from > the kern-tools symbol_why.pl. > > We bump the kern-tools SRCREV to pickup

[OE-core] [PATCH] strace: fix build against v5.8 uapi headers

2020-08-06 Thread Bruce Ashfield
From: Bruce Ashfield The 5.8 kernel introduced changes to io uring that require adjustments in strace for it to build against the new headers. See kernel commits v5.8-rc1~190^2~22 and v5.8-rc1~190^2~21 for details. There are two patches in the upstream strace that deal with the new flags, so we

[OE-core] [PATCH] kernel-yocto: enhance configuration queue analysis capabilities

2020-08-06 Thread Bruce Ashfield
From: Bruce Ashfield Enable the kernel-yocto bbclass to use enhanced capabilities from the kern-tools symbol_why.pl. We bump the kern-tools SRCREV to pickup the reworking of symbol_why, which uses Kconfiglib to provide analysis on configuration values. This is useful for debugging why a symbol

Re: [OE-core] [PATCH v2] kernel-fitimage: build configuration for image tree when dtb is not present

2020-08-06 Thread Usama Arif
Hi, I had submitted patches for both the documentation of kernel-fitimage in yocto mega manual as well as test for kernel-gitimage in oeqa. Just wanted to check if there were any review comments for this patch to progress? Thanks, Usama On 20/07/2020 18:18, Usama Arif via lists.openembedded

Re: [OE-core] [PATCH 0/4] kernel/yocto: conslidated pull request

2020-08-06 Thread Bruce Ashfield
On Thu, Aug 6, 2020 at 8:46 AM Bruce Ashfield via lists.openembedded.org wrote: > > > On Thu, Aug 6, 2020 at 5:15 AM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > >> On Thu, 2020-08-06 at 05:04 +, Mittal, Anuj wrote: >> > On Wed, 2020-08-05 at 12:10 +0100, Richard Purdie wro

Re: [OE-core] [PATCH] kernel-yocto: Fix bb.debug to add missing log level

2020-08-06 Thread Bruce Ashfield
On Thu, Aug 6, 2020 at 5:15 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Fixes warnings like: > > WARNING: linux-intel-5.4.50+gitAUTOINC+caafbdfe38_89e6c056f3-r0 > do_kernel_configcheck: Passed invalid debug level 'outfile size is: > /home/pokybuild/yocto-worker/meta-intel/buil

Re: [OE-core] [PATCH 0/4] kernel/yocto: conslidated pull request

2020-08-06 Thread Bruce Ashfield
On Thu, Aug 6, 2020 at 5:15 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Thu, 2020-08-06 at 05:04 +, Mittal, Anuj wrote: > > On Wed, 2020-08-05 at 12:10 +0100, Richard Purdie wrote: > > > On Wed, 2020-08-05 at 12:06 +0100, Richard Purdie via > > > lists.openembedded.org

[OE-core] [PATCH] cml1: Add the option to choose the .config root dir

2020-08-06 Thread Diego Sueiro
Introduce the KCONFIG_CONFIG_ROOTDIR variable to allow recipes which the .config file is not under the ${B} to select the root directory location for the config file. Signed-off-by: Diego Sueiro --- meta/classes/cml1.bbclass | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(

[OE-core] [PATCH 1/2] ghostscript: fix CVE-2020-15900

2020-08-06 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- .../ghostscript/CVE-2020-15900.patch | 54 +++ .../ghostscript/ghostscript_9.52.bb | 1 + 2 files changed, 55 insertions(+) create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2020-15900.

[OE-core] [PATCH 2/2] qemu : fix CVE-2020-15863

2020-08-06 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2020-15863.patch| 63 +++ 2 files changed, 64 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15863.patch diff --g

[OE-core] [meta-oe][sumo][PATCH] systemd: fix codesonar warnings

2020-08-06 Thread Amitanand N Chikorde
From: "Amitanand.Chikorde" Fixed below systemd codesonar warnings. 1. isprint() and isspace() is invoked here with an argument of signed type char, but only has defined behavior for int arguments that are either representable as unsigned char or equal to the value of macro EOF(-1). As per codeso

[OE-core] ✗ patchtest: failure for kernel-yocto: Fix bb.debug to add missing log level

2020-08-06 Thread Patchwork
== Series Details == Series: kernel-yocto: Fix bb.debug to add missing log level Revision: 1 URL : https://patchwork.openembedded.org/series/25494/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] [PATCH] kernel-yocto: Fix bb.debug to add missing log level

2020-08-06 Thread Richard Purdie
Fixes warnings like: WARNING: linux-intel-5.4.50+gitAUTOINC+caafbdfe38_89e6c056f3-r0 do_kernel_configcheck: Passed invalid debug level 'outfile size is: /home/pokybuild/yocto-worker/meta-intel/build/build/tmp/work-shared/intel-corei7-64/kernel-source/.kernel-meta/cfg/mismatch.txt 767' to bb.deb

Re: [OE-core] [PATCH 0/4] kernel/yocto: conslidated pull request

2020-08-06 Thread Richard Purdie
On Thu, 2020-08-06 at 05:04 +, Mittal, Anuj wrote: > On Wed, 2020-08-05 at 12:10 +0100, Richard Purdie wrote: > > On Wed, 2020-08-05 at 12:06 +0100, Richard Purdie via > > lists.openembedded.org wrote: > > > On Fri, 2020-07-17 at 08:56 -0400, bruce.ashfi...@gmail.com wrote: > > > > Here's my la

[OE-core] [PATCH] libcap:upgrade 2.41 -> 2.42

2020-08-06 Thread zangrc
Signed-off-by: Zang Ruochen --- meta/recipes-support/libcap/{libcap_2.41.bb => libcap_2.42.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libcap/{libcap_2.41.bb => libcap_2.42.bb} (96%) diff --git a/meta/recipes-support/libcap/libcap_2.41.bb b/meta/recipe

[OE-core] [PATCH] python3-setuptools:upgrade 49.2.0 -> 49.2.1

2020-08-06 Thread zangrc
Signed-off-by: Zang Ruochen --- ...ython3-setuptools_49.2.0.bb => python3-setuptools_49.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-setuptools_49.2.0.bb => python3-setuptools_49.2.1.bb} (95%) diff --git a/meta/recipes-devtools/pyth

[OE-core] [PATCH] libinput:upgrade 1.15.6 -> 1.16.0

2020-08-06 Thread zangrc
Signed-off-by: Zang Ruochen --- .../wayland/{libinput_1.15.6.bb => libinput_1.16.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.15.6.bb => libinput_1.16.0.bb} (92%) diff --git a/meta/recipes-graphics/wayland/libinput_1.15

[OE-core][PATCH] grub: set CVE_PRODUCT to grub2

2020-08-06 Thread Chen Qi
grub and grub-efi recipes' CVE_PRODUCT should be grub2. Signed-off-by: Chen Qi --- meta/recipes-bsp/grub/grub2.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 2024e13782..628ca64926 100644 --- a/meta/recipes-bsp/gr