Release: merge master-next to master (2026-05-05)#15629
Merged
Conversation
Add XXH_NO_INLINE_HINTS=1 when DEBUG_BUILD is enabled to prevent xxhash inline optimization issues during debug builds. Co-authored-by: BinCaoWR <BinCaoWR@users.noreply.github.com> Rebased from #15583
…lti-lib crashes
Remove 001-shared-static-crt-libs.patch which forces BUILD_SHARED_LIBS=OFF
for aws-crt-cpp and aws-c-iot, statically embedding them into each IoT
service .so. Combined with -Wl,-Bsymbolic, this isolates CRT globals per
.so, causing NULL allocator crashes when applications link against 2+ IoT
service libraries (e.g., IotSecureTunneling + IotJobs).
Root cause: file-static variables like s_aws_json_module_allocator in json.c
are only initialized by ApiHandle in the main binary. With -Bsymbolic and
static CRT, each .so copy stays NULL.
Restore FILES:${PN}-dev for CRT shared libs and RCONFLICTS:${PN} for
aws-c-iot (as the recipe had before commit 210a44d). The CRT now builds
as shared libraries with a single process-wide copy, which is how the
upstream SDK is designed to work.
Fixes: #15582
Reverts: 210a44d ("aws-iot-device-sdk-cpp-v2: disable sanitizer checks")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly Release: master-next → master
Key Changes
CVE Status