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

update submodules #1220

Merged
merged 1 commit into from
Oct 18, 2024
Merged

update submodules #1220

merged 1 commit into from
Oct 18, 2024

Conversation

adamgreloch
Copy link
Member

@adamgreloch adamgreloch commented Oct 18, 2024

  • libphoenix fc34b6e...4296f3a (2):

    phoenix: add fbcon ioctls
    sys/select: fix errnos

  • phoenix-rtos-kernel 8a3ee95...84b66c2 (4):

    map: fix mprotected pages not being copied
    vm_mapCopy: fix _map_force error check
    vm: apply MISRA formatting to vm_mapCopy and _map_force
    hal/ia32: fix exceptions handling

  • phoenix-rtos-tests 036b90f...91e0a3e (2):

    libc/socket: add unix socket tests
    test_mprotect: test if mprotected pages are copied

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)
  • Chore (refactoring, style fixes, git/CI config, submodule management, no code logic changes)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: (list targets here).

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 (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

@adamgreloch adamgreloch requested a review from a team October 18, 2024 09:44
@badochov
Copy link
Contributor

Can you update also other repos?

Copy link

github-actions bot commented Oct 18, 2024

Unit Test Results

7 787 tests  +46   7 069 ✅ +43   40m 49s ⏱️ - 2m 43s
  461 suites ± 0     718 💤 + 3 
    1 files   ± 0       0 ❌ ± 0 

Results for commit 8b744af. ± Comparison against base commit 7eb28cc.

♻️ This comment has been updated with latest results.

* libphoenix fc34b6e...4296f3a (2):
  > phoenix: add fbcon ioctls
  > sys/select: fix errnos

* phoenix-rtos-kernel 8a3ee95...84b66c2 (4):
  > map: fix mprotected pages not being copied
  > vm_mapCopy: fix _map_force error check
  > vm: apply MISRA formatting to vm_mapCopy and _map_force
  > hal/ia32: fix exceptions handling

* phoenix-rtos-tests 036b90f...91e0a3e (2):
  > libc/socket: add unix socket tests
  > test_mprotect: test if mprotected pages are copied
@adamgreloch adamgreloch merged commit 282920d into master Oct 18, 2024
36 checks passed
@adamgreloch adamgreloch deleted the adamgreloch/update_submodules branch October 18, 2024 10:50
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