Skip to content

Bump aarch64-rt from 0.2.2 to 0.3.0#2

Merged
m4tx merged 1 commit intomainfrom
dependabot/cargo/aarch64-rt-0.3.0
Nov 21, 2025
Merged

Bump aarch64-rt from 0.2.2 to 0.3.0#2
m4tx merged 1 commit intomainfrom
dependabot/cargo/aarch64-rt-0.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps aarch64-rt from 0.2.2 to 0.3.0.

Changelog

Sourced from aarch64-rt's changelog.

0.3.0

Breaking changes

  • Changed order of parameters to initial-pagetable macro, to make TCR last.

Improvements

  • If the initial-pagetable or exceptions features are specified without any of the elX features, then the exception level will be checked at runtime and the appropriate registers for the current EL will be used. The el1 feature is no longer enabled by default, as this runtime detection should work instead. Note that different ELs have different TCR registers which aren't laid out entirely the same, so different values must be specified for TCR for each EL.
  • Exposed enable_mmu! macro to allow the MMU and caches to be enbled with an arbitrary initial pagetable, rather than using initial_pagetable! to declare the static.

Bugfixes

  • Stopped exposing unmangled symbols for set_exception_vector and rust_entry.
Commits
  • c3d995d Prepare for 0.3.0 release.
  • fde06f8 Merge pull request #27 from google/pagetable
  • 3980680 Switch registers to match order of parameters.
  • 52a4d09 Separate default TCR values for different exception levels.
  • be1f771 Allow enable_mmu! macro to be used directly.
  • f533807 Pass symbol for pagetable rather than setting export name.
  • da55ff9 Support detecting exception level at runtime (#26)
  • 51720a0 Use Rust code to switch on exception level for vector table.
  • b9a90da Move private public symbols to __private submodule.
  • 6255fd6 Hide functions to enable MMU.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aarch64-rt](https://github.com/google/aarch64-rt) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/google/aarch64-rt/releases)
- [Changelog](https://github.com/google/aarch64-rt/blob/main/CHANGELOG.md)
- [Commits](google/aarch64-rt@0.2.2...0.3.0)

---
updated-dependencies:
- dependency-name: aarch64-rt
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 10, 2025
@m4tx m4tx merged commit 90eb2d9 into main Nov 21, 2025
3 checks passed
@m4tx m4tx deleted the dependabot/cargo/aarch64-rt-0.3.0 branch November 21, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant