Re: [OE-core] [PATCH 2/2] gcc: Oe-selftest failure analysis - allowing multiple ssh sessions

2024-04-18 Thread Sadineni, Harish via lists.openembedded.org
Time taken to run gcc testsuite w/o multiple ssh sessions -> 16-18 hrs Time taken to run gcc testsuite w/ multiple ssh sessions -> 11-12 hrs There is an improvement of ~30% in execution time. Thanks, Harish -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [OE-core] [PATCH 1/2] gcc: fix for host key verfication & kex exchange identification failures

2024-04-18 Thread Sadineni, Harish via lists.openembedded.org
testresults before applying patch for x86_64 : |  gcc            |   g++           |  libatomic    |   libgomp  |    libitm      |   libstdc++ |  Total (Sum of all modules) expected passes         |  148313     |   218545      |  27              |    3369      |    24           |    9693     | 

[OE-core] [PATCH 2/2] gcc: Oe-selftest failure analysis - allowing multiple ssh sessions

2024-04-18 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni Reusing SSH Connection to speed up remote login process using multiplexing to reduce time taken while running oe-selftest for gcc. Signed-off-by: Harish Sadineni --- meta/lib/oeqa/selftest/cases/gcc.py | 10 ++

[OE-core] [PATCH 1/2] gcc: fix for host key verfication & kex exchange identification failures

2024-04-18 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni while runnig oe-selftest for gcc, testcases that need to be run on qemu are not running due to below failures. - Executing on ssh: mkdir -p /tmp/runtest.3549641 (timeout = 300) spawn [open ...] Host key verification failed. ERROR: Couldn't create remote

Re: [OE-core] [PATCH 2/2] gcc: Oe-selftest failure analysis - allowing multiple ssh sessions

2024-04-18 Thread Sadineni, Harish via lists.openembedded.org
Time taken to run gcc testsuite w/o multiple ssh sessions -> 16-18 hrs Time taken to run gcc testsuite w/ multiple ssh sessions -> 11-12 hrs There is an improvement of ~30% in execution time. Thanks, Harish -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [OE-core] [PATCH 1/2] gcc: Oe-selftest failure analysis - fix for host key verfication & kex exchange identification failures

2024-04-18 Thread Sadineni, Harish via lists.openembedded.org
testresults before applying patch for x86_64 : |  gcc            |   g++           |  libatomic    |   libgomp  |    libitm      |   libstdc++ |  Total (Sum of all modules) expected passes         |  148313     |   218545      |  27              |    3369      |    24           |    9693     | 

[OE-core] [PATCH 2/2] gcc: Oe-selftest failure analysis - allowing multiple ssh sessions

2024-04-18 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni Reusing SSH Connection to speed up remote login process using multiplexing to reduce time taken while running oe-selftest for gcc. Signed-off-by: Harish Sadineni --- meta/lib/oeqa/selftest/cases/gcc.py | 10 ++

[OE-core] [PATCH 1/2] gcc: Oe-selftest failure analysis - fix for host key verfication & kex exchange identification failures

2024-04-18 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni while runnig oe-selftest for gcc, testcases that need to be run on qemu are not running due to below failures. - Executing on ssh: mkdir -p /tmp/runtest.3549641 (timeout = 300) spawn [open ...] Host key verification failed. ERROR: Couldn't create remote

[OE-core] [kirkstone][PATCH] rust: add CVE_CHECK_IGNORE for CVE-2024-24576

2024-04-16 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni CVE-2024-24576 only applies when invoking batch files (with the `bat` and `cmd` extensions) on Windows & No other platform or use is affected. More details about CVE is here: https://nvd.nist.gov/vuln/detail/CVE-2024-24576 Signed-off-by: Harish Sadineni ---

[OE-core] [kirkstone][PATCH] rust: set CVE_STATUS for CVE-2024-24576

2024-04-15 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni CVE-2024-24576 only applies when invoking batch files (with the `bat` and `cmd` extensions) on Windows & No other platform or use is affected. More details about CVE is here: https://nvd.nist.gov/vuln/detail/CVE-2024-24576 Signed-off-by: Harish Sadineni ---

Re: [OE-core] [PATCH v2 1/3] binutils-cross-canadian: add gprofng package as runtime dependency

2024-04-12 Thread Sadineni, Harish via lists.openembedded.org
Hello Alex, can you provide more details to reproduce the issue?. Thanks, Harish Sadineni -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198157): https://lists.openembedded.org/g/openembedded-core/message/198157 Mute This Topic:

[OE-core] [PATCH] rust: set CVE_STATUS for CVE-2024-24576

2024-04-10 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni CVE-2024-24576 only applies when invoking batch files (with the `bat` and `cmd` extensions) on Windows & No other platform or use is affected. More details about CVE is here: https://nvd.nist.gov/vuln/detail/CVE-2024-24576 Signed-off-by: Harish Sadineni ---

Re: [OE-core] [PATCH v2 1/3] binutils-cross-canadian: add gprofng package as runtime dependency

2024-04-05 Thread Sadineni, Harish via lists.openembedded.org
I tried with bitbake core-image-minimal -c populate_sdk build is successful and sdk is also installing successfully. I tried to do bitbake core-image-mingw-sdktest:do_populate_sdk -k got following ERROR: Nothing PROVIDES 'core-image-mingw-sdktest'. Thanks, Harish Sadineni

Re: [OE-core] [PATCH 2/3] autoconf: Add missing perl modules to RDEPENDS

2024-03-29 Thread Sadineni, Harish via lists.openembedded.org
This dependency is from autoconf itself, not from binutils. Thanks, Harish sadineni -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197636): https://lists.openembedded.org/g/openembedded-core/message/197636 Mute This Topic:

Re: [OE-core] [PATCH 1/3] nativesdk-packagegroup-sdk-host: add gprofng package to RDEPENDS

2024-03-29 Thread Sadineni, Harish via lists.openembedded.org
gprofng belongs to binutils module, i tried a build by adding it in binutils-cross-canadian.inc and the build is sucessfully generating gprofng.rc in sysconf directory as expected. we have sent a v2 patch by adding it in binutils

[OE-core] [PATCH v2 3/3] binutils: gprofng - change use of bignum to use of bignint

2024-03-29 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, The "x86_64-pokysdk-linux-gp-display-html" fails with below error while genearting profiling html reports from test experiment file (eg., test.1.er) Error: Undefined subroutine ::hex called at

[OE-core] [PATCH v2 2/3] autoconf: Add missing perl modules to RDEPENDS

2024-03-29 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, missing perl modules causes 'x86_64-wrlinuxsdk-linux-gp-display-html --help' to abort with below errors.. - Can't locate bignum.pm in @INC (you may need to install the feature module). - Can't locate Math/BigInt.pm in @INC (you may need to install the

[OE-core] [PATCH v2 1/3] binutils-cross-canadian: add gprofng package as runtime dependency

2024-03-29 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, while running "x86_64-poky-linux-gp-collect-app ./exe" fails to create 'test.1.er' due to missing gprofng configure file in sysconfdir and aborting with below error while generating the profiling data. - configuration error: can not find libgp-collector.so. run

[OE-core] [PATCH 3/3] binutils: gprofng - change use of bignum to use of bignint

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, The "x86_64-pokysdk-linux-gp-display-html" fails with below error while genearting profiling html reports from test experiment file (eg., test.1.er) Error: Undefined subroutine ::hex called at

[OE-core] [PATCH 2/3] autoconf: Add missing perl modules to RDEPENDS

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, missing perl modules causes 'x86_64-wrlinuxsdk-linux-gp-display-html --help' to abort with below errors.. - Can't locate bignum.pm in @INC (you may need to install the feature module). - Can't locate Math/BigInt.pm in @INC (you may need to install the

[OE-core] [PATCH 1/3] nativesdk-packagegroup-sdk-host: add gprofng package to RDEPENDS

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, while running "x86_64-poky-linux-gp-collect-app ./exe" fails to create 'test.1.er' due to missing gprofng configure file in sysconfdir and aborting with below error while generating the profiling data. - configuration error: can not find libgp-collector.so. run

[OE-core] [PATCH] binutils: gprofng - change use of bignum to use of bignint

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In SDK, The "x86_64-pokysdk-linux-gp-display-html" fails with below error while genearting profiling html reports from test experiment file (eg., test.1.er) Error: Undefined subroutine ::hex called at

[OE-core] [PATCH v2] gcc: Oe-selftest failure analysis - fix for vect-simd test failures

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In gcc vect module, the vect-simd-clone-10.c & vect-simd-clone-12.c tests are failed with below error, due to a bug in testcase: xgcc: fatal error: cannot specify '-o' with '-c', '-S' or '-E' with multiple files compilation terminated' Detailed bug info & upstream fix is

[OE-core] [PATCH] gcc: Oe-selftest failure analysis - fix for vect-simd test failures

2024-03-22 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni In gcc vect module, the vect-simd-clone-10.c & vect-simd-clone-12.c tests are failed with below error, due to a bug in testcase: xgcc: fatal error: cannot specify '-o' with '-c', '-S' or '-E' with multiple files compilation terminated' Detailed bug info & upstream fix is

[OE-core] [PATCH] gcc: Oe-selftest failure analysis - fix for tcl errors

2024-03-12 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni gcc testsuite unable to read the value of variable $do-what-limit and causing below tcl errors. ERROR: can't read "do": no such variable while executing "set do_what $do-what-limit" To fix this, quote the variable using braces, as in ${do-what-limit}. Signed-off-by:

[OE-core] [PATCH] gcc: Oe-selftest failure analysis - fix for tcl errors

2024-03-12 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni gcc testsuite unable to read the value of variable $do-what-limit and causing below tcl errors. ERROR: can't read "do": no such variable while executing "set do_what $do-what-limit" To fix this the variable changed as ${do-what-limit} Signed-off-by: Harish Sadineni