Skip to content

chore: release - #1835

Closed
github-actions[bot] wants to merge 1 commit into
devfrom
release-plz-2026-08-03T03-31-37Z
Closed

chore: release#1835
github-actions[bot] wants to merge 1 commit into
devfrom
release-plz-2026-08-03T03-31-37Z

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • arm-gic-driver: 0.17.10 -> 0.17.11 (✓ API compatible changes)
  • somehal: 0.8.2 -> 0.8.3 (✓ API compatible changes)
  • axvmconfig: 0.8.3 -> 0.8.4 (✓ API compatible changes)
  • starry-kernel: 0.7.5 -> 0.7.6
  • axbuild: 0.4.21 -> 0.4.22
  • starryos: 0.5.26 -> 0.5.27
  • ax-libc: 0.5.29 -> 0.5.30
  • axvisor: 0.5.22 -> 0.5.23
  • axplat-dyn: 0.7.14 -> 0.7.15
  • ax-hal: 0.5.30 -> 0.5.31
  • ax-ipi: 0.5.29 -> 0.5.30
  • ax-mm: 0.5.30 -> 0.5.31
  • ax-task: 0.6.6 -> 0.6.7
  • ax-sync: 0.5.30 -> 0.5.31
  • ax-display: 0.6.7 -> 0.6.8
  • ax-fs-ng: 0.8.6 -> 0.8.7
  • ax-net: 0.12.6 -> 0.12.7
  • ax-input: 0.6.7 -> 0.6.8
  • ax-runtime: 0.10.6 -> 0.10.7
  • ax-api: 0.7.6 -> 0.7.7
  • ax-posix-api: 0.5.31 -> 0.5.32
  • ax-std: 0.5.30 -> 0.5.31
  • axvm: 0.5.25 -> 0.5.26
Changelog

arm-gic-driver

0.17.11 - 2026-08-03

Fixed

  • (arm-gic-driver) use hardware CPU targets for GICv2 routing (#1803)

somehal

0.8.3 - 2026-08-03

Fixed

  • (arm-gic-driver) use hardware CPU targets for GICv2 routing (#1803)

axvmconfig

0.8.4 - 2026-08-03

Other

  • update Cargo.lock dependencies

starry-kernel

0.7.6 - 2026-08-03

Added

  • (kernel) browser-prerequisite syscall support and tests, aligned to Linux (#1569)
  • (ahci-driver) add portable multi-disk AHCI support (#1795)
  • (net) add SIOCGIFNAME and share device ioctls across socket families (#1707)
  • (starry-nix) activate nixpkgs on StarryOS (with sandboxed nix) (#1520)
  • (cpufreq) RK3588 ondemand CPU DVFS with voltage calibration (#1657)
  • (starry) implement cgroup namespace (#1642)

Fixed

  • (starry-task) publish SIGKILL before ptrace release (#1801)
  • (dma-api) retire legacy axdma release paths (#1796)
  • (starry-perf) separate control and IRQ output locks (#1793)
  • (ax-task) initialize tasks before scheduling (#1783)
  • (axbuild) lint Starry aarch64 configurations (#1778)
  • (starry) make shutdown filesystem teardown best-effort (#1711)
  • (starry-task) retain zombie PID identity through reap (#1706)
  • (starry-kernel) avoid sleeping lock in overlay root (#1685)

Other

  • (block) adopt IRQ-driven multi-queue runtime (#1768)
  • enhance axtest coverage for various starry-kernel contracts (#1674)

axbuild

0.4.22 - 2026-08-03

Added

  • (ahci-driver) add portable multi-disk AHCI support (#1795)
  • (qperf) support Starry x86_64 profiling (#1785)
  • (starry-nix) activate nixpkgs on StarryOS (with sandboxed nix) (#1520)
  • (axbuild) support session-shared board files (#1701)
  • (axbuild) run might_sleep tests in std CI (#1689)
  • (axvisor) support StarryOS guest on Orange Pi 5 Plus (#1684)

Fixed

  • (dma-api) retire legacy axdma release paths (#1796)
  • (axvisor) standalone xtask CLI compatibility (#1651)
  • (ax-task) initialize tasks before scheduling (#1783)
  • (axbuild) lint Starry aarch64 configurations (#1778)
  • (axbuild) guard Starry ktest no_std features (#1777)
  • (axbuild) reduce Starry test-suit log noise (#1779)
  • (axbuild) enforce QEMU success markers (#1719)

Other

  • (block) adopt IRQ-driven multi-queue runtime (#1768)
  • (qemu) migrate block devices to NVMe (#1784)
  • (axvisor) implement unified emulated device framework (#1722)
  • enhance axtest coverage for various starry-kernel contracts (#1674)

Added

  • Allow Starry app board cases with a rust/ helper to cross-compile the
    static binary into the per-run session upload root and share it through the
    board-visible HTTP endpoint without modifying the persistent rootfs.
  • Add board connect --session-file and starry app board --linux-stage so
    one board session can upload the exact app assets, print their board-visible
    HTTP URLs, and open the board's default Linux console before a Starry run.

starryos

0.5.27 - 2026-08-03

Other

  • (block) adopt IRQ-driven multi-queue runtime (#1768)

ax-libc

0.5.30 - 2026-08-03

Other

  • update Cargo.toml dependencies

axvisor

0.5.23 - 2026-08-03

Added

  • (ahci-driver) add portable multi-disk AHCI support (#1795)
  • (axvisor) add optional panic backtrace via axbacktrace + std::panic::set_hook (#1653)
  • (axvisor) support StarryOS guest on Orange Pi 5 Plus (#1684)

Fixed

  • (axhvc) handle PSCI_VERSION hypercall (#1692)
  • (axvisor) standalone xtask CLI compatibility (#1651)

Other

  • virtualize AArch64 physical timer state (#1770)
  • (block) adopt IRQ-driven multi-queue runtime (#1768)
  • (qemu) migrate block devices to NVMe (#1784)
  • (axvisor) implement unified emulated device framework (#1722)

axplat-dyn

0.7.15 - 2026-08-03

Other

  • updated the following local packages: somehal

ax-hal

0.5.31 - 2026-08-03

Other

  • updated the following local packages: axplat-dyn

ax-ipi

0.5.30 - 2026-08-03

Other

  • updated the following local packages: ax-hal

ax-mm

0.5.31 - 2026-08-03

Other

  • updated the following local packages: ax-hal

ax-task

0.6.7 - 2026-08-03

Other

  • updated the following local packages: ax-hal, ax-hal, ax-ipi, ax-mm

ax-sync

0.5.31 - 2026-08-03

Other

  • updated the following local packages: ax-task, ax-task

ax-display

0.6.8 - 2026-08-03

Other

  • updated the following local packages: ax-sync

ax-fs-ng

0.8.7 - 2026-08-03

Other

  • updated the following local packages: ax-sync

ax-net

0.12.7 - 2026-08-03

Other

  • updated the following local packages: ax-hal, ax-hal, ax-task, ax-task, ax-sync

ax-input

0.6.8 - 2026-08-03

Other

  • updated the following local packages: ax-sync

ax-runtime

0.10.7 - 2026-08-03

Other

  • updated the following local packages: ax-hal, ax-ipi, ax-mm, ax-task, ax-display, ax-fs-ng, ax-net, ax-input

ax-api

0.7.7 - 2026-08-03

Other

  • updated the following local packages: ax-hal, ax-ipi, ax-mm, ax-task, ax-sync, ax-display, ax-fs-ng, ax-net, ax-runtime

ax-posix-api

0.5.32 - 2026-08-03

Other

  • updated the following local packages: ax-hal, ax-task, ax-sync, ax-fs-ng, ax-net, ax-runtime

ax-std

0.5.31 - 2026-08-03

Other

  • updated the following local packages: ax-hal, ax-task, ax-runtime, ax-api, ax-posix-api

axvm

0.5.26 - 2026-08-03

Other

  • updated the following local packages: arm-gic-driver, axvmconfig, ax-hal, ax-hal, ax-std


This PR was generated with release-plz.

@mai-team-app mai-team-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

本 PR 为 chore: release 自动发布记录更新:仅在 rdif-ethbuddy-slab-allocator 的 CHANGELOG 中新增版本条目,不涉及 Rust 实现、公开 API、运行时行为或 StarryOS ABI;影响范围隔离在发布文档。

按本次任务对 release 版本升级 PR 的快速路径要求,不对发布内容重复进行功能审查或本地构建/运行时测试。已核对 origin/dev...bd374fa9 的精确差异(2 个 CHANGELOG、14 行新增),工作区 HEAD 与目标 SHA 一致,git diff --check 通过,且 review helper 的自测及工作区状态核验通过。

当前 head 的既有 review、行内评论和 PR 评论均为空。组织仓库 API 对该 SHA 未返回 check run(0),classic status 也没有具体失败状态,因此不存在可归因于本 PR 的 CI 失败。未发现需要处理的重叠实现或遗留风险;此发布记录 PR 不需要额外领域 reviewer。

待办已完成:功能开发与 syscall 指南不适用,因为没有新增行为或 ABI 变化;没有新增测试也不构成缺口,因为本次变更仅为 release CHANGELOG 记录。批准合并。

Powered by gpt-5.6-terra

@github-actions
github-actions Bot force-pushed the release-plz-2026-08-03T03-31-37Z branch from bd374fa to c4c8dae Compare August 3, 2026 04:18

@mai-team-app mai-team-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

本 PR 是自动 chore: release 发布记录更新:相对 origin/dev 仅修改 memory/buddy-slab-allocator/CHANGELOG.md,新增 0.4.7 的版本条目(7 行),不涉及 Rust 实现、公开 API、运行时行为或 StarryOS ABI,影响隔离在发布文档。

按本次任务对 release 版本升级 PR 的快速路径要求,未对发布内容重复进行功能审查或本地构建/运行时测试。已确认当前工作区 HEAD 为 c4c8daeef572a2f6f70e31151b857c114c97f1e8git diff --check origin/dev...HEAD 通过;review helper 自测与 prepare-review 工作区核验通过。功能开发、syscall、应用运行时和新增测试要求均不适用。

组织仓库 API 在该 head 上返回 0 个 check run,classic status 没有具体失败状态,因此没有可归因于本 PR 的 CI 失败。既有行内评论、PR 评论为空;已有一次批准针对旧 head,仅作为上下文。已对照 base 中相邻的发布记录及历史 chore: release 模式,并检索相关开放 release PR,未发现实现重叠、未解决风险或额外测试缺口。

最终待办已完成;批准合并。

Powered by gpt-5.6-terra

@github-actions
github-actions Bot force-pushed the release-plz-2026-08-03T03-31-37Z branch from c4c8dae to 3bb44d8 Compare August 3, 2026 05:56

@mai-team-app mai-team-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

本 PR 是 release-plz 生成的 chore: release 发布元数据更新:相对 dev 修改 17 个包的 Cargo.toml 版本、对应 CHANGELOG 条目,以及根 Cargo.toml/Cargo.lock 中的同一版本同步;没有 Rust 实现、公开 API、运行时行为或 StarryOS ABI 变更,影响隔离在发布元数据与包版本声明。

按本次任务对 release 版本升级 PR 的快速路径要求,不重复执行本地构建、clippy 或运行时测试。已完成工作区与补丁核验:HEAD 为 3bb44d817b890b45b46fdf2544ca2bbab3a8f0e4prepare-review 通过,git diff --check origin/dev...HEAD 通过;17 个包的 manifest 版本与新增 CHANGELOG 版本逐一一致,锁文件仅同步同一批本地包版本,且未引入 [patch.crates-io]

组织仓库在该 head 的 check-runs 为 0,classic status 未报告具体失败;因此没有可归因于本 PR 的 CI 失败。既有两次批准均针对旧 head,仅作上下文;当前 head 没有行内评论或 PR 评论需要处理。已对照 dev 上相邻的 chore: release 提交,并检索相关开放发布 PR,未发现实现重叠或依赖顺序风险。

feature-development、syscall、应用运行时及新增测试要求均不适用:本 PR 不新增行为、功能或 ABI。最终审查清单已完成;无未解决问题、风险或测试缺口,也不需要额外领域 reviewer。批准合并。

Powered by gpt-5.6-terra

@github-actions
github-actions Bot force-pushed the release-plz-2026-08-03T03-31-37Z branch from 3bb44d8 to 1134474 Compare August 3, 2026 06:52

@mai-team-app mai-team-app Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

本 PR 是 release-plz 生成的 chore: release 发布元数据同步:仅修改 18 个包的 Cargo.toml 版本、对应 CHANGELOG 条目以及根 Cargo.toml/Cargo.lock 中的相同版本,不包含 Rust 实现、公开 API、运行时行为或 StarryOS ABI 变更,影响隔离在发布元数据。

按本次任务对 release 版本升级 PR 的快速路径要求,未重复执行本地构建、clippy 或运行时测试。已核验当前工作区 HEAD 为 1134474909fa46d67a61525da4c665828b1da322,review helper prepare-review 通过,git diff --check origin/dev...HEAD 通过;18 个 manifest 版本均与各自新增 CHANGELOG 条目、根 workspace 依赖及 Cargo.lock 条目一致,且没有引入 [patch.crates-io]

组织仓库 API 对当前 head 返回 0 个 check run,classic status 为 pending 且没有具体 status;因此没有可归因于本 PR 的 CI 失败。当前 head 没有行内评论或 PR 评论;已有 3 个批准均针对旧 head,仅作上下文。已对照 base 的 release-plz 配置和相邻发布模式,并检索开放的 release 相关 PR;未发现实现重叠、依赖顺序风险或遗留问题。

feature-development、Starry syscall、应用运行时和新增测试要求均不适用:本 PR 没有新增行为、功能或 ABI。最终审查清单已完成;无未解决风险或测试缺口,也不需要额外领域 reviewer。批准合并。

Powered by gpt-5.6-terra

@ZR233 ZR233 closed this Aug 3, 2026
@ZR233
ZR233 deleted the release-plz-2026-08-03T03-31-37Z branch August 3, 2026 07:49
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.

1 participant