Skip to content

Bump hermit-kernel from 0.10.0 to 0.11.0#4

Merged
stlankes merged 1 commit intomainfrom
dependabot/cargo/hermit-kernel-0.11.0
Sep 2, 2025
Merged

Bump hermit-kernel from 0.10.0 to 0.11.0#4
stlankes merged 1 commit intomainfrom
dependabot/cargo/hermit-kernel-0.11.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps hermit-kernel from 0.10.0 to 0.11.0.

Release notes

Sourced from hermit-kernel's releases.

0.11.0

🚀 Features

  • (xtask) Download OVMF prebuilts
  • (processor) Read TSC frequency from FDT
  • (hermit-builtins) Add nan, nanf
  • (fs/mem) Implement fstat
  • Add gap between kernel and available virtual memory
  • (x86_64/mm) Remove detect_from_multiboot
  • (x86_64/mm) Remove detect_from_uhyve
  • Switch to identity-mapped page tables
  • (fs) Make off_t signed as required by POSIX
  • (fd) Implement fcntl(F_GETFL)
  • (aarch64-interrupts) Rename gic related variables
  • (aarch64-interrupts) Use cpuid and gicr_stride
  • (socket) Add AF_UNSPEC
  • (socket) Make AF_INET non-zero
  • (time) Add SystemTime::UNIX_EPOCH and SystemTime::duration_since
  • Make empty mm public
  • (mm) Export virtual_to_physical

🐛 Bug Fixes

  • Move O_NONBLOCK definition into OpenOptions
  • (paging) clippy::doc_overindented_list_items
  • (xtask) Run doc for hermit-builtins and xtask
  • (xtask) Setup the correct buildtype for hermit-c
  • Don't set errno on success
  • (xtask/qemu) Set virtio-mmio.force-legacy=off
  • (drivers) Initialize 64-bit RISC-V drivers before the executor
  • (riscv64) Finalize MMIO drivers
  • (x86_64/paging) Don't panic in disect
  • (x86_64/paging) Break when printing unused table entries
  • (x86_64/paging) Support all functions on UEFI
  • (mm) Exempt UEFI from device alloc mapping
  • (x86_64/mm) kernel_heap_end should only be the first page
  • (x86_64/mm) Identity-map physical memory
  • (fd) Extract StatusFlags into separate type
  • (riscv64/interrupts) Typo
  • (riscv64/interrupts) Remove commented-out code
  • (riscv64/interrupts) Improve interrupt handler
  • (fd) Make open options contain the file status flags
  • (fs) Only check for O_CREAT if file does not exist
  • (fs) Deduplicate boolean expression
  • Provide type annotations in comparisons
  • clippy::uninlined-format-args

💼 Other

  • (deps) Upgrade ureq from 2 to 3

... (truncated)

Commits
  • c2c480c Merge pull request #1658 from hermit-os/release-0.11.0
  • 698bede chore: release version 0.11.0
  • 13ca5fb build(deps): update Cargo.lock
  • 9c5d3f3 fix: clippy::uninlined-format-args
  • 5a3ac93 fix: provide type annotations in comparisons
  • 2657e74 Merge pull request #1657 from stlankes/vmx
  • 5b1f543 export VirtAddr and PhysAddr
  • 034298f Merge pull request #1656 from hermit-os/export-virtual_to_physical
  • 8b98039 Merge pull request #1655 from stlankes/vmx
  • 94bfce8 feat(mm): export virtual_to_physical
  • 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 [hermit-kernel](https://github.com/hermit-os/kernel) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/hermit-os/kernel/releases)
- [Commits](hermit-os/kernel@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: hermit-kernel
  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 Mar 31, 2025
@stlankes stlankes merged commit 100eb8d into main Sep 2, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/hermit-kernel-0.11.0 branch September 2, 2025 17:09
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