Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msg: Return a handle instead of kernel pointer in msgRecv #450

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

agkaminski
Copy link
Member

Breaking API change!

Add idtree from libphoenix, some MISRA improvements

JIRA: RTOS-606

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: (ia32-generic-qemu).

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

  • This PR needs additional PRs to work (a whole lot).
  • I will merge this PR by myself when appropriate.

lib/idtree.h Outdated Show resolved Hide resolved
lib/idtree.h Outdated Show resolved Hide resolved
proc/msg.c Show resolved Hide resolved
lib/idtree.h Outdated Show resolved Hide resolved
lib/idtree.h Outdated Show resolved Hide resolved
lib/rb.h Outdated Show resolved Hide resolved
lib/rb.h Outdated Show resolved Hide resolved
@agkaminski agkaminski force-pushed the agkaminski/rtos-606 branch 2 times, most recently from d0c742b to 0e5c7f0 Compare September 13, 2023 16:24
@github-actions
Copy link

github-actions bot commented Sep 13, 2023

Unit Test Results

5 721 tests   5 076 ✔️  23m 43s ⏱️
   290 suites     645 💤
       1 files           0

Results for commit 58c2716.

♻️ This comment has been updated with latest results.

@agkaminski agkaminski force-pushed the agkaminski/rtos-606 branch 4 times, most recently from 3297914 to fad3053 Compare September 14, 2023 09:00
@agkaminski agkaminski changed the title msg: Return a handle instead of kernel pointer in msgRevc msg: Return a handle instead of kernel pointer in msgRecv Sep 14, 2023
@agkaminski agkaminski force-pushed the agkaminski/rtos-606 branch 2 times, most recently from 1bd7d8a to aa71376 Compare September 14, 2023 12:38
lib/idtree.h Outdated Show resolved Hide resolved
proc/msg-nommu.c Outdated Show resolved Hide resolved
lib/idtree.h Outdated Show resolved Hide resolved
lib/rb.h Outdated Show resolved Hide resolved
lib/idtree.c Outdated Show resolved Hide resolved
lib/idtree.c Outdated Show resolved Hide resolved
lib/idtree.c Outdated Show resolved Hide resolved
lib/idtree.c Outdated Show resolved Hide resolved
lib/idtree.c Show resolved Hide resolved
proc/msg-nommu.c Outdated Show resolved Hide resolved
proc/msg.c Outdated Show resolved Hide resolved
@agkaminski agkaminski force-pushed the agkaminski/rtos-606 branch 4 times, most recently from 841daa5 to 44e3318 Compare September 15, 2023 07:56
Breaking API change!

Add idtree from libphoenix, some MISRA improvements

JIRA: RTOS-606
Copy link
Member

@anglov anglov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested by hand within DEND project and works fine

@agkaminski agkaminski merged commit fdadd76 into master Sep 19, 2023
28 of 29 checks passed
@agkaminski agkaminski deleted the agkaminski/rtos-606 branch September 19, 2023 12:30
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