Some related info I've found now:
https://reviews.llvm.org/D148975?id=516863
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109591
maybe affected by -fcanon-prefix-map used since gcc-13:
https://git.openembedded.org/openembedded-core/commit/?id=abe97fa74b10c2c71d79bc3573d4edb509b111f5
https://gcc.gn
[Edited Message Follows]
Hi Richard,
Thanks for checking the patch and your comment
"Would it make more sense to run this as part of the other gcc testsuites?"
Definitely Yes. We can add the sanitizer tests as part of the existing gcc
testsuites.
However, the sanitizer test was intentionally k
Hi Richard,
Thanks for checking the patch and your comment
"Would it make more sense to run this as part of the other gcc testsuites?"
Definitely Yes. We can add the sanitizer tests as part of the existing gcc
testsuites.
However, the sanitizer test was intentionally kept separate to avoid
unn
Please be aware that:
https://git.openembedded.org/openembedded-core/commit/?id=593c3baf064b982891d61dacebd08aed3e96
claims that these options are evaluated right to left (last one first)
and even shows the same issue as what I was seeing as a reason to do
the opposite (move STAGING_DIR_NATIVE
The patch
"0001-sqlite-Increased-the-size-of-loop-variables-in-the-printf-implementation.patch"
fixes CVE-2022-35737.
Signed-off-by: Vrushti Dabhi
---
...-in-the-printf-implementation.patch => CVE-2022-35737.patch} | 0
meta/recipes-support/sqlite/sqlite3_3.38.5.bb | 2 +-
2 f
- The commit [https://sqlite.org/src/info/0e4e7a05c4204b47]
("Fix a buffer overread in the sessions extension that could occur when
processing a corrupt changeset.")
fixes CVE-2023-7104 instead of CVE-2022-46908.
- Hence, corrected the CVE-ID in CVE-2023-7104.patch.
- Reference: https://nvd.ni
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/gcc-Fix-spurious-in-GLIBC_DYNAMIC_LINKER-on-microblaze.patch
FAIL: test commit message presence: Please include a c
Signed-off-by: Khem Raj
Cc: Mark Hatle
---
...fine-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
b/meta/recipes-devtool
Thanks for bringing this to my attention, it perhaps was mangled
during my local rebasing. I have sent a patch here
https://lore.kernel.org/openembedded-core/20240904031759.1891128-1-raj.k...@gmail.com/T/#u
Can you test it please ?
On Tue, Sep 3, 2024 at 6:47 PM Maohui Lei (Fujitsu)
wrote:
>
>
The symlink got mangled during the 2.40 upgrade
Signed-off-by: Khem Raj
Cc: Maohui Lei
---
...y-the-header-between-arm-and-aarch64.patch | 50 +--
1 file changed, 45 insertions(+), 5 deletions(-)
diff --git
a/meta/recipes-core/glibc/glibc/0016-wordsize.h-Unify-the-header-betwe
On 9/3/24 16:32, wangmy via lists.openembedded.org wrote:
License-Update: Add copyright and licensing metadata to all files
Changelog:
==
- Improve conformance of the JSON parser
- Add conformance test suite from https://github.com/nst/JSONTestSuite
- Add JsonParser:strict to enable str
Hi, Raj
With the following fix, bits/wordsize.h conflict error between aarch64 and
arm32 occurs again. I tried the old
0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch, there is no
matter in do_patch.
So, why was 0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch
mod
I set machine=qemux86_64, DISTRO="poky-altcfg", but I did not reproduce this
issue.
Is there any other setting necessary?
--
Best Regards
---
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
Sorry. Because I saw you send a patch to solve the problem before, so I didn't
follow up anymore.
I will now take a look at what issues have occurred.
--
Best Regards
---
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzh
On Tue, 2024-09-03 at 16:32 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu
>
> License-Update: Add copyright and licensing metadata to all files
>
> Changelog:
> ==
> - Improve conformance of the JSON parser
> - Add conformance test suite from
> https://github.com/ns
From: Adrian Freihofer
Drop the redundant generation of the do_configure:append section for the
kernel. The same append is generated twice:
if bb.data.inherits_class('kernel', rd):
f.write('\ndo_configure:append() {\n'
'cp ${B}/.config ${S}/.config.baseline\n'
'ln -sfT ${B}/.
From: Adrian Freihofer
devtool modify generates a bbappend for kernel recipes which contains:
SRCTREECOVEREDTASKS="\
do_fetch \
do_kernel_checkout \
do_kernel_configcheck \
do_unpack \
do_validate_branches \
"
do_patch[noexec] = "1"
If the linux-yocto kernel is used, th
From: Adrian Freihofer
How to reproduce:
- UBOOT_CONFIG must be used. With UBOOT_MACHINE it works fine.
A simple example based on oe-core is to modify the
beaglebone-yocto.conf file like this:
-UBOOT_MACHINE = "am335x_evm_defconfig"
+UBOOT_CONFIG = "foo"
+UBOOT_CONFIG[foo] = "am335x_evm
On Tue, 2024-09-03 at 07:15 +0100, Richard Purdie wrote:
> On Mon, 2024-09-02 at 22:31 +0200, Adrian Freihofer via
> lists.openembedded.org wrote:
> > From: Adrian Freihofer
> >
> > The kernel-yocto.bbclass defines some tasks tasks and it also adds
> > these
> > tasks to the SRCTREECOVEREDTASKS l
Hi Martin
Can you try reverting this patch
https://github.com/pypa/setuptools/commit/2c937116cc0dcd9b26b6070e89a3dc5dcbedc2ae
and see if it helps ?
On Tue, Sep 3, 2024 at 1:36 AM Martin Jansa via lists.openembedded.org
wrote:
>
> Hello Wang,
>
> did you have a look at this regression (with cca
On Tue, 3 Sept 2024 at 13:50, Hitendra Prajapati wrote:
> Thank you for feedback.
>
> meta-lts-mixins layer don't have any file or recipe for rpm.
>
> How to summit change there ?
>
> If rpm 4.18.0 is already released 2 years ago,the anyone upgraded it for
> kirkstone branch ? or How can i do tha
The property to specify the build parameters is `build_parameters` not
just `parameters`
Signed-off-by: Joshua Watt
---
meta/lib/oe/sbom30.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oe/sbom30.py b/meta/lib/oe/sbom30.py
index 2cea56ac3e6..76bfb752ef1 100644
--
Fixes SSTATE_SKIP_CREATION for do_create_image_spdx
Signed-off-by: Joshua Watt
---
meta/classes-recipe/create-spdx-image-3.0.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes-recipe/create-spdx-image-3.0.bbclass
b/meta/classes-recipe/create-spdx-image-3.0.
Instead of failing on the first missing provider, collect all of them
and report them all as it is more convenient for end users trying to fix
problems
Signed-off-by: Joshua Watt
---
meta/lib/oe/spdx30_tasks.py | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/meta/lib/
Same issue with kirkstone version:
Applying: buildhistory: Fix intermittent package file list creation
Using index info to reconstruct a base tree...
error: patch failed: meta/classes/buildhistory.bbclass:597
error: meta/classes/buildhistory.bbclass: patch does not apply
error: Did you hand edit y
Current Dev Position: YP 5.1 Feature Freeze and Bug Fixing
Next Deadline: YP 5.1 M4 Build 30 Sept. 2024
Next Team Meetings:
-
Bug Triage meeting Thursday Sept. 5th at 7:30 am PST (
https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)
-
Weekly Project Engineering Syn
The PTEST_ENABLED conditional is no longer needed since the task is deleted
if ptest isn't enabled.
Signed-off-by: Richard Purdie
---
.../elfutils/elfutils_0.191.bb| 70 +--
1 file changed, 34 insertions(+), 36 deletions(-)
diff --git a/meta/recipes-devtools/elfu
The PTEST_ENABLED conditional is no longer needed since the task is deleted
if ptest isn't enabled.
Signed-off-by: Richard Purdie
---
meta/recipes-core/gettext/gettext_0.22.5.bb | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-core/gettext/gettext_0.22.5.bb
b/meta/recipes-core/
Is this seen on the yocto autobuilder, or only in your private testing?
Also, how would we know that the issue is fixed, and this patch can be removed?
Alex
On Tue, 3 Sept 2024 at 15:38, aszh07 via lists.openembedded.org
wrote:
>
> As byteswap has some issue sporadically, remove the byteswap
>
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/kirkstone-glib-2.0-Remove-gvariant-byteswap-test.patch
FAIL: test Upstream-Status presence: Added patch file is mis
As byteswap has some issue sporadically, remove the byteswap
completely from gvariant. When run in QEMU, could see the
below failure sporadically
Executing: glib/gvariant.test
Executing: glib/gvariant.test
Test timed out after 300 seconds
FAIL: glib/gvariant.test (Child process killed by signal 9)
This patch doesn't apply:
Applying: buildhistory: Fix intermittent package file list creation
Using index info to reconstruct a base tree...
error: patch failed: meta/classes/buildhistory.bbclass:599
error: meta/classes/buildhistory.bbclass: patch does not apply
error: Did you hand edit your patch
From: Soumya Sambu
There is a HIGH severity vulnerability affecting the CPython "zipfile"
module. When iterating over names of entries in a zip archive (for example,
methodsof "zipfile.ZipFile" like "namelist()", "iterdir()", "extractall()",
etc) the process can be put into an infinite loop with
On Sun, Sep 1, 2024 at 5:52 AM Vijay Anusuri wrote:
>
> Hi Steve,
>
> Could you please merge this patch also to scathgap branch along with below
> commit
>
> https://git.openembedded.org/openembedded-core/commit/?id=c041932f14cf552b0446732ce0cca6537f3286ab
OK, both are in my test queue.
Thanks,
From: Soumya Sambu
There is a LOW severity vulnerability affecting CPython, specifically the
'http.cookies' standard library module. When parsing cookies that contained
backslashes for quoted characters in the cookie value, the parser would use
an algorithm with quadratic complexity, resulting in
Hi Alex,
Thank you for feedback.
*meta-lts-mixins layer don't have any file or recipe for rpm. *
*How to summit change there ? *
If rpm 4.18.0 is already released 2 years ago,the anyone upgraded it
for kirkstone branch ? or How can i do that ??
Regards,
Hitendra
On Tue, 3 Sept, 2024, 2:25 pm
The whole install_ptest_base task is deleted if PTEST_ENABLED is not
set to 1, so yes it's unnecessary.
Generally, it helps to find the point in code history where the
now-questionable code was introduced, check out the whole tree at that
point and see if that code was necessary back then, e.g. if
On Tue, 2024-09-03 at 06:56 -0400, Robert P. J. Day via
lists.openembedded.org wrote:
>
> another quirk in my travels through the ptest feature so i can
> write
> a tutorial, i ran across precisely two OE recipes that check
> PTEST_ENABLED in their definition of do_install_ptest():
>
> https://
another quirk in my travels through the ptest feature so i can write
a tutorial, i ran across precisely two OE recipes that check
PTEST_ENABLED in their definition of do_install_ptest():
https://git.openembedded.org/openembedded-core/tree/meta/recipes-core/gettext/gettext_0.22.5.bb#n147
https:/
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:
---
Testing patch
/home/patchtest/share/mboxes/kirkstone-PATCHv2-rpm-Upgrade-4.17.1---4.18rc1.patch
FAIL: test CVE tag format: Missing or incorrectly formatted CV
I'm afraid this is a major upgrade, and it is not eligible for
kirkstone proper, and has to go to meta-lts-mixins.
Also, 4.18.0 final has been released two years ago, and there was also
4.18.1 and 4.18.2 with additional bugfixes.
Alex
On Tue, 3 Sept 2024 at 10:46, Hitendra Prajapati via
lists.op
Includes fixes for CVE-2021-35937, CVE-2021-35938 and CVE-2021-35939
which can't be easily backported.
Add a PACKAGECONFIG option for a new readline dependency and disable
it by default since it pulls in GPLv3 and that breaks a number of
our test configurations as things stand.
Refresh patches an
rpm is close to release and give our release timings, update to the
rc1 of 4.18.
Includes fixes for CVE-2021-35937, CVE-2021-35938 and CVE-2021-35939
which can't be easily backported.
Add a PACKAGECONFIG option for a new readline dependency and disable
it by default since it pulls in GPLv3 and th
Hello Wang,
did you have a look at this regression (with ccache) from the
setuptools upgrade?
Regards,
On Thu, Aug 22, 2024 at 6:30 PM Martin Jansa wrote:
>
> This seems to break python3-numpy build.
>
> I guess it can be resolved by upgrading numpy as in:
> https://lists.openembedded.org/g/ope
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
meta/recipes-extended/mc/{mc_4.8.31.bb => mc_4.8.32.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/mc/{mc_4.8.31.bb => mc_4.8.32.bb} (97%)
diff --git a/meta/recipes-extended/mc/mc_4.8.31.bb
b/meta/recipe
From: Wang Mingyu
Changelog:
- meson: Fix use of install_data() without specifying install_dir
- Put WL_DEPRECATED in front of the function declarations
- client: Handle proxies with no queue
- tests: add enum bitfield test
- scanner: fix validator for bitfields
- scanner: extract va
From: Wang Mingyu
Changelog:
- xdg-toplevel-icon: add error for destroyed wl_buffer
- pointer-gestures: Add punctuation to clarify gesture cycles
- tablet-v2: Fix feedback description in mode_switch
- ext-image-copy-capture-v1: new protocol
- ext-image-capture-source-v1: new protocol
From: Wang Mingyu
Changelog:
==
- Fix issue with SMS and user data length checks.
- Add support for QMI and Dual-Stack context activation.
Signed-off-by: Wang Mingyu
---
meta/recipes-connectivity/ofono/{ofono_2.9.bb => ofono_2.10.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
.../nghttp2/{nghttp2_1.62.1.bb => nghttp2_1.63.0.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/nghttp2/{nghttp2_1.62.1.bb => nghttp2_1.63.0.bb}
(91%)
diff --git a/meta/recipes-support/nghttp2/
From: Wang Mingyu
License-Update: Copyright year updated to 2024.
0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
refreshed for 10.0.10
Changelog:
==
- configure: add --enable-ntp
- Force dumplease to parse stdin
- holmanb
From: Wang Mingyu
Bugfix:
- Replaced SanitizedNames with a more surgical fix for infinite loops, restoring
support for names with special characters in the archive.
Signed-off-by: Wang Mingyu
---
.../python/{python3-zipp_3.20.0.bb => python3-zipp_3.20.1.bb} | 2 +-
1 file changed, 1 insert
From: Wang Mingyu
Changelog:
===
* Fix parsing of ID3v2.2 frames.
* Tolerate MP4 files with unknown atom types as generated by Android tools.
* Support setting properties with arbitrary names in MP4 tags.
* Windows: Fix "-p" option in tagwriter example.
* Support building with older
From: Wang Mingyu
0001-change-shebang-to-python3.patch
refreshed for 6.1.0
Signed-off-by: Wang Mingyu
---
.../0001-change-shebang-to-python3.patch| 13 +
meta/recipes-devtools/python/python3-pbr_6.0.0.bb | 4
meta/recipes-devtools/python/python3-pbr_6.1.0.bb |
From: Wang Mingyu
Changelog
=
- Update clap_complete_command to v0.6.1
- Fix platform tags when cross-compiling universal2
- Fix Typo in Migration Guide
- Fix rust 1.80 clippy errors
- Don't check .gitignore files in parent directories
- Replace --skip-auditwheel with --auditwheel option
From: Wang Mingyu
Changelog:
https://github.com/python-websockets/websockets/blob/main/docs/project/changelog.rst
Signed-off-by: Wang Mingyu
---
...{python3-websockets_12.0.bb => python3-websockets_13.0.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
...python3-certifi_2024.7.4.bb => python3-certifi_2024.8.30.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-certifi_2024.7.4.bb =>
python3-certifi_2024.8.30.bb} (86%)
diff --git a/meta/rec
From: Wang Mingyu
Changelog:
==
- Fix regression where IDNAError exception was not being produced for certain
inputs.
- Add support for Python 3.13, drop support for Python 3.5 as it is no longer
testable.
- Documentation improvements
- Updates to package testing using Github actions
S
From: Wang Mingyu
Changelog:
===
* Fix: missing typename in URCU_FORCE_CAST
* Allow building with GCC >= 13.3 on RISC-V
* pointer.h: Fix the rcu_cmpxchg_pointer documentation
* Adjust shell script to allow Bash in other locations
* fix: handle EINTR correctly in get_cpu_mask_from_sysfs
*
From: Wang Mingyu
Changelog:
==
- Fix the PHAT table working: ensure that the PHAT firmware health record offset
works correctly, fix various sub-table offsets, prevent segmentation faults
when encountering invalid device paths.
- Fix the optional table 4-byte signature.
- Correct the
From: Wang Mingyu
Changelog:
==
* Fix: Do not null out lttng_consumer_stream channel on deletion
* Fix: Crash when unregistering UST apps during shutdown
* lttng-ctl: Hide symbol introduced by fix
Signed-off-by: Wang Mingyu
---
.../lttng/{lttng-tools_2.13.13.bb => lttng-tools_2.13.14.b
From: Wang Mingyu
License-Update: Add copyright and licensing metadata to all files
Changelog:
==
- Improve conformance of the JSON parser
- Add conformance test suite from https://github.com/nst/JSONTestSuite
- Add JsonParser:strict to enable strict parsing
- Add '--strict' to json-glib
From: Wang Mingyu
Signed-off-by: Wang Mingyu
---
.../drm/{libdrm_2.4.122.bb => libdrm_2.4.123.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/drm/{libdrm_2.4.122.bb => libdrm_2.4.123.bb} (97%)
diff --git a/meta/recipes-graphics/drm/libdrm_
From: Wang Mingyu
Changelog:
==
* Allow HTTP/2 to be used with non-HTTP proxies
* Strictly forbid NUL bytes in headers
* Fix minor leaks
* Add 'SOUP_METHOD_PATCH'
* websocket: Add 'SoupWebsocketConnection:keepalive-pong-timeout' property
* Increase maxmimum size of HTTP headers
* Fix 'sou
From: Wang Mingyu
Changelog:
===
- Don't crash when attempting to hashing symlinks with targets that point to
a directory.
Signed-off-by: Wang Mingyu
---
.../diffoscope/{diffoscope_276.bb => diffoscope_277.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta
From: Wang Mingyu
Changelog:
===
- The malloc-stats code has been removed from the tests directory
Cairo now requires a version of pixman equal to, or newer than, 0.40.
- There have been multiple build fixes for newer versions of GCC
for MSVC; for Solaris; and on macOS 10.7
- PNG erro
From: Wang Mingyu
Changelog:
==
- Fix issue with string allocation growth strategy.
- Add support for netlink helper functions.
Signed-off-by: Wang Mingyu
---
meta/recipes-core/ell/{ell_0.67.bb => ell_0.68.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-c
On Mon, 2024-09-02 at 22:31 +0200, Adrian Freihofer via lists.openembedded.org
wrote:
> From: Adrian Freihofer
>
> How to reproduce:
> - UBOOT_CONFIG must be used. With UBOOT_MACHINE it works fine.
> A simple example based on oe-core is to modify the
> beaglebone-yocto.conf file like this:
>
A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of
service (DoS) attack
via improper synchronization during socket closure when a client keeps a socket
open as the server
is taken offline.
Reference:
https://nvd.nist.gov/vuln/detail/CVE-2024-7409
Upstream Patches:
ht
The contents of the LICENSE file included in the current source code
package match those of Info-ZIP license, which seems to originate from
the year 2009:
This is version 2009-Jan-02 of the Info-ZIP license.
Signed-off-by: Niko Mauno
---
meta/recipes-extended/unzip/unzip_6.0.bb | 2 +-
1 file
The contents of the LICENSE file included in the current source code
package match those of Info-ZIP license, which seems to originate from
the year 2007:
This is version 2007-Mar-4 of the Info-ZIP license.
Signed-off-by: Niko Mauno
---
meta/recipes-extended/zip/zip_3.0.bb | 2 +-
1 file chan
Hi,
On Tue, Sep 03, 2024 at 07:24:31AM +, Sverdlin, Alexander wrote:
> Hi Mikko!
>
> On Tue, 2024-09-03 at 09:03 +0300, Mikko Rapeli wrote:
> > > mkimage doesn't fail if it is not able to sign FIT nodes.
> > > This may lead to unbootable images in secure boot configurations.
> > > Make signin
Hi Mikko!
On Tue, 2024-09-03 at 09:03 +0300, Mikko Rapeli wrote:
> > mkimage doesn't fail if it is not able to sign FIT nodes.
> > This may lead to unbootable images in secure boot configurations.
> > Make signing failures fatal by parsing the mkimage output.
> >
> > Signed-off-by: Alexander Sver
72 matches
Mail list logo