Re: [OE-core] [PATCH] relocate_sdk.py: fix lib path error

2014-06-12 Thread yzhu1
On 06/06/2014 08:22 PM, Khem Raj wrote: On Friday, June 6, 2014, rongqing...@windriver.com mailto:rongqing...@windriver.com wrote: From: yzhu1 yanjun@windriver.com javascript:; In centos 5.9 32bit, ld lib does not contain some flags, so ld lib is not parsed. So correct lib

Re: [OE-core] [PATCH] boot-directdisk: fix the support of vmdk

2014-06-04 Thread yzhu1
Hi, Saul Sorry. I do not understand. What does the patch fix? After this patch is applied, what is the difference? Zhu Yanjun On 01/23/2014 02:50 PM, Saul Wold wrote: From: Joao Henrique Ferreira de Freitas joa...@gmail.com Previous change (086ce22b88f5ef5f75a83119a32c8b3fdcfa296d) broke

[OE-core] [PATCH] Modify the path of env in CA.pl to make export-sdk successfully.

2013-12-01 Thread yzhu1
--- meta/recipes-connectivity/openssl/openssl.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 3bfe569..de10d17 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc

[OE-core] [PATCH] populate_sdk: verify executable or dynamically linked library

2013-11-26 Thread yzhu1
When toolchain directory is changed to execute mode, some non-executable files or empty files are sorted. This will result in some errors. Thus when sorting executable files or dynamically linked library, additional conditions are to exclude non-executable files or empty files. ---

[OE-core] [PATCH] populate_sdk: verify executable or dynamically linked library

2013-11-26 Thread yzhu1
When toolchain directory is changed to execute mode, some non-executable files or empty files are sorted. This will result in some errors. Thus when sorting executable files or dynamically linked library, additional conditions are to exclude non-executable files or empty files. ---

Re: [OE-core] [PATCH] populate_sdk: verify executable or dynamically linked library

2013-11-26 Thread yzhu1
Please ignore this mail since there is something wrong in the patch. On 11/26/2013 04:24 PM, yzhu1 wrote: When toolchain directory is changed to execute mode, some non-executable files or empty files are sorted. This will result in some errors. Thus when sorting executable files or dynamically

[OE-core] [PATCH] This change is based on a similar change made to e1000e support in commit bb9e44d0d0f4 (e1000e: prevent oops when adapter is being closed and reset simultaneously). The same issue

2013-11-24 Thread yzhu1
Here, we have increased the RESET_COUNT value to 50 because there are too many accesses to e1000 nic on stress tests to e1000 nic, it is not enough to set RESET_COUT 25. Experimentation has shown that it is enough to set RESET_COUNT 50. --- drivers/net/ethernet/intel/e1000/e1000.h |5

[OE-core] [PATCH] e1000: prevent oops when adapter is being closed and reset simultaneously

2013-11-24 Thread yzhu1
This change is based on a similar change made to e1000e support in commit bb9e44d0d0f4 (e1000e: prevent oops when adapter is being closed and reset simultaneously). The same issue has also been observed on the older e1000 cards. Here, we have increased the RESET_COUNT value to 50 because there

Re: [OE-core] [PATCH] This change is based on a similar change made to e1000e support in commit bb9e44d0d0f4 (e1000e: prevent oops when adapter is being closed and reset simultaneously). The same is

2013-11-24 Thread yzhu1
Please ignore this mail since the title is wrong. Thanks a lot. Zhu Yanjun On 11/25/2013 10:43 AM, yzhu1 wrote: Here, we have increased the RESET_COUNT value to 50 because there are too many accesses to e1000 nic on stress tests to e1000 nic, it is not enough to set RESET_COUT 25

Re: [OE-core] [PATCH] pr-util: insert appropriate parameter to adapt libtool

2013-11-19 Thread yzhu1
On 11/18/2013 08:20 PM, Richard Purdie wrote: On Mon, 2013-11-18 at 18:31 +0800, yanjun.zhu wrote: When ccache is enabled, a parameter ccache is inserted. libtool can not handle this parameter correctly. So --tag=CC is introduced to help libtool handle it. ---

Re: [OE-core] [oe-core][PATCH] pulseaudio_2.1: when do_compile, pulseaudio needs fftw3.h header file. In order to provide fftw3.h, the dependence of fftw is added.

2013-02-03 Thread yzhu1
On 02/02/2013 03:21 AM, Saul Wold wrote: On 01/31/2013 10:45 PM, yanjun.zhu wrote: From: yanjun.zhu yanjun@windriver.com Signed-off-by: yanjun.zhu yanjun@windriver.com --- meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [OE-core] [oe-core][PATCH] pulseaudio_2.1: when do_compile, pulseaudio needs fftw3.h header file. In order to provide fftw3.h, the dependence of fftw is added.

2013-02-03 Thread yzhu1
On 02/04/2013 10:52 AM, yzhu1 wrote: On 02/02/2013 03:21 AM, Saul Wold wrote: On 01/31/2013 10:45 PM, yanjun.zhu wrote: From: yanjun.zhu yanjun@windriver.com Signed-off-by: yanjun.zhu yanjun@windriver.com --- meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb | 4 ++-- 1 file

Re: [OE-core] [PATCH 1/1] squashfs: fix CVE-2012-4025

2012-12-12 Thread yzhu1
On 12/12/2012 12:33 PM, Saul Wold wrote: On 12/11/2012 06:17 PM, yzhu1 wrote: On 12/12/2012 03:04 AM, Saul Wold wrote: On 12/11/2012 02:00 AM, yanjun.zhu wrote: From: yanjun.zhu yanjun@windriver.com CQID:WIND00366813 Reference: http://squashfs.git.sourceforge.net/git/gitweb.cgi? p

Re: [OE-core] [PATCH 1/1] squashfs: fix CVE-2012-4025

2012-12-11 Thread yzhu1
On 12/12/2012 03:04 AM, Saul Wold wrote: On 12/11/2012 02:00 AM, yanjun.zhu wrote: From: yanjun.zhu yanjun@windriver.com CQID:WIND00366813 Reference: http://squashfs.git.sourceforge.net/git/gitweb.cgi? p=squashfs/squashfs;a=patch;h=8515b3d420f502c5c0236b86e2d6d7e3b23c190e Integer

Re: [OE-core] [PATCH 1/1] Python: Fix for CVE-2012-2135

2012-12-06 Thread yzhu1
On 12/06/2012 09:01 PM, Burton, Ross wrote: On 30 November 2012 04:30, yanjun.zhu yanjun@windriver.com wrote: The utf-16 decoder in Python 3.1 through 3.3 does not update the aligned_end variable after calling the unicode_decode_call_errorhandler function, which allows remote attackers to

Re: [OE-core] [PATCH 1/1] libproxy: Fix for CVE-2012-4504

2012-11-29 Thread yzhu1
Sorry. Please ignore this mail. Thanks a lot. Zhu Yanjun On 11/30/2012 01:42 PM, yanjun.zhu wrote: From: yanjun.zhu yanjun@windriver.com Reference:https://code.google.com/p/libproxy/source/detail?r=853 Stack-based buffer overflow in the url::get_pac function in url.cpp in libproxy 0.4.x