[yocto] [meta-security][PATCH] trousers: Fix the problem that do_package fails when multilib is enabled.

2020-09-07 Thread zhengruoqin
The following error will occur when multilib is enabled: ERROR: trousers-0.3.14+gitAUTOINC+e74dd1d967-r0 do_package: QA Issue: trousers: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/tcsd.service Signed-off-by:

[yocto] [meta-selinux][PATCH] audit: Fix compile bug

2020-09-07 Thread zhengruoqin
The following error occurred during compile: ausearch-common.h:53: multiple definition of `event_node_list' Header definitions need to be external when building with -fno-common. Signed-off-by: Zheng Ruoqin --- ...ns-need-to-be-external-when-building.patch | 26 +++

[yocto] [meta-swupdate][PATCH] mtd-utils: Remove patchs

2020-07-29 Thread zhengruoqin
files/0001-libubigen-remove-unnecessary-include.patch files/0002-libubi-remove-private-kernel-header-from-includes.patch Removed since these are included in 2.1.2. Signed-off-by: Zheng Ruoqin / --- ...libubigen-remove-unnecessary-include.patch | 29 --

[yocto] [meta-security][PATCH] bastille: Deleted redundant inherit to fix error when enable multilib.

2020-07-10 Thread zhengruoqin
There is no need to inherit module-base. Because this inherit will stop bastille to build to lib32-bastille. Signed-off-by: Zheng Ruoqin --- recipes-security/bastille/bastille_3.2.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-security/bastille/bastille_3.2.1.bb

[yocto] [meta-security][PATCH] ccs-tools:Fix build error when enable multilib.

2020-07-06 Thread zhengruoqin
ERROR: lib32-ccs-tools-1.8.4-r0 do_install: oe_runmake failed ERROR: lib32-ccs-tools-1.8.4-r0 do_install: Execution of '/build-armv8/tmp/work/armv7ahf-neon-mllib32-linux-gnueabi/lib32-ccs-tools/1.8.4-r0/temp/run.do_install.22368' failed with exit code 1: make: *** No rule to make target 'install'.

[linux-yocto] [yocto] [meta-security][PATCH] ccs-tools:Fix build error when enable multilib.

2020-07-02 Thread zhengruoqin
ERROR: lib32-ccs-tools-1.8.4-r0 do_install: oe_runmake failed ERROR: lib32-ccs-tools-1.8.4-r0 do_install: Execution of '/build-armv8/tmp/work/armv7ahf-neon-mllib32-linux-gnueabi/lib32-ccs-tools/1.8.4-r0/temp/run.do_install.22368' failed with exit code 1: make: *** No rule to make target 'install'.

Re: [swupdate] RE: [yocto] [PATCH] [meta-swupdate] Fix build error of dependence.

2020-06-19 Thread zhengruoqin
he > > diffconfig or the new defconfig. But this is of course a wrong way, > > exactly as in kernel. > > > > Try to run "mnuconfig" and then you can apply the fragment to your > > diffconfig (fragments are supported, too). > > >

[swupdate] RE: [yocto] [PATCH] [meta-swupdate] Fix build error of dependence.

2020-06-18 Thread zhengruoqin
ano Babic >> Sent: Thursday, June 4, 2020 3:22 PM >> To: Zheng, Ruoqin/郑 若钦 ; >> yo...@yoctoproject.org >> Cc: swupdate >> Subject: Re: [yocto] [PATCH] [meta-swupdate] Fix build error of dependence. >> >> Hi Zheng, >> >> there is a ML fo

Re: [yocto] [PATCH] [meta-swupdate] Fix build error of dependence.

2020-06-08 Thread zhengruoqin
Re: [yocto] [PATCH] [meta-swupdate] Fix build error of dependence. > > Hi Zheng, > > there is a ML for SWUpdate and meta-swupdate (see CC), we are cross- > posting here: > > On 04.06.20 14:26, zhengruoqin wrote: > > -c -o mongoose/mongoose.o mongoose/mongoose.c >

[yocto] [PATCH] [meta-swupdate] Fix build error of dependence.

2020-06-03 Thread zhengruoqin
-c -o mongoose/mongoose.o mongoose/mongoose.c | mongoose/mongoose.c:4496:10: fatal error: openssl/ssl.h: No such file or directory Signed-off-by: Zheng Ruoqing --- recipes-support/swupdate/swupdate.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-support/swupdate/swupdate.inc

[PATCH] [linux-yocto] [linux-yocto v4.19/standard/base] x86/fpu:CVE-2019-19602

2020-03-23 Thread zhengruoqin
Security Advisory References https://github.com/torvalds/linux/commit/59c4bd853abcea95eccc167a7d7fd5f1a5f47b98 x86/fpu: Don't cache access to fpu_fpregs_owner_ctx The state/owner of the FPU is saved to fpu_fpregs_owner_ctx by pointing to the context that is currently loaded. It never changed

[PATCH 2/2] [linux-yocto] [linux-yocto v4.19/standard/base] drm/amd/display: CVE-2019-19082

2020-03-19 Thread zhengruoqin
Security Advisory References https://github.com/torvalds/linux/commit/104c307147ad379617472dd91a5bcb368d72bd6d drm/amd/display: prevent memory leak In dcn*_create_resource_pool the allocated memory should be released if construct pool fails. Reviewed-by: Harry Wentland Signed-off-by: Navid

[PATCH 1/2] [linux-yocto] [linux-yocto v4.19/standard/base] ath9k: CVE-2019-19074

2020-03-19 Thread zhengruoqin
Security Advisory References https://github.com/torvalds/linux/commit/728c1e2a05e4b5fc52fab3421dce772a806612a2 ath9k: release allocated buffer if timed out In ath9k_wmi_cmd, the allocated network buffer needs to be released if timeout happens. Otherwise memory will be leaked. Signed-off-by: