Skip to content

Conversation

@tervonenja
Copy link

@tervonenja tervonenja commented Mar 12, 2025

Pull posix mqueue related fix from upstream.

Pancakem and others added 3 commits March 13, 2025 13:58
… standalone test

posix.common contains testsuites that can be separated into smaller
groups of tests. This change moves mqueue into a singular
testsuite at tests/posix/message_passing app directory.

Signed-off-by: Marvin Ouma <[email protected]>
(cherry picked from commit 6b3750f)
…atforms

Previously, intel_ish platforms would fail to link due to
missing `arch_mem_map()` and `arch_mem_unmap()` symbols due
to nuances in the x86 architecture on those platforms.

A separate commit has made MMU a non-user-configurable option,
which removes the ambiguity in POSIX.

Signed-off-by: Chris Friedt <[email protected]>
(cherry picked from commit 784f5b5)
When a queue has been unlinked but not removed the name pointer is set to
NULL. The queue is still in the list when adding new queues and the name
pointer is passed to strcmp.

Signed-off-by: Jari Tervonen <[email protected]>
(cherry picked from commit 3b1e60d)
@tervonenja tervonenja force-pushed the fix-null-pointer-to-strcmp-in-posix-mqueue branch from 2304f00 to f5a3735 Compare March 13, 2025 11:59
@tervonenja tervonenja changed the title [nrf fromtree] Fix null pointer to strcmp in posix mqueue Fix null pointer to strcmp in posix mqueue Mar 13, 2025
@tervonenja tervonenja closed this Mar 13, 2025
@tervonenja tervonenja deleted the fix-null-pointer-to-strcmp-in-posix-mqueue branch March 13, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants