[oe] [meta-oe][PATCH] ipmitool: fixes for CVE-2020-5208

2020-03-17 Thread Wenlin Kang
This patch is the other part of the fixes for CVE-2020-5208. Signed-off-by: Wenlin Kang --- ...uffer-overflow-in-ipmi_spd_print_fru.patch | 53 +++ ...er-overflow-in-ipmi_get_session_info.patch | 53 +++ .../0003-channel-Fix-buffer-overflow.patch| 69 + ...er-overflows-in

[oe] [meta-oe][zeus][PATCH] ipmitool: fix CVE-2020-5208

2020-03-17 Thread Wenlin Kang
Fix CVE-2020-5208 Signed-off-by: Wenlin Kang --- ...-Fix-buffer-overflow-vulnerabilities.patch | 133 ...uffer-overflow-in-ipmi_spd_print_fru.patch | 53 +++ ...er-overflow-in-ipmi_get_session_info.patch | 53 +++ .../0004-channel-Fix-buffer-overflow.patch| 69

[oe] [meta-oe][PATCH] ipmitool: fix CVE-2020-5208

2020-02-14 Thread Wenlin Kang
Fix CVE-2020-5208 Signed-off-by: Wenlin Kang --- ...-Fix-buffer-overflow-vulnerabilities.patch | 133 ++ .../ipmitool/ipmitool_1.8.18.bb | 1 + 2 files changed, 134 insertions(+) create mode 100644 meta-oe/recipes-kernel/ipmitool/ipmitool/0001-fru-Fix-buffer

[oe] [meta-oe][PATCH] krb5: fix CVE-2018-20217

2019-02-28 Thread Wenlin Kang
Fix CVE-2018-20217 Signed-off-by: Wenlin Kang --- ...ord-attributes-for-S4U2Self-requests.patch | 80 +++ .../recipes-connectivity/krb5/krb5_1.16.2.bb | 1 + 2 files changed, 81 insertions(+) create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/0001-Ignore-password

[oe] [meta-java][PATCH 1/1] openjdk: fix a random crash on JNI_CreateJavaVM

2019-02-18 Thread Wenlin Kang
When call JNI_CreateJavaVM API, sometimes it will crash(we have reproduced it on quemuppc), this patch fixes it. Signed-off-by: Wenlin Kang --- .../openjdk-8-release-172b11-common.inc | 1 + ...otspot-fix-crash-on-JNI_CreateJavaVM.patch | 36 +++ 2 files changed, 37

[oe] [meta-java][PATCH 0/1] test instruction

2019-02-18 Thread Wenlin Kang
ndomly a segment. Note: I used jdk8u_72b05 on qemuppc, for 172b11, because I can't build to pass on ppc, I don't test it, but I think this problem should be exist on latest version too. Wenlin Kang (1): openjdk: fix a random crash on JNI_CreateJavaVM .../openjdk-8-release-172b11-c

[oe] Building openjdk failed for ppc

2018-11-08 Thread Wenlin Kang
    MACHINE ??= "qemuppc"   2) add the follow to conf/local.conf     IMAGE_INSTALL_append = " openjre-8 openjdk-8 openjre-8-dbg gdb"   3) add the layer meta-java and meta-oe to conf/bblayers.conf, e.g.     BBLAYERS ?= " \      ...      path_to_source/meta-java \ path_to_source/

[oe] [meta-java][PATCH V2 2/2] openjdk-8: remove redunant FILES_${PN}-dbg

2018-06-13 Thread Wenlin Kang
N}-dbg In some recipes overly-split -dbg packages were merged into PN-dbg. Unless there's a very good reason, recipes should have a single -dev and -dbg package. " Signed-off-by: Wenlin Kang --- recipes-core/openjdk/openjdk-8_16xbyy.bb | 29 - 1 file c

[oe] [meta-java][PATCH V2 1/2] openjdk-8: remove debuglink

2018-06-13 Thread Wenlin Kang
e with the corresponding executable file or library file, this will make we can't get symbol information when debug libjvm.so in gdb, so we must remove the previous debuglink before add it if it has existed(if a file has contained the debuglink section, it will not be changed when add again). Signed

Re: [oe] [meta-java][PATCH 1/2] openjdk-8: remove debuglink

2018-06-13 Thread Wenlin Kang
On 2018年06月12日 20:47, Richard Leitner wrote: On 06/12/2018 02:02 PM, Wenlin Kang wrote: On 2018年06月12日 19:35, Wenlin Kang wrote: On 2018年06月12日 19:09, Richard Leitner wrote: Hi Wenlin, On 06/07/2018 11:24 AM, Wenlin Kang wrote: We need remove previous debuglink before add it if it has

Re: [oe] [meta-java][PATCH 1/2] openjdk-8: remove debuglink

2018-06-12 Thread Wenlin Kang
On 2018年06月12日 19:35, Wenlin Kang wrote: On 2018年06月12日 19:09, Richard Leitner wrote: Hi Wenlin, On 06/07/2018 11:24 AM, Wenlin Kang wrote: We need remove previous debuglink before add it if it has existed, because it may have a different file name with this that we will add. I'm sorry

Re: [oe] [meta-java][PATCH 1/2] openjdk-8: remove debuglink

2018-06-12 Thread Wenlin Kang
On 2018年06月12日 19:09, Richard Leitner wrote: Hi Wenlin, On 06/07/2018 11:24 AM, Wenlin Kang wrote: We need remove previous debuglink before add it if it has existed, because it may have a different file name with this that we will add. I'm sorry but I don't get the reason why we

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-12 Thread Wenlin Kang
On 2018年06月12日 19:09, Richard Leitner wrote: On 06/12/2018 12:59 PM, Wenlin Kang wrote: On 2018年06月12日 16:01, Richard Leitner wrote: Hi Richard Hi Wenlin, as we clarified the "one -dbg package per recipe" thing I have some comments on the patch itself. On 06/07/2018 11:24 AM, W

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-12 Thread Wenlin Kang
On 2018年06月12日 16:01, Richard Leitner wrote: Hi Richard Hi Wenlin, as we clarified the "one -dbg package per recipe" thing I have some comments on the patch itself. On 06/07/2018 11:24 AM, Wenlin Kang wrote: One recipe should only have one -dbg package, because OE only picks up

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-10 Thread Wenlin Kang
On 2018年06月08日 18:07, Richard Leitner wrote: On 06/08/2018 11:02 AM, Wenlin Kang wrote: On 2018年06月08日 15:39, Richard Leitner wrote: Hi, thank you for you patch! On 06/07/2018 11:24 AM, Wenlin Kang wrote: One recipe should only have one -dbg package, because OE only picks up all .debug file

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-08 Thread Wenlin Kang
On 2018年06月08日 17:02, Wenlin Kang wrote: On 2018年06月08日 15:39, Richard Leitner wrote: Hi, thank you for you patch! On 06/07/2018 11:24 AM, Wenlin Kang wrote: One recipe should only have one -dbg package, because OE only picks up all .debug file into the last one -dbg package listed in

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-08 Thread Wenlin Kang
On 2018年06月08日 15:39, Richard Leitner wrote: Hi, thank you for you patch! On 06/07/2018 11:24 AM, Wenlin Kang wrote: One recipe should only have one -dbg package, because OE only picks up all .debug file into the last one -dbg package listed in variable PACKAGES. Why should one recipe

[oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-07 Thread Wenlin Kang
One recipe should only have one -dbg package, because OE only picks up all .debug file into the last one -dbg package listed in variable PACKAGES. Signed-off-by: Wenlin Kang --- recipes-core/openjdk/openjdk-8_16xbyy.bb | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git

[oe] [meta-java][PATCH 1/2] openjdk-8: remove debuglink

2018-06-07 Thread Wenlin Kang
We need remove previous debuglink before add it if it has existed, because it may have a different file name with this that we will add. Signed-off-by: Wenlin Kang --- recipes-core/openjdk/openjdk-8-cross.inc | 16 1 file changed, 16 insertions(+) diff --git a/recipes-core

Re: [oe] [meta-oe][PATCH] net-snmp: supported cross compile for the perl embedded and perl modules

2017-06-16 Thread Wenlin Kang
On 2017年05月24日 17:57, Wenlin Kang wrote: The patch solves two issues: 1. Supported cross compile for the perl embedded and perl modules. 2. Solved runtime depend issue. Signed-off-by: Wenlin Kang --- ...igure-fix-check-for-enable-perl-cc-checks.patch | 31 .../0002-configure-fix-a-cc

Re: [oe] [meta-oe][PATCH] net-snmp: supported cross compile for the perl embedded and perl modules

2017-06-06 Thread Wenlin Kang
On 2017年05月24日 17:57, Wenlin Kang wrote: The patch solves two issues: 1. Supported cross compile for the perl embedded and perl modules. 2. Solved runtime depend issue. Signed-off-by: Wenlin Kang --- ...igure-fix-check-for-enable-perl-cc-checks.patch | 31 .../0002-configure-fix-a-cc

Re: [oe] [meta-oe][PATCH] net-snmp: supported cross compile for the perl embedded and perl modules

2017-05-31 Thread Wenlin Kang
On 2017年05月24日 17:57, Wenlin Kang wrote: The patch solves two issues: 1. Supported cross compile for the perl embedded and perl modules. 2. Solved runtime depend issue. Signed-off-by: Wenlin Kang --- ...igure-fix-check-for-enable-perl-cc-checks.patch | 31 .../0002-configure-fix-a-cc

Re: [oe] [OE-core][PATCH] freetype: Fix some CVE

2017-05-25 Thread Wenlin Kang
On 2017年05月25日 17:17, Wenlin Kang wrote: Fix the follow CVE. CVE-2017-7864 CVE-2017-7858 CVE-2017-7857 CVE-2017-8105 CVE-2017-8287 Signed-off-by: Wenlin Kang --- ...01-truetype-Fix-MVAR-post-action-handling.patch | 68 +++ ...mprove-handling-for-buggy

[oe] [OE-core][PATCH] freetype: Fix some CVE

2017-05-25 Thread Wenlin Kang
Fix the follow CVE. CVE-2017-7864 CVE-2017-7858 CVE-2017-7857 CVE-2017-8105 CVE-2017-8287 Signed-off-by: Wenlin Kang --- ...01-truetype-Fix-MVAR-post-action-handling.patch | 68 +++ ...mprove-handling-for-buggy-variation-fonts.patch | 74 + ...fnt

[oe] [meta-oe][PATCH] net-snmp: supported cross compile for the perl embedded and perl modules

2017-05-24 Thread Wenlin Kang
The patch solves two issues: 1. Supported cross compile for the perl embedded and perl modules. 2. Solved runtime depend issue. Signed-off-by: Wenlin Kang --- ...igure-fix-check-for-enable-perl-cc-checks.patch | 31 .../0002-configure-fix-a-cc-check-issue.patch | 30 ...NGES

[oe] [meta-oe][PATCH] lvm2: enable option o_direct

2016-09-27 Thread Wenlin Kang
During some lvm operations, e.g, create many volumes, we notice a quite big degradation in performance with o_direct disabled, if enabled the performance get much better, so, here we should enable this option. Signed-off-by: Wenlin Kang --- meta-oe/recipes-support/lvm2/lvm2.inc | 3 ++- 1 file

Re: [oe] [meta-oe][PATCH] lvm2: enable option o_direct

2016-09-27 Thread Wenlin Kang
On 2016年09月27日 17:45, Wenlin Kang wrote: During some lvm operations, e.g, create many volumes, we notice a quite big degradation in performance with o_direct disabled, if enabled the performance get much better, so, here we should enable this option. Signed-off-by: Wenlin Kang --- meta-oe

[oe] [meta-oe][PATCH] lvm2: enable option o_direct

2016-09-27 Thread Wenlin Kang
During some lvm operations, e.g, create many volumes, we notice a quite big degradation in performance with o_direct disabled, if enabled the performance get much better, so, here we should enable this option. Signed-off-by: Wenlin Kang --- meta-oe/recipes-support/lvm2/lvm2.inc | 2 +- 1 file

[oe] [meta-qt5][PATCH] qtmultimedia: fix conflicting declaration error

2016-09-17 Thread WenLin Kang
From: Wenlin Kang The error info is as the follow: | In file included from /.../sysroots/fsl-imx6/usr/include/qt5/QtGui/qopengl.h:123:0, | from /.../sysroots/fsl-imx6/usr/include/qt5/QtGui/qopenglshaderprogram.h:41, | from /.../sysroots/fsl-imx6/usr/include