|
[hardknott][PATCH 03/17] valgrind: Improve non-deterministic ptest reliability
From: Tony Tascioglu <tony.tascioglu@...>
Several of the valgrind tests (particulaly helgrind) are unreliable and
can fail with a different output.
Particularly, there is a higher chance
From: Tony Tascioglu <tony.tascioglu@...>
Several of the valgrind tests (particulaly helgrind) are unreliable and
can fail with a different output.
Particularly, there is a higher chance
|
By
Anuj Mittal
·
#152842
·
|
|
[hardknott][PATCH 01/17] python3: upgrade 3.9.4 -> 3.9.5
From: Trevor Gamblin <trevor.gamblin@...>
Version 3.9.5 includes a fix for CVE-2021-29921.
Signed-off-by: Trevor Gamblin <trevor.gamblin@...>
Signed-off-by: Richard Purdie
From: Trevor Gamblin <trevor.gamblin@...>
Version 3.9.5 includes a fix for CVE-2021-29921.
Signed-off-by: Trevor Gamblin <trevor.gamblin@...>
Signed-off-by: Richard Purdie
|
By
Anuj Mittal
·
#152841
·
|
|
[hardknott][PATCH 02/17] valgrind: fix a typo
From: Kai Kang <kai.kang@...>
Signed-off-by: Kai Kang <kai.kang@...>
Signed-off-by: Richard Purdie <richard.purdie@...>
(cherry picked from commit
From: Kai Kang <kai.kang@...>
Signed-off-by: Kai Kang <kai.kang@...>
Signed-off-by: Richard Purdie <richard.purdie@...>
(cherry picked from commit
|
By
Anuj Mittal
·
#152840
·
|
|
[hardknott][PATCH 00/17] review request
Please review these next set of changes for hardknott. No problems seen
while building/testing on autobuilder.
Thanks,
Anuj
The following changes since commit
Please review these next set of changes for hardknott. No problems seen
while building/testing on autobuilder.
Thanks,
Anuj
The following changes since commit
|
By
Anuj Mittal
·
#152839
·
|
|
[V3][PATCH] libjpeg-turbo: fix do_compile error on arm
From: Changqing Li <changqing.li@...>
fix below error:
/include/arm_neon.h:31:2: error: #error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or
From: Changqing Li <changqing.li@...>
fix below error:
/include/arm_neon.h:31:2: error: #error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or
|
By
Changqing Li
·
#152838
·
|
|
[PATCH 2/2] qemuriscv: Enable 4 core emulation
Helps in running tests a bit faster
Signed-off-by: Khem Raj <raj.khem@...>
---
meta/conf/machine/include/riscv/qemuriscv.inc | 1 +
1 file changed, 1 insertion(+)
diff --git
Helps in running tests a bit faster
Signed-off-by: Khem Raj <raj.khem@...>
---
meta/conf/machine/include/riscv/qemuriscv.inc | 1 +
1 file changed, 1 insertion(+)
diff --git
|
By
Khem Raj
·
#152837
·
|
|
[PATCH 1/2] libssp-nonshared: Use a different implementation for __stack_chk_fail
Signed-off-by: Khem Raj <raj.khem@...>
---
meta/recipes-core/musl/libssp-nonshared.bb | 11 ++---
.../musl/libssp-nonshared/ssp-local.c | 45 -------------------
Signed-off-by: Khem Raj <raj.khem@...>
---
meta/recipes-core/musl/libssp-nonshared.bb | 11 ++---
.../musl/libssp-nonshared/ssp-local.c | 45 -------------------
|
By
Khem Raj
·
#152836
·
|
|
Re: [V2][PATCH] libjpeg-turbo: fix do_compile error on armv5
OK, thanks. I will send V3 patch.
OK, thanks. I will send V3 patch.
|
By
Changqing Li
·
#152835
·
|
|
[PATCH 2/2] qemurunner: Increase startup timeout 120 -> 300
We now spend time copying the VM image into a tmpfs and with IO load on the
system, the time + the boot time of the VM can take longer than 120s. Increase
the timeout to match the added overhead of
We now spend time copying the VM image into a tmpfs and with IO load on the
system, the time + the boot time of the VM can take longer than 120s. Increase
the timeout to match the added overhead of
|
By
Richard Purdie
·
#152834
·
|
|
[PATCH 1/2] qemurunner: Try to ensure mmap'd libs are paged in
We've seeing issues where IO load appears to cause strange failures due to timeouts
within qemu. One theory for these is that it is is hitting hard page faults
at in-opportune moments which cause
We've seeing issues where IO load appears to cause strange failures due to timeouts
within qemu. One theory for these is that it is is hitting hard page faults
at in-opportune moments which cause
|
By
Richard Purdie
·
#152833
·
|
|
Re: [V2][PATCH] libjpeg-turbo: fix do_compile error on armv5
The SIMD code can only be used on targets which support neon. There
may be other cases where the code can be compiled but if it can never
be used at run time it's not very useful.
The SIMD code can only be used on targets which support neon. There
may be other cases where the code can be compiled but if it can never
be used at run time it's not very useful.
|
By
Andre McCurdy
·
#152832
·
|
|
[PATCH] image_types: add zsync conversions
Add image conversion types to create zsync[1] metadata. Use .zsync if
the image is already compressed and .gzsync if zsync should compress the
image itself.
The required tool, zsync-curl, has been
Add image conversion types to create zsync[1] metadata. Use .zsync if
the image is already compressed and .gzsync if zsync should compress the
image itself.
The required tool, zsync-curl, has been
|
By
Ross Burton <ross@...>
·
#152831
·
|
|
[PATCH] liburcu: upgrade 0.12.2 -> 0.13.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../liburcu/{liburcu_0.12.2.bb => liburcu_0.13.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../liburcu/{liburcu_0.12.2.bb => liburcu_0.13.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename
|
By
zhengruoqin
·
#152830
·
|
|
[PATCH] libogg: upgrade 1.3.4 -> 1.3.5
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../libogg/{libogg_1.3.4.bb => libogg_1.3.5.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../libogg/{libogg_1.3.4.bb => libogg_1.3.5.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename
|
By
zhengruoqin
·
#152829
·
|
|
Re: [V2][PATCH] libjpeg-turbo: fix do_compile error on armv5
Get it. Thanks.
Refer feature-arm-vfp.inc:
TUNE_CCARGS_MFLOAT = "${@ bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'hard', 'softfp', d) if (d.getVar('TUNE_CCARGS_MFPU') != '') else ''
Get it. Thanks.
Refer feature-arm-vfp.inc:
TUNE_CCARGS_MFLOAT = "${@ bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'hard', 'softfp', d) if (d.getVar('TUNE_CCARGS_MFPU') != '') else ''
|
By
Changqing Li
·
#152828
·
|
|
[hardknott][PATCH] libx11: fix CVE-2021-31535
From: Kai Kang <kai.kang@...>
Backport patch to fix CVE-2021-31535 of libx11. Adjust indentation as well.
Signed-off-by: Kai Kang <kai.kang@...>
---
From: Kai Kang <kai.kang@...>
Backport patch to fix CVE-2021-31535 of libx11. Adjust indentation as well.
Signed-off-by: Kai Kang <kai.kang@...>
---
|
By
kai
·
#152827
·
|
|
[PATCH] ethtool: upgrade 5.10 -> 5.12
refresh avoid_parallel_tests.patch
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch | 2 +-
.../ethtool/{ethtool_5.10.bb =>
refresh avoid_parallel_tests.patch
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch | 2 +-
.../ethtool/{ethtool_5.10.bb =>
|
By
wangmy
·
#152826
·
|
|
[PATCH] less: upgrade 589 -> 590
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta/recipes-extended/less/{less_589.bb => less_590.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta/recipes-extended/less/{less_589.bb => less_590.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#152825
·
|
|
[PATCH] go: upgrade 1.16.4 -> 1.16.5
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta/recipes-devtools/go/{go-1.16.4.inc => go-1.16.5.inc} | 4 ++--
...{go-binary-native_1.16.4.bb => go-binary-native_1.16.5.bb} | 4 ++--
Signed-off-by: Wang Mingyu <wangmy@...>
---
meta/recipes-devtools/go/{go-1.16.4.inc => go-1.16.5.inc} | 4 ++--
...{go-binary-native_1.16.4.bb => go-binary-native_1.16.5.bb} | 4 ++--
|
By
wangmy
·
#152824
·
|
|
[PATCH] gnutls: upgrade 3.7.1 -> 3.7.2
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-support/gnutls/{gnutls_3.7.1.bb => gnutls_3.7.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../recipes-support/gnutls/{gnutls_3.7.1.bb => gnutls_3.7.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#152823
·
|