Skip to content

chore: release#1219

Merged
ZR233 merged 1 commit into
devfrom
release-plz-2026-06-11T05-19-30Z
Jun 15, 2026
Merged

chore: release#1219
ZR233 merged 1 commit into
devfrom
release-plz-2026-06-11T05-19-30Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • ax-cpu: 0.6.7 -> 0.6.8 (✓ API compatible changes)
  • irq-framework: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • rdif-def: 0.2.4 -> 0.3.0 (⚠ API breaking changes)
  • rdif-intc: 0.14.2 -> 0.14.3 (✓ API compatible changes)
  • pcie: 0.6.3 -> 0.6.4 (✓ API compatible changes)
  • rdrive: 0.22.0 -> 0.23.0 (⚠ API breaking changes)
  • ax-plat: 0.6.2 -> 0.6.3 (✓ API compatible changes)
  • somehal-macros: 0.1.3 -> 0.1.4
  • someboot: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • crab-usb: 0.9.5 -> 0.9.6 (✓ API compatible changes)
  • rd-net: 0.1.3 -> 0.1.4 (✓ API compatible changes)
  • ax-driver: 0.7.1 -> 0.8.0 (⚠ API breaking changes)
  • ax-plat-loongarch64-qemu-virt: 0.5.13 -> 0.5.14 (✓ API compatible changes)
  • ax-plat-riscv64-sg2002: 0.4.2 -> 0.4.3 (✓ API compatible changes)
  • ax-plat-riscv64-visionfive2: 0.1.7 -> 0.1.8 (✓ API compatible changes)
  • somehal: 0.6.10 -> 0.7.0 (⚠ API breaking changes)
  • axplat-dyn: 0.7.2 -> 0.7.3 (✓ API compatible changes)
  • ax-hal: 0.5.18 -> 0.5.19 (✓ API compatible changes)
  • ax-ipi: 0.5.17 -> 0.5.18 (✓ API compatible changes)
  • ax-task: 0.5.19 -> 0.5.20 (✓ API compatible changes)
  • ax-net: 0.7.2 -> 0.7.3 (✓ API compatible changes)
  • ax-runtime: 0.6.2 -> 0.7.0 (⚠ API breaking changes)
  • ax-feat: 0.5.19 -> 0.5.20 (✓ API compatible changes)
  • ax-api: 0.5.19 -> 0.6.0 (⚠ API breaking changes)
  • ax-posix-api: 0.5.19 -> 0.5.20 (✓ API compatible changes)
  • ax-std: 0.5.18 -> 0.5.19
  • axvm: 0.5.13 -> 0.5.14 (✓ API compatible changes)
  • axvmconfig: 0.7.0 -> 0.7.1 (✓ API compatible changes)
  • starry-kernel: 0.6.1 -> 0.6.2 (✓ API compatible changes)
  • axbuild: 0.4.11 -> 0.4.12 (✓ API compatible changes)
  • starryos: 0.5.15 -> 0.5.16
  • axvisor: 0.5.11 -> 0.5.12
  • rdif-base: 0.8.2 -> 0.8.3
  • rdif-pcie: 0.2.3 -> 0.2.4
  • ax-alloc: 0.8.2 -> 0.8.3
  • axklib: 0.6.2 -> 0.6.3
  • rdif-serial: 0.8.0 -> 0.8.1
  • some-serial: 0.6.0 -> 0.6.1
  • starry-signal: 0.8.2 -> 0.8.3
  • rdif-eth: 0.3.1 -> 0.3.2
  • eth-intel: 0.1.4 -> 0.1.5
  • rdif-block: 0.8.1 -> 0.8.2
  • nvme-driver: 0.5.1 -> 0.5.2
  • ramdisk: 0.1.3 -> 0.1.4
  • rdif-clk: 0.5.2 -> 0.5.3
  • rdif-display: 0.1.1 -> 0.1.2
  • rdif-input: 0.1.1 -> 0.1.2
  • rdif-vsock: 0.1.1 -> 0.1.2
  • realtek-rtl8125: 0.2.2 -> 0.2.3
  • rk3588-pci: 0.2.2 -> 0.2.3
  • rockchip-npu: 0.2.4 -> 0.2.5
  • rockchip-pm: 0.4.4 -> 0.4.5
  • arm-gic-driver: 0.17.3 -> 0.17.4
  • ax-mm: 0.5.18 -> 0.5.19
  • ax-sync: 0.5.18 -> 0.5.19
  • ax-display: 0.5.17 -> 0.5.18
  • ax-dma: 0.6.2 -> 0.6.3
  • ax-fs: 0.5.17 -> 0.5.18
  • ax-fs-ng: 0.5.18 -> 0.5.19
  • ax-input: 0.5.17 -> 0.5.18
  • rdif-power: 0.7.2 -> 0.7.3
  • rdif-systick: 0.6.2 -> 0.6.3
  • rdif-timer: 0.6.2 -> 0.6.3
  • sg2002-tpu: 0.1.5 -> 0.1.6
  • ax-libc: 0.5.18 -> 0.5.19

rdif-def breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field AcpiGsiRoute.controller in /tmp/.tmpMs1vPS/tgoskits/drivers/interface/rdif-def/src/irq.rs:46

rdrive breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field AcpiInfo.irq_route in /tmp/.tmpMs1vPS/tgoskits/drivers/rdrive/src/probe/acpi.rs:731
  field AcpiPciIrqRoute.intx_route in /tmp/.tmpMs1vPS/tgoskits/drivers/rdrive/src/probe/acpi.rs:708

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field AcpiInfo.device in /tmp/.tmpMs1vPS/tgoskits/drivers/rdrive/src/probe/acpi.rs:732

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_parameter_count_changed.ron

Failed in:
  rdrive::probe::acpi::System::pci_irq_for_endpoint takes 2 parameters in /tmp/.tmpXtM8l7/rdrive/src/probe/acpi.rs:489, but now takes 1 parameters in /tmp/.tmpMs1vPS/tgoskits/drivers/rdrive/src/probe/acpi.rs:1108

ax-driver breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/function_missing.ron

Failed in:
  function ax_driver::net::pci_legacy_irq, previously in file /tmp/.tmpXtM8l7/ax-driver/src/net/binding.rs:44
  function ax_driver::usb::decode_fdt_irq, previously in file /tmp/.tmpXtM8l7/ax-driver/src/usb/mod.rs:179
  function ax_driver::virtio::net::register_transport_with_irq, previously in file /tmp/.tmpXtM8l7/ax-driver/src/virtio/net.rs:325
  function ax_driver::block::decode_fdt_irq, previously in file /tmp/.tmpXtM8l7/ax-driver/src/block/binding.rs:299
  function ax_driver::pci::endpoint_legacy_irq, previously in file /tmp/.tmpXtM8l7/ax-driver/src/pci/mod.rs:209

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/function_parameter_count_changed.ron

Failed in:
  ax_driver::pci::legacy_irq_for_endpoint now takes 1 parameters instead of 2, in /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/pci/mod.rs:280

--- failure inherent_method_const_removed: pub method is no longer const ---

Description:
A publicly-visible method or associated fn is no longer `const` and can no longer be used in a `const` context.
        ref: https://doc.rust-lang.org/reference/const_eval.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/inherent_method_const_removed.ron

Failed in:
  Block::irq_num in /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/block/binding.rs:146

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/trait_method_added.ron

Failed in:
  trait method ax_driver::input::PlatformDeviceInput::register_input_with_info in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/input/binding.rs:63
  trait method ax_driver::vsock::PlatformDeviceVsock::register_vsock_with_info in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/vsock/binding.rs:63
  trait method ax_driver::usb::PlatformDeviceUsbHost::register_usb_host_with_info in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/usb/mod.rs:218
  trait method ax_driver::block::PlatformDeviceBlock::register_block_with_info in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/block/binding.rs:374
  trait method ax_driver::net::PlatformDeviceNet::register_net_with_info in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/net/binding.rs:70
  trait method ax_driver::display::PlatformDeviceDisplay::register_display_with_info in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/display/binding.rs:63

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-item-signature
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/trait_method_missing.ron

Failed in:
  method register_block_with_irq of trait PlatformDeviceBlock, previously in file /tmp/.tmpXtM8l7/ax-driver/src/block/binding.rs:285

--- failure trait_method_parameter_count_changed: pub trait method parameter count changed ---

Description:
A trait method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-item-signature
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/trait_method_parameter_count_changed.ron

Failed in:
  PlatformDeviceUsbHost::register_usb_host now takes 2 instead of 3 parameters, in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/usb/mod.rs:216
  PlatformDeviceNet::register_net now takes 2 instead of 3 parameters, in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/net/binding.rs:66

--- failure trait_method_return_value_added: pub trait method return value added ---

Description:
A trait method that previously returned `()` now returns a value. Since the trait is not sealed, downstream implementations of the trait will get compile errors.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-item-signature
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/trait_method_return_value_added.ron

Failed in:
  ax_driver::block::PlatformDeviceBlock::register_block in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/block/binding.rs:373
  ax_driver::usb::PlatformDeviceUsbHost::register_usb_host in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/usb/mod.rs:216
  ax_driver::net::PlatformDeviceNet::register_net in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/net/binding.rs:66
  ax_driver::vsock::PlatformDeviceVsock::register_vsock in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/vsock/binding.rs:59
  ax_driver::display::PlatformDeviceDisplay::register_display in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/display/binding.rs:59
  ax_driver::input::PlatformDeviceInput::register_input in file /tmp/.tmpMs1vPS/tgoskits/drivers/ax-driver/src/input/binding.rs:59

somehal breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/function_missing.ron

Failed in:
  function somehal::irq::irq_handler_with_raw, previously in file /tmp/.tmpXtM8l7/somehal/src/irq.rs:63
  function somehal::irq::irq_handler_raw, previously in file /tmp/.tmpXtM8l7/somehal/src/irq.rs:59

ax-runtime breaking changes

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/feature_missing.ron

Failed in:
  feature net-ng in the package's Cargo.toml

ax-api breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type AxTcpSocketHandle is no longer UnwindSafe, in /tmp/.tmpMs1vPS/tgoskits/os/arceos/api/arceos_api/src/imp/net.rs:13
  type AxUdpSocketHandle is no longer UnwindSafe, in /tmp/.tmpMs1vPS/tgoskits/os/arceos/api/arceos_api/src/imp/net.rs:16
Changelog

ax-cpu

0.6.8 - 2026-06-12

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)

irq-framework

0.1.1 - 2026-06-12

Added

  • (irq) enhance IRQ request handling and state restoration logic

rdif-def

0.3.0 - 2026-06-12

Fixed

  • (somehal) route LoongArch ACPI GSIs through PCH-PIC

rdif-intc

0.14.3 - 2026-06-12

Fixed

  • (somehal) route LoongArch ACPI GSIs through PCH-PIC

pcie

0.6.4 - 2026-06-12

Other

  • (rdrive) carry probe context and PCI INTx routes

rdrive

0.23.0 - 2026-06-12

Added

  • (ax-driver) add dynamic platform rtc support (#1242)

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)
  • (somehal) route LoongArch ACPI GSIs through PCH-PIC

Other

  • (irq) carry ACPI IRQ routing metadata
  • (rdrive) carry probe context and PCI INTx routes

ax-plat

0.6.3 - 2026-06-12

Added

  • (irq) enhance IRQ request handling and state restoration logic
  • (axruntime) add runtime IRQ registration adapters

Fixed

  • (axtask) use monotonic deadlines for sleeps (#1240)

somehal-macros

0.1.4 - 2026-06-12

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)

someboot

0.2.1 - 2026-06-12

Added

  • (ax-driver) add dynamic platform rtc support (#1242)

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)

Other

  • (someboot) share linker script fragments (#1218)

crab-usb

0.9.6 - 2026-06-12

Added

  • (axruntime) add runtime IRQ registration adapters

rd-net

0.1.4 - 2026-06-12

Added

  • (axruntime) add runtime IRQ registration adapters

ax-driver

0.8.0 - 2026-06-12

Added

  • (ax-driver) add dynamic platform rtc support (#1242)

Fixed

  • (somehal) route LoongArch ACPI GSIs through PCH-PIC

Other

  • (irq) carry ACPI IRQ routing metadata
  • (ax-driver) normalize FDT PCI IRQ source resolution
  • (ax-driver) register devices with binding info
  • (rdrive) carry probe context and PCI INTx routes

ax-plat-loongarch64-qemu-virt

0.5.14 - 2026-06-12

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)
  • (loongarch64) ack timer irq before dispatch (#1222)

Other

  • (ax-driver) register devices with binding info

ax-plat-riscv64-sg2002

0.4.3 - 2026-06-12

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)

ax-plat-riscv64-visionfive2

0.1.8 - 2026-06-12

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)

somehal

0.7.0 - 2026-06-12

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)
  • (axruntime) ensure aarch64 SMP IPI readiness before app init (#1196)
  • (somehal) route LoongArch ACPI GSIs through PCH-PIC
  • (loongarch64) ack timer irq before dispatch (#1222)

Other

  • (irq) carry ACPI IRQ routing metadata
  • (rdrive) carry probe context and PCI INTx routes

axplat-dyn

0.7.3 - 2026-06-12

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)

ax-hal

0.5.19 - 2026-06-12

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)

ax-ipi

0.5.18 - 2026-06-12

Fixed

  • (axruntime) ensure aarch64 SMP IPI readiness before app init (#1196)

ax-task

0.5.20 - 2026-06-12

Fixed

  • (starry) reprogram timer for short deadlines (#1250)
  • (axtask) improve might_sleep diagnostics and coverage (#1235)
  • (axtask) use monotonic deadlines for sleeps (#1240)
  • (axruntime) ensure aarch64 SMP IPI readiness before app init (#1196)

ax-net

0.7.3 - 2026-06-12

Added

  • (axruntime) add runtime IRQ registration adapters

Fixed

  • (axtask) use monotonic deadlines for sleeps (#1240)

Other

  • (irq) carry ACPI IRQ routing metadata
  • (starry) rename axnet crate references to ax-net (#1220)

ax-runtime

0.7.0 - 2026-06-12

Added

  • (ax-driver) add dynamic platform rtc support (#1242)
  • (irq) enhance IRQ request handling and state restoration logic
  • (axruntime) add runtime IRQ registration adapters

Fixed

  • (starry) reprogram timer for short deadlines (#1250)
  • (ci) stabilize x86 Starry QEMU timing (#1245)
  • (axruntime) ensure aarch64 SMP IPI readiness before app init (#1196)

Other

  • (ax-net) unify network stack into single net/ax-net crate, r… (#1203)

ax-feat

0.5.20 - 2026-06-12

Added

  • (axruntime) add runtime IRQ registration adapters

Other

  • (ax-net) unify network stack into single net/ax-net crate, r… (#1203)

ax-api

0.6.0 - 2026-06-12

Fixed

  • (axtask) improve might_sleep diagnostics and coverage (#1235)
  • (axtask) use monotonic deadlines for sleeps (#1240)

Other

  • (ax-net) unify network stack into single net/ax-net crate, r… (#1203)

ax-posix-api

0.5.20 - 2026-06-12

Fixed

  • (axtask) improve might_sleep diagnostics and coverage (#1235)

Other

  • (ax-net) unify network stack into single net/ax-net crate, r… (#1203)

ax-std

0.5.19 - 2026-06-12

Fixed

  • (axtask) improve might_sleep diagnostics and coverage (#1235)
  • (axtask) use monotonic deadlines for sleeps (#1240)

axvm

0.5.14 - 2026-06-12

Fixed

  • (ci) stabilize x86 Starry QEMU timing (#1245)

axvmconfig

0.7.1 - 2026-06-12

Other

  • update Cargo.lock dependencies

starry-kernel

0.6.2 - 2026-06-12

Added

  • (starry) add axbuild kmod support (#1232)
  • (starry-mm) file-backed mmap readahead (batched page-fault fill) (#1217)
  • (axruntime) add runtime IRQ registration adapters

Fixed

  • (axtask) improve might_sleep diagnostics and coverage (#1235)
  • (axtask) use monotonic deadlines for sleeps (#1240)
  • (starry) address fd table, wait, and timerfd regressions (#1237)
  • (starry-kernel) align membarrier commands with Linux UAPI (#1225)

Other

  • (starry) rename axnet crate references to ax-net (#1220)
  • (ax-net) unify network stack into single net/ax-net crate, r… (#1203)

axbuild

0.4.12 - 2026-06-12

Added

  • (starry) add axbuild kmod support (#1232)
  • (axbuild) extend sync-lint relaxed synchronization checks (#1236)
  • (axbuild) enable x86 kvm acceleration (#1221)

Fixed

  • (starry) reprogram timer for short deadlines (#1250)
  • (ci) stabilize x86 Starry QEMU timing (#1245)
  • (axruntime) ensure aarch64 SMP IPI readiness before app init (#1196)

Other

  • (someboot) share linker script fragments (#1218)
  • (ax-net) unify network stack into single net/ax-net crate, r… (#1203)

starryos

0.5.16 - 2026-06-12

Added

  • (starry) add axbuild kmod support (#1232)

axvisor

0.5.12 - 2026-06-12

Other

  • (ax-net) unify network stack into single net/ax-net crate, r… (#1203)

rdif-base

0.8.3 - 2026-06-12

Other

  • updated the following local packages: rdif-def

rdif-pcie

0.2.4 - 2026-06-12

Other

  • updated the following local packages: rdif-base

ax-alloc

0.8.3 - 2026-06-12

Other

  • updated the following local packages: ax-plat

axklib

0.6.3 - 2026-06-12

Other

  • updated the following local packages: irq-framework, ax-alloc

rdif-serial

0.8.1 - 2026-06-12

Other

  • updated the following local packages: rdif-base

some-serial

0.6.1 - 2026-06-12

Other

  • updated the following local packages: rdif-serial

starry-signal

0.8.3 - 2026-06-12

Other

  • updated the following local packages: ax-cpu

rdif-eth

0.3.2 - 2026-06-12

Other

  • updated the following local packages: rdif-base

eth-intel

0.1.5 - 2026-06-12

Other

  • updated the following local packages: rdif-eth

rdif-block

0.8.2 - 2026-06-12

Other

  • updated the following local packages: rdif-base

nvme-driver

0.5.2 - 2026-06-12

Other

  • updated the following local packages: rdif-block

ramdisk

0.1.4 - 2026-06-12

Other

  • updated the following local packages: rdif-block

rdif-clk

0.5.3 - 2026-06-12

Other

  • updated the following local packages: rdif-base

rdif-display

0.1.2 - 2026-06-12

Other

  • updated the following local packages: rdif-base

rdif-input

0.1.2 - 2026-06-12

Other

  • updated the following local packages: rdif-base

rdif-vsock

0.1.2 - 2026-06-12

Other

  • updated the following local packages: rdif-base

realtek-rtl8125

0.2.3 - 2026-06-12

Other

  • updated the following local packages: rdif-eth

rk3588-pci

0.2.3 - 2026-06-12

Other

  • updated the following local packages: rdif-pcie

rockchip-npu

0.2.5 - 2026-06-12

Other

  • updated the following local packages: rdif-base

rockchip-pm

0.4.5 - 2026-06-12

Other

  • updated the following local packages: rdif-base

arm-gic-driver

0.17.4 - 2026-06-12

Other

  • updated the following local packages: rdif-intc

ax-mm

0.5.19 - 2026-06-12

Other

  • updated the following local packages: ax-hal, ax-alloc

ax-sync

0.5.19 - 2026-06-12

Other

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

ax-display

0.5.18 - 2026-06-12

Other

  • updated the following local packages: rdif-display, ax-sync

ax-dma

0.6.3 - 2026-06-12

Other

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

ax-fs

0.5.18 - 2026-06-12

Other

  • updated the following local packages: ax-hal

ax-fs-ng

0.5.19 - 2026-06-12

Other

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

ax-input

0.5.18 - 2026-06-12

Other

  • updated the following local packages: rdif-input, ax-sync

rdif-power

0.7.3 - 2026-06-12

Other

  • updated the following local packages: rdif-base

rdif-systick

0.6.3 - 2026-06-12

Other

  • updated the following local packages: rdif-base

rdif-timer

0.6.3 - 2026-06-12

Other

  • updated the following local packages: rdif-base

sg2002-tpu

0.1.6 - 2026-06-12

Other

  • updated the following local packages: ax-dma

ax-libc

0.5.19 - 2026-06-12

Other

  • updated the following local packages: ax-driver, ax-hal, ax-feat, ax-posix-api


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 是由 release-plz 自动生成的版本发布 PR,涉及 12 个 crate 的版本号升级及对应 CHANGELOG 更新。

变更内容

版本升级(共 12 个 crate):

Crate 旧版本 新版本 语义
ax-runtime 0.6.2 0.7.0 ⚠ 破坏性变更(移除 net-ng feature)
ax-api 0.5.19 0.6.0 ⚠ 破坏性变更(AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-feat 0.5.19 0.5.20 ✓ 兼容
ax-posix-api 0.5.19 0.5.20 ✓ 兼容
axvmconfig 0.7.0 0.7.1 ✓ 兼容
starry-kernel 0.6.1 0.6.2 ✓ 兼容
axbuild 0.4.11 0.4.12 ✓ 兼容
starryos 0.5.15 0.5.16 传递依赖更新
axvisor 0.5.11 0.5.12 传递依赖更新
ax-std 0.5.18 0.5.19 传递依赖更新
axvm 0.5.13 0.5.14 传递依赖更新
ax-libc 0.5.18 0.5.19 传递依赖更新

变更文件:26 个(12 个 Cargo.toml + 12 个 CHANGELOG.md + workspace Cargo.toml + Cargo.lock)

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致
  2. Semver 正确性 ✅ — 两个破坏性变更(ax-runtime feature 移除、ax-api auto trait 丢失)均给予 major 版本升级;其余 crate 仅 patch 版本升级,符合 semver 规范
  3. Cargo.lock ✅ — 已同步更新所有版本号
  4. CHANGELOG ✅ — 各 crate 的 CHANGELOG 条目正确引用 PR #1203(ax-net 统一网络栈重构),传递依赖更新的 crate(starryos、axvmconfig、ax-std、axvm、ax-libc)标注为 "update Cargo.lock dependencies" 或 "updated the following local packages",符合 release-plz 惯例
  5. 格式化 ✅ — cargo fmt --check 通过
  6. 编译检查 ✅ — cargo check -p ax-api 通过
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch

重复与重叠分析

  • base 分支 (dev) 当前版本均为旧版本号,不存在版本号已被其他 PR 抢先升级的情况
  • 当前开放的 PR 中无其他 release PR(PR #1218refactor(someboot) 重构,不涉及版本号变更)
  • 结论:本 PR 是唯一版本发布 PR,无重复或冲突

CI 状态

PR 刚创建不久(2026-06-11T05:19:32Z),CI 尚未开始运行(check-runs 为空,status 为 pending)。由于本 PR 仅涉及元数据变更(版本号和 CHANGELOG),CI 风险极低。等 CI 跑完后如果全部通过,可以直接合并。

结论

无阻塞性问题,批准合并

Powered by deepseek-v4-pro

@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 自动生成的版本发布 PR(已 rebase 到最新 dev),涉及 27 个 crate 的版本号升级及对应 CHANGELOG 更新。

变更内容

版本升级(共 27 个 crate):

Crate 旧版本 新版本 语义
someboot 0.2.0 0.2.1 ✓ 兼容
ax-runtime 0.6.2 0.7.0 ⚠ 破坏性(移除 net-ng feature)
ax-feat 0.5.19 0.5.20 ✓ 兼容
ax-api 0.5.19 0.6.0 ⚠ 破坏性(AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-posix-api 0.5.19 0.5.20 ✓ 兼容
axvmconfig 0.7.0 0.7.1 ✓ 兼容
starry-kernel 0.6.1 0.6.2 ✓ 兼容
axbuild 0.4.11 0.4.12 ✓ 兼容
starryos 0.5.15 0.5.16 传递依赖更新
axvisor 0.5.11 0.5.12 传递依赖更新
somehal 0.6.10 0.6.11 传递依赖更新
axplat-dyn 0.7.2 0.7.3 传递依赖更新
ax-hal 0.5.18 0.5.19 传递依赖更新
ax-ipi 0.5.17 0.5.18 传递依赖更新
ax-mm 0.5.18 0.5.19 传递依赖更新
ax-task 0.5.19 0.5.20 传递依赖更新
ax-sync 0.5.18 0.5.19 传递依赖更新
ax-display 0.5.17 0.5.18 传递依赖更新
ax-dma 0.6.2 0.6.3 传递依赖更新
ax-fs 0.5.17 0.5.18 传递依赖更新
ax-fs-ng 0.5.18 0.5.19 传递依赖更新
ax-input 0.5.17 0.5.18 传递依赖更新
ax-net 0.7.2 0.7.3 传递依赖更新
ax-std 0.5.18 0.5.19 传递依赖更新
axvm 0.5.13 0.5.14 传递依赖更新
sg2002-tpu 0.1.5 0.1.6 传递依赖更新
ax-libc 0.5.18 0.5.19 传递依赖更新

变更文件:56 个(27 个 Cargo.toml + 27 个 CHANGELOG.md + workspace Cargo.toml + Cargo.lock)

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致,starry-kernel/Cargo.toml 中的 ax-fs 重定向版本 (0.5.19) 也正确同步
  2. Semver 正确性 ✅ — 两个破坏性变更(ax-runtime feature 移除、ax-api auto trait 丢失)均给予 major 版本升级;其余 crate 仅 patch 版本升级,符合 semver 规范
  3. Cargo.lock ✅ — 已同步更新所有版本号
  4. CHANGELOG ✅ — 各 crate 的 CHANGELOG 条目正确引用相关 PR(#1203 ax-net 统一、#1218 someboot 链接脚本共享),传递依赖更新的 crate 标注为 "update Cargo.lock dependencies" 或 "updated the following local packages",符合 release-plz 惯例
  5. 格式化 ✅ — cargo fmt --check 通过
  6. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch
  7. 无 .rs 代码变更 ✅ — diff 仅涉及 Cargo.toml、Cargo.lock 和 CHANGELOG.md

先前审查情况

该 PR 之前有一个旧审查(commit 26c26e9mai-team-app[bot] 于 2026-06-11T05:25Z 提交 APPROVE),但分支随后被 rebase 到最新 dev(commit 0e12ecf),旧审查已过期。当前审查基于最新 head 进行完整重新验证。

重复与重叠分析

  • base 分支 (dev, ac23975) 当前版本均为旧版本号
  • 当前开放的 50+ PR 中无其他 release PR
  • 结论:本 PR 是唯一版本发布 PR,无重复或冲突

CI 状态

4 个 check suites 当前处于 QUEUED 状态,尚未开始执行(PR 刚 rebase 约 36 分钟)。对于纯元数据变更(版本号+CHANGELOG),CI 风险极低。建议等 CI 通过后直接合并。

结论

无阻塞性问题,批准合并

Powered by deepseek-v4-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from 0e12ecf to d197aa2 Compare June 11, 2026 07: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 是由 release-plz 自动生成的版本发布 PR(基于最新 dev, 979340e),涉及 27 个 crate 的版本号升级及对应 CHANGELOG 更新。

变更内容

破坏性变更(2 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe

兼容性 patch 升级(25 个):

Crate 旧版本 新版本 触发 PR
someboot 0.2.0 0.2.1 #1218
ax-net 0.7.2 0.7.3 #1220
ax-feat 0.5.19 0.5.20 #1203
ax-posix-api 0.5.19 0.5.20 #1203
axvmconfig 0.7.0 0.7.1 Cargo.lock 依赖更新
starry-kernel 0.6.1 0.6.2 #1220, #1203
axbuild 0.4.11 0.4.12 #1218, #1203
starryos 0.5.15 0.5.16 传递依赖更新
axvisor 0.5.11 0.5.12 传递依赖更新
somehal 0.6.10 0.6.11 传递依赖更新
axplat-dyn 0.7.2 0.7.3 传递依赖更新
ax-hal 0.5.18 0.5.19 传递依赖更新
ax-ipi 0.5.17 0.5.18 传递依赖更新
ax-mm 0.5.18 0.5.19 传递依赖更新
ax-task 0.5.19 0.5.20 传递依赖更新
ax-sync 0.5.18 0.5.19 传递依赖更新
ax-display 0.5.17 0.5.18 传递依赖更新
ax-dma 0.6.2 0.6.3 传递依赖更新
ax-fs 0.5.17 0.5.18 传递依赖更新
ax-fs-ng 0.5.18 0.5.19 传递依赖更新
ax-input 0.5.17 0.5.18 传递依赖更新
ax-std 0.5.18 0.5.19 传递依赖更新
axvm 0.5.13 0.5.14 传递依赖更新
sg2002-tpu 0.1.5 0.1.6 传递依赖更新
ax-libc 0.5.18 0.5.19 传递依赖更新

变更文件:56 个(27 个 Cargo.toml + 27 个 CHANGELOG.md + workspace Cargo.toml + Cargo.lock),共 246 行新增、82 行删除。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致。特别检查了 starry-kernel/Cargo.toml 中硬编码的 ax-fs (指向 ax-fs-ng package) 版本 0.5.19,与 workspace 声明及 ax-fs-ng/Cargo.toml 中的 0.5.19 匹配。
  2. Semver 正确性 ✅ — 两个破坏性变更(ax-runtime feature 移除、ax-api auto trait 丢失)均给予 major 版本升级;其余 crate 仅 patch 版本升级,符合 semver 规范。
  3. Cargo.lock ✅ — 已同步更新所有 27 个 crate 版本号。
  4. CHANGELOG ✅ — 各 crate 的 CHANGELOG 条目正确引用相关 PR(#1203 ax-net 统一网络栈、#1218 someboot 链接脚本共享、#1220 Starry axnet 重命名),传递依赖更新的 crate 标注为 "update Cargo.lock dependencies" 或 "updated the following local packages",符合 release-plz 惯例。
  5. 格式化 ✅ — cargo fmt --check 通过。
  6. 编译检查 ✅ — cargo check -p ax-api 通过(验证版本号升级后依赖解析正确)。
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch。
  8. 无 .rs 代码变更 ✅ — diff 仅涉及 Cargo.toml、Cargo.lock 和 CHANGELOG.md,无 Rust 源代码变更。

先前审查情况

该 PR 之前有两次审查(mai-team-app[bot] 分别于 commit 26c26e90e12ecf 提交 APPROVE),但分支随后更新到当前 head d197aa29,旧审查已过期。本次审查基于最新 head 进行完整重新验证,结果一致。

重复与重叠分析

  • base 分支 (dev, 979340e) 当前版本均为旧版本号,不存在已被其他 PR 抢先升级的情况。
  • 当前开放的 120 个 issue/PR 中无其他 release PR(最近的 PR #1223 为 overlayfs 功能,#1222 为 loongarch64 timer 修复),与本 PR 无重叠。
  • 结论:本 PR 是唯一版本发布 PR,无重复或冲突。

CI 状态

当前 head (d197aa29) 的 CI 状态为 pending,check-runs 和 workflow-runs 均为空(PR 分支约 2 小时前推送到 rcore-os 组织仓库)。对于纯元数据变更(版本号+CHANGELOG,无 .rs 代码变更),CI 风险极低。建议等 CI 通过后直接合并。

结论

无阻塞性问题,批准合并

Powered by deepseek-v4-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch 2 times, most recently from 61a1247 to e6e3a00 Compare June 11, 2026 08:26

@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 自动生成的版本发布 PR,涉及 27 个 crate 的版本号升级及对应 CHANGELOG 更新,共 58 个文件变更(255 行新增、85 行删除)。

变更内容

破坏性变更(2 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe

兼容性 patch 升级(25 个): someboot、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、somehal、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、sg2002-tpu、ax-libc。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 版本号与各 crate 独立 Cargo.toml 完全一致(已抽查 ax-runtime 0.7.0、ax-api 0.6.0 等)。starry-kernel/Cargo.toml 中硬编码的 ax-fs(指向 ax-fs-ng package)版本 0.5.19 与 workspace 声明一致。
  2. Semver 正确性 ✅ — 两个破坏性变更均给予 major 版本升级,其余 crate 仅 patch 版本升级,符合 semver 规范。
  3. Cargo.lock ✅ — 已同步更新所有 27 个 crate 版本号。
  4. CHANGELOG ✅ — 各 crate 的 CHANGELOG 条目正确引用相关 PR(#1203 ax-net 统一网络栈、#1218 someboot 链接脚本共享、#1220 Starry axnet 重命名),传递依赖更新的 crate 标注为 "update Cargo.lock dependencies" 或 "updated the following local packages"。
  5. 格式化 ✅ — cargo fmt --check 通过。
  6. 编译检查 ✅ — cargo check -p ax-api 通过,依赖解析正确。
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch。
  8. 无代码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md,无 .rs 源代码变更。

先前审查情况

该 PR 之前有三次 APPROVE 审查(均来自 mai-team-app[bot]),但分支随后更新到当前 head 61a12474,旧审查已过期。本次审查基于最新 head 进行完整重新验证,结论一致。

重复与重叠分析

  • base 分支 (dev, 997c3ef) 当前版本均为旧版本号,不存在已抢先升级的情况。
  • 当前开放的 PR 中无其他 release PR,无重复或冲突。
  • 结论:本 PR 是唯一版本发布 PR。

CI 状态

当前 head (61a12474) CI 状态为 pending,check-runs 为空(PR 分支刚推送到 rcore-os 组织仓库)。对于纯元数据变更(版本号+CHANGELOG,无 .rs 代码变更),CI 风险极低。

结论

无阻塞性问题,批准合并

Powered by deepseek-v4-pro

@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 自动生成的版本发布 PR(基于 dev 997c3ef),涉及 28 个 crate 的版本号升级及对应 CHANGELOG 更新,共 58 个文件变更。

变更内容

破坏性变更(2 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203 ax-net 统一)
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe

兼容性 patch 升级(26 个): someboot、ax-plat-loongarch64-qemu-virt、somehal、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、sg2002-tpu、ax-libc。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 版本号与各 crate 独立 Cargo.toml 完全一致(已验证 ax-api 0.6.0、ax-runtime 0.7.0、starry-kernel 0.6.2),starry-kernel/Cargo.tomlax-fs(指向 ax-fs-ng)版本 0.5.19 亦匹配。
  2. Semver 正确性 ✅ — 两个破坏性变更均给予 major 版本升级,其余仅 patch 升级,符合 semver 规范。
  3. Cargo.lock ✅ — 已同步更新所有版本号。
  4. CHANGELOG ✅ — 各 crate 的 CHANGELOG 条目正确引用相关 PR(#1203#1218#1220#1221#1222)。
  5. 格式化 ✅ — cargo fmt --check 通过。
  6. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch。
  7. 无代码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md,无 .rs 源码变更。

先前审查情况

该 PR 之前有 4 次 APPROVE 审查(均来自 mai-team-app[bot],对应 commits 26c26e90e12ecfd197aa2961a12474)。当前 head e6e3a007 为更新后的提交,旧审查均已过期。本次基于最新 head 进行完整重新验证,结论一致。

重复与重叠分析

  • 当前开放的 PR 中无其他 release PR,无重复或冲突。
  • 结论:本 PR 是唯一版本发布 PR。

CI 状态

当前 head (e6e3a007) CI 状态为 pending,check-runs 为空。对于纯元数据变更(版本号+CHANGELOG,无源码变更),CI 风险极低。

结论

无阻塞性问题,批准合并

Powered by deepseek-v4-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from e6e3a00 to 1d0d652 Compare June 11, 2026 09:23

@ZR233 ZR233 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

本轮复审 current head 1d0d6529b56fe95bc2c3c75ec1ac60eca2becf87,结论为 approve。

已检查:

  • diff 仅包含 Cargo.tomlCargo.lockCHANGELOG.md,无源码变更;
  • cargo fmt --check 通过;
  • git diff --check origin/dev...HEAD 通过;
  • cargo metadata --locked --offline --format-version=1 --no-deps 通过,解析到 178 个 package;
  • 未发现 [patch.crates-io]
  • open PR 搜索中未发现另一个 release-plz/release PR 与其重复。

当前 GitHub 上 latest head 还没有 check runs(statusCheckRollup 为空)。考虑到本 PR 为 release-plz 生成的版本号、lockfile 和 changelog 元数据更新,且本地锁文件/manifest 校验通过,没有发现阻塞问题。

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from 1d0d652 to 34d4ed4 Compare June 11, 2026 10:03

@ZR233 ZR233 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

复查当前 head 34d4ed43372d16fd63d23f3fb6cf5cd438785502,本轮结论为 approve。

合并要求逐项检查:

  • PR 由 release-plz 生成,diff 仍仅包含 Cargo.tomlCargo.lock 和各 crate CHANGELOG.md / Cargo.toml 版本号更新,没有 .rs 源码变更。
  • GitHub 当前 head 没有上报 check runs;考虑到这是纯发布元数据更新,已用本地检查覆盖缺失的 manifest/lockfile 风险。
  • 本地验证通过:cargo fmt --checkgit diff --check origin/dev...HEADcargo metadata --locked --offline --format-version=1 --no-deps(解析到 178 个 package)。
  • 已检查 [patch.crates-io],未发现 crates.io patch override。
  • open PR 搜索未发现另一个 release-plz / chore: release PR 与本 PR重复;搜索命中的 #1135/#1148/#1185/#1016/#1076/#984 均不是同类发布 PR。
  • 当前无 review threads 需要处理,merge state 为 clean。

没有发现阻塞问题,可以合入。

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from 34d4ed4 to 07505a0 Compare June 11, 2026 11:14

@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 自动生成的版本发布 PR,基于 dev 6977faba,涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 126 个文件变更(619 行新增、187 行删除)。

变更内容

破坏性变更(5 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203 ax-net 统一)
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 pub trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段、方法参数数量变更

兼容性 patch 升级(56 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、somehal、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、rdif-base、rdif-pcie、ax-alloc、axklib、rdif-serial、some-serial、rdif-eth、eth-intel、rdif-block、nvme-driver、ramdisk、rdif-clk、rdif-display、rdif-input、rdif-vsock、realtek-rtl8125、rk3588-pci、rockchip-npu、rockchip-pm、ax-plat-riscv64-sg2002、ax-plat-riscv64-visionfive2、arm-gic-driver、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、rdif-power、rdif-systick、rdif-timer、sg2002-tpu、ax-libc。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 版本号与各 crate 独立 Cargo.toml 完全一致,已验证 ax-api 0.6.0、ax-runtime 0.7.0、ax-driver 0.8.0 等关键变更。
  2. Semver 正确性 ✅ — 5 个破坏性变更均给予 major 版本升级,其余 56 个仅 patch 版本升级,符合 semver 规范。
  3. Cargo.lock ✅ — 已同步更新所有版本号。
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203 ax-net 统一网络栈、#1218 someboot 链接脚本共享、#1220 Starry axnet 重命名、#1221 axbuild KVM 加速、#1222 loongarch64 timer 修复、#1225 membarrier UAPI 对齐)。传递依赖更新的 crate 标注为 "update Cargo.lock dependencies" 或 "updated the following local packages",符合 release-plz 惯例。
  5. 格式化 ✅ — cargo fmt --check 通过(exit 0)。
  6. 锁文件一致性 ✅ — cargo metadata --locked --offline --no-deps 解析到 178 个 package,锁文件与 manifest 一致。
  7. Diff 检查 ✅ — git diff --check 无空白问题。
  8. 无 [patch.crates-io] ✅ — 全局搜索未发现任何 crates.io patch override。
  9. 无 .rs 源码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md,无 Rust 源代码变更。

先前审查情况

该 PR 之前有 7 次 APPROVE 审查(5 次来自 mai-team-app[bot],2 次来自 ZR233),分别对应 commits 26c26e90e12ecfd197aa2961a12474e6e3a0071d0d652934d4ed43。当前 head 07505a039 为 rebase 后的最新提交,旧审查均已过期。本次基于最新 head 进行完整重新验证,结论与先前审查一致。

重复与重叠分析

  • GitHub 搜索 repo:rcore-os/tgoskits type:pr state:open "chore: release" 仅返回 2 个 PR:本 PR #1219#1125(feat(starry): add nix test - 非版本发布 PR)。
  • 结论:本 PR 是当前唯一的版本发布 PR,无重复或冲突。

CI 状态

当前 head (07505a039) 的 CI check-runs 为空(PR 分支刚推送)。对于纯元数据变更(版本号+CHANGELOG,无 .rs 源码变更),CI 风险极低。建议等 CI 通过后直接合并。

结论

无阻塞性问题,批准合并

Powered by deepseek-v4-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from 07505a0 to b3584f3 Compare June 12, 2026 03:28

@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 自动生成的版本发布 PR(基于最新 dev),涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 126 个文件变更(620 行新增、187 行删除)。

变更内容

破坏性变更(5 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段

兼容性 patch 升级(56 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、somehal、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor 等。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致(已验证 ax-api 0.6.0、ax-runtime 0.7.0、ax-driver 0.8.0、rdif-def 0.3.0、rdrive 0.23.0)
  2. Semver 正确性 ✅ — 5 个破坏性变更均给予 major 版本升级,其余 56 个仅 patch 版本升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 178 个 package,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1218#1220#1221#1222#1225#1237
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check 无空白问题
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override
  8. 无 .rs 代码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md

先前审查情况

该 PR 之前有 8 次 APPROVE 审查(5 次来自 mai-team-app[bot],2 次来自 ZR233),当前 head b3584f33 为最新提交,旧审查均已过期。本次基于最新 head 进行完整重新验证,结论一致。

CI 状态

当前 head CI 状态为 pending,check-runs 为空。对于纯元数据变更(版本号+CHANGELOG,无源码变更),CI 风险极低。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@ZR233 ZR233 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

复查当前 head b3584f3349266764bcfc03f901ce185031725f2e,本轮结论为 approve。

合并要求逐项检查:

  • PR 由 release-plz 生成,diff 仍仅包含 Cargo.tomlCargo.lock 和各 crate CHANGELOG.md / Cargo.toml 版本号更新,没有 .rs 源码变更。
  • GitHub 当前 head 没有上报 check runs;考虑到这是纯发布元数据更新,已用本地检查覆盖 manifest/lockfile 风险。
  • 本地验证通过:cargo fmt --checkgit diff --check origin/dev...HEADcargo metadata --locked --offline --format-version=1 --no-deps(解析到 178 个 package)。
  • 已检查 [patch.crates-io],未发现 crates.io patch override。
  • git merge-tree origin/dev HEAD 无冲突输出。
  • open PR 搜索只发现本 PR 是 release-plz / chore: release 发布 PR,未发现重复发布 PR。
  • 当前无 review threads 需要处理。

没有发现阻塞问题,可以合入。

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from b3584f3 to b9cc7cd Compare June 12, 2026 05:32

@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 自动生成的版本发布 PR(基于最新 dev),涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 126 个文件变更(621 行新增、187 行删除)。

变更内容

破坏性变更(5 个,均正确 bump 为 major 版本):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段

兼容性 patch 升级(56 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、somehal、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、rdif-base、rdif-pcie、ax-alloc、axklib、rdif-serial、some-serial、rdif-eth、eth-intel、rdif-block、nvme-driver、ramdisk、rdif-clk、rdif-display、rdif-input、rdif-vsock、realtek-rtl8125、rk3588-pci、rockchip-npu、rockchip-pm、ax-plat-riscv64-sg2002、ax-plat-riscv64-visionfive2、arm-gic-driver、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、rdif-power、rdif-systick、rdif-timer、sg2002-tpu、ax-libc。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 版本号与各 crate 独立 Cargo.toml 完全一致(已验证 ax-runtime 0.7.0、ax-api 0.6.0、ax-driver 0.8.0、rdif-def 0.3.0、rdrive 0.23.0、starry-kernel 0.6.2)。
  2. Semver 正确性 ✅ — 5 个破坏性变更均给予 major 版本升级,其余 56 个仅 patch 版本升级,符合 semver 规范。
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 178 个 package,锁文件与 manifest 一致。
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1217#1218#1220#1221#1222#1225#1236#1237),传递依赖更新的 crate 标注为 "update Cargo.lock dependencies" 或 "updated the following local packages"。
  5. 格式化 ✅ — cargo fmt --check 通过。
  6. Diff 检查 ✅ — git diff --check origin/dev...HEAD 无空白问题。
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override。
  8. 无 .rs 代码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md,无 Rust 源代码变更。
  9. 合并无冲突 ✅ — git merge-tree origin/dev HEAD 无冲突输出。

先前审查情况

该 PR 之前有 10+ 次 APPROVE 审查(5 次来自 mai-team-app[bot],其余来自 ZR233),但分支随后更新到当前 head b9cc7cd6,旧审查均已过期。本次基于最新 head 进行完整重新验证,结论一致。

重复与重叠分析

  • GitHub 搜索 repo:rcore-os/tgoskits type:pr state:open "chore: release" 仅返回本 PR #1219
  • 结论:本 PR 是当前唯一的版本发布 PR,无重复或冲突。

CI 状态

当前 head (b9cc7cd6) CI 状态为 pending,check-runs 为空(PR 分支刚推送)。对于纯元数据变更(版本号+CHANGELOG,无 .rs 源码变更),CI 风险极低。建议等 CI 通过后直接合并。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from b9cc7cd to d4063fe Compare June 12, 2026 05:46

@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 自动生成的版本发布 PR,涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 126 个文件变更(630 行新增、187 行删除)。

变更内容

破坏性变更(5 个,均正确给予 major 版本升级):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 新增字段、方法参数数量变更

兼容性 patch 升级(56 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、somehal、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、rdif-base、rdif-pcie、ax-alloc、axklib、rdif-serial、some-serial、rdif-eth、eth-intel、rdif-block、nvme-driver、ramdisk、rdif-clk、rdif-display、rdif-input、rdif-vsock、realtek-rtl8125、rk3588-pci、rockchip-npu、rockchip-pm、ax-plat-riscv64-sg2002、ax-plat-riscv64-visionfive2、arm-gic-driver、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、rdif-power、rdif-systick、rdif-timer、sg2002-tpu、ax-libc。

正确性验证

  1. 无 .rs 源码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md
  2. 版本一致性 ✅ — workspace Cargo.toml 版本号与各 crate 独立 Cargo.toml 完全一致(已验证 ax-api 0.6.0、ax-runtime 0.7.0、ax-driver 0.8.0、rdif-def 0.3.0、rdrive 0.23.0、starry-kernel 0.6.2、someboot 0.2.1、irq-framework 0.1.1)
  3. Semver 正确性 ✅ — 5 个破坏性变更均给予 major 版本升级,其余 56 个仅 patch 版本升级,符合 semver 规范
  4. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 通过,锁文件与 manifest 一致
  5. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1217#1218#1220#1221#1222#1225#1237
  6. 格式化 ✅ — cargo fmt --check 通过
  7. 空白检查 ✅ — git diff --check 无问题
  8. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override

先前审查情况

该 PR 之前已有 10+ 次 APPROVE 审查(来自 mai-team-app[bot] 和项目成员 ZR233),分别对应之前的多次 head 推送。当前 head d4063fe03 为最新提交,本次基于最新 head 进行完整重新验证,结论与先前审查一致。

CI 状态

GitHub Actions CI workflow 已完成,conclusion 为 action_required(需要维护者审批工作流运行),check-runs 为空。这是 PR 来自组织内 bot 时的正常审批门控,并非 CI 失败。考虑到本 PR 为纯元数据变更(版本号+CHANGELOG,无 .rs 源码变更),CI 风险极低。

重复与重叠分析

当前无其他 release-plz 发布 PR,本 PR 是唯一版本发布 PR,无重复或冲突。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@ZR233 ZR233 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

复查当前 head d4063fe03929b162787112b02b7033240bc56c96,本轮结论为 approve。

合并要求逐项检查:

  • PR 由 release-plz 生成,diff 仅包含 Cargo.tomlCargo.lock 和各 crate CHANGELOG.md/Cargo.toml 版本号更新,没有 .rs 源码变更。
  • 当前 GitHub head 没有 check runs;这是纯发布元数据更新,已用本地 manifest/lockfile 检查覆盖主要风险。
  • 本地验证通过:cargo fmt --checkgit diff --check origin/dev...HEADcargo metadata --locked --offline --format-version=1 --no-deps(178 packages)。
  • 未发现 [patch.crates-io]
  • git merge-tree origin/dev HEAD 无冲突输出。
  • open PR 搜索未发现另一个 release-plz / chore: release 发布 PR;#1207/#1185 是搜索噪声,不是 release PR。
  • 当前没有 review threads 需要处理。

没有发现阻塞问题,可以合入。

@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 自动生成,基于最新 dev 62485f6da,涉及 61 个 crate 的版本号升级,共 126 个文件变更(644 行新增、187 行删除)。

变更内容

破坏性变更(5 个,均正确给予 major 版本升级):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段

兼容性 patch 升级(56 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、somehal、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、rdif-base、rdif-pcie、ax-alloc、axklib、rdif-serial、some-serial、rdif-eth、eth-intel、rdif-block、nvme-driver、ramdisk、rdif-clk、rdif-display、rdif-input、rdif-vsock、realtek-rtl8125、rk3588-pci、rockchip-npu、rockchip-pm、ax-plat-riscv64-sg2002、ax-plat-riscv64-visionfive2、arm-gic-driver、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、rdif-power、rdif-systick、rdif-timer、sg2002-tpu、ax-libc。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致(已验证 5 个破坏性变更 crate)
  2. Semver 正确性 ✅ — 5 个破坏性变更均给予 major 版本升级,其余 56 个仅 patch 版本升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 178 个 package,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1218#1220#1221#1222#1225#1237
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check 无空白问题
  7. 无 [patch.crates-io] ✅ — 全局搜索未发现任何 crates.io patch override
  8. 无 .rs 代码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lock 和各 crate CHANGELOG.md

先前审查情况

该 PR 之前有 8+ 次 APPROVE 审查(来自 mai-team-app[bot]ZR233),当前 head 62485f6da 为最新提交,旧审查均已过期。本次基于最新 head 进行完整重新验证,结论一致。

重复与重叠分析

当前开放的 PR 中无其他 release-plz 发布 PR。本 PR 是唯一的版本发布 PR,无重复或冲突。其他开放 PR(#1235 might_sleep 改进、#1243 sysfs cgroup 修复等)均为功能/修复 PR,与本 PR 无重叠。

CI 状态

当前 head CI 状态:4 个 check suite 为 QUEUED,1 个 CI workflow run 为 ACTION_REQUIRED(0 jobs,需手动审批)。考虑到本 PR 为纯元数据变更(版本号+CHANGELOG+lockfile,无源码变更),CI 风险极低。本地验证已全部通过。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from 62485f6 to 2d07b53 Compare June 12, 2026 06:35

@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 自动生成的版本发布 PR(基于最新 dev),涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 126 个文件变更(657 行新增、187 行删除)。

变更内容

破坏性变更(5 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203 ax-net 统一)
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段、方法参数数量变更

兼容性 patch 升级(56 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、somehal、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor 等。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致
  2. Semver 正确性 ✅ — 5 个破坏性变更均给予 major 版本升级,其余 56 个仅 patch 版本升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 178 个 package,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1218#1220#1221#1222#1225#1237
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check 无空白问题
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override
  8. 无 .rs 代码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md
  9. 无合并冲突 ✅ — git merge-tree origin/dev HEAD 无冲突

先前审查情况

该 PR 之前有多次 APPROVE 审查(来自 mai-team-app[bot]ZR233),均基于旧 head。当前 head 2d07b53cf 为最新提交,旧审查均已过期。本次基于最新 head 进行完整重新验证,结论与先前审查一致。

重复与重叠分析

  • 当前开放的 PR 中无其他 release-plz 发布 PR
  • 结论:本 PR 是当前唯一的版本发布 PR,无重复或冲突

CI 状态

当前 head CI 状态为 pending(0 个 check runs,0 个 statuses)。对于纯元数据变更(版本号+CHANGELOG,无 .rs 源码变更),CI 风险极低。已通过本地验证覆盖 manifest/lockfile 一致性风险。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from 2d07b53 to 791ad27 Compare June 12, 2026 07:24

@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 自动生成的版本发布 PR(基于最新 dev),涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 126 个文件变更(665 行新增、187 行删除)。

变更内容

破坏性变更(5 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203 ax-net 统一)
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段、方法参数数量变更

兼容性 patch 升级(56 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、somehal、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、rdif-base、rdif-pcie、ax-alloc、axklib、rdif-serial、some-serial、rdif-eth、eth-intel、rdif-block、nvme-driver、ramdisk、rdif-clk、rdif-display、rdif-input、rdif-vsock、realtek-rtl8125、rk3588-pci、rockchip-npu、rockchip-pm、ax-plat-riscv64-sg2002、ax-plat-riscv64-visionfive2、arm-gic-driver、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、rdif-power、rdif-systick、rdif-timer、sg2002-tpu、ax-libc。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致(已验证 ax-api 0.6.0、ax-runtime 0.7.0、ax-driver 0.8.0、rdif-def 0.3.0、rdrive 0.23.0)
  2. Semver 正确性 ✅ — 5 个破坏性变更均给予 major 版本升级,其余 56 个仅 patch 版本升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 178 个 package,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1218#1220#1221#1222#1225#1237#1242
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check origin/dev...HEAD 无空白问题
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override
  8. 无 .rs 代码变更 ✅ — diff 仅涉及 Cargo.toml(63 个)、Cargo.lock(1 个)和 CHANGELOG.md(62 个),无 Rust 源代码变更

先前审查情况

该 PR 之前有多次 APPROVE 审查(来自 mai-team-app[bot]ZR233),当前 head 791ad279 为最新提交。本次基于最新 head 进行完整独立重新验证,结论与先前审查一致。

重复与重叠分析

  • 当前开放的 PR 中无其他 release-plz / chore: release 发布 PR
  • 结论:本 PR 是当前唯一的版本发布 PR,无重复或冲突

CI 状态

当前 head (791ad279) CI 状态为 pending(check-runs 为空,0 个状态)。对于纯元数据变更(版本号+CHANGELOG,无源码变更),CI 风险极低。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from 791ad27 to b75c5a3 Compare June 12, 2026 12:15

@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 自动生成的版本发布 PR(基于最新 head b75c5a33),涉及 63 个 crate 的版本号升级及对应 CHANGELOG 更新,共 132 个文件变更(701 行新增、0 行删除)。

变更内容

破坏性变更(6 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段
somehal 0.6.10 0.7.0 irq_handler_with_raw/irq_handler_raw 函数移除

兼容性 patch 升级(57 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、somehal-macros、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、rdif-base、rdif-pcie、ax-alloc、axklib、rdif-serial、some-serial、rdif-eth、eth-intel、rdif-block、nvme-driver、ramdisk、rdif-clk、rdif-display、rdif-input、rdif-vsock、realtek-rtl8125、rk3588-pci、rockchip-npu、rockchip-pm、ax-plat-riscv64-sg2002、ax-plat-riscv64-visionfive2、arm-gic-driver、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、rdif-power、rdif-systick、rdif-timer、sg2002-tpu、ax-libc、starry-signal、ax-cpu。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致
  2. Semver 正确性 ✅ — 6 个破坏性变更均给予 major 版本升级,其余仅 patch 升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 178 个 package,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1217#1218#1220#1221#1222#1225#1235#1237#1240#1242#1245
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check 无空白问题
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override
  8. 无 .rs 代码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md,0 个 Rust 源代码文件变更

先前审查情况

该 PR 之前已有 10+ 次 APPROVE 审查(来自 mai-team-app[bot] 和 ZR233),当前 head b75c5a33 为最新提交,旧审查均已过期。本次基于最新 head 进行完整重新验证,结论一致。

CI 状态

当前 head CI 状态为 pending,check-runs 为空。考虑到本 PR 为纯元数据变更(版本号+CHANGELOG,无源码变更),CI 风险极低。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from b75c5a3 to 235f0df Compare June 12, 2026 14:40

@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 自动生成的版本发布 PR,涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 126 个文件变更(701 行新增)。

变更内容

破坏性变更(5 个,均给予 major 版本升级):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 新增字段、方法参数变更

兼容性 patch 升级(56 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、crab-usb、rd-net、somehal、ax-net、ax-feat、ax-posix-api、starry-kernel、axbuild 等。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 版本与各 crate 独立 Cargo.toml 完全一致(已验证 ax-runtime 0.7.0、ax-api 0.6.0、ax-driver 0.8.0、rdif-def 0.3.0、rdrive 0.23.0、somehal 0.7.0、starry-kernel 0.6.2、axbuild 0.4.12)
  2. Semver 正确性 ✅ — 5 个破坏性变更均给予 major 版本升级,其余仅 patch 升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 178 个 package,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 条目正确引用相关 PR(#1203#1218#1220#1221#1222#1225#1237#1240#1242#1245
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check 无空白问题
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override
  8. 无 .rs 源码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md
  9. 无合并冲突 ✅ — git merge-tree origin/dev HEAD 输出正常

重复与重叠分析

  • 当前开放 PR 中无其他 release-plz 发布 PR,本 PR 是唯一版本发布 PR,无重复或冲突。

CI 状态

当前 head CI 状态为 pending,check-runs 尚未上报。鉴于本 PR 为纯发布元数据更新(版本号+CHANGELOG),无 .rs 源码变更,CI 风险极低。

先前审查

此前已有 9 次 APPROVE 审查(5 次 mai-team-app[bot],3 次 ZR233),当前 head 235f0dfa 为最新提交,旧审查已过期。本次基于最新 head 完整重新验证,结论一致。

结论

无阻塞性问题,批准合并。

Powered by mimo-v2.5-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from 235f0df to dd35199 Compare June 12, 2026 15:05

@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 自动生成的版本发布 PR(基于最新 dev 76fc76e9),涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 132 个文件变更(704 行新增、196 行删除)。

变更内容

破坏性变更(6 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段
somehal 0.6.10 0.7.0 移除 irq_handler_with_raw/irq_handler_raw

兼容性 patch 升级(55 个): 传递依赖更新。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致(已验证 ax-runtime 0.7.0、ax-api 0.6.0、ax-driver 0.8.0、rdif-def 0.3.0、rdrive 0.23.0)
  2. Semver 正确性 ✅ — 6 个破坏性变更均给予 major 版本升级,其余仅 patch 版本升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 178 个 package,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1218#1220#1221#1222#1225#1237#1240#1242#1245#1250
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check 无空白问题
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override
  8. 无 .rs 源码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md
  9. 无合并冲突 ✅ — git merge-tree origin/dev HEAD 无冲突输出

CI 状态

当前 head CI workflow run 结论为 action_required(0 个 jobs,可能因路径过滤未触发实际构建)。对于纯元数据变更(版本号+CHANGELOG,无源码变更),CI 风险极低,且本地验证已覆盖 manifest/lockfile 一致性风险。

重复与重叠分析

当前开放的 PR 中无其他 release-plz 发布 PR。本 PR 是唯一的版本发布 PR,无重复或冲突。

结论

无阻塞性问题,批准合并。

Powered by mimo-v2.5-pro

@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 自动生成的版本发布 PR(基于最新 dev),涉及 63+ 个 crate 的版本号升级及对应 CHANGELOG 更新,共 132 个文件变更(704 行新增、196 行删除)。

变更内容

破坏性变更(6 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段
somehal 0.6.10 0.7.0 pub fn 移除/重命名

兼容性 patch 升级(57+ 个): irq-framework、pcie、ax-plat、someboot、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor 等。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 版本号与各 crate 独立 Cargo.toml 完全一致
  2. Semver 正确性 ✅ — 6 个破坏性变更均给予 major 版本升级,其余仅 patch 版本升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 通过,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1218#1220#1221#1222#1225#1235#1237#1240#1242#1245#1250
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check 无空白问题
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override
  8. 无 .rs 源码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md

先前审查情况

该 PR 之前有 10 次 APPROVE 审查(8 次来自 mai-team-app[bot],2 次来自 ZR233),当前 head dd35199d 为最新提交,旧审查均已过期。本次基于最新 head 进行完整重新验证,结论一致。

重复与重叠分析

  • 当前开放的 PR 中无其他 release-plz 版本发布 PR
  • 结论:本 PR 是当前唯一的版本发布 PR,无重复或冲突

CI 状态

当前 head (dd35199d) CI check-runs 为空(PR 刚推送到 rcore-os 组织仓库)。对于纯元数据变更(版本号+CHANGELOG,无 .rs 源码变更),CI 风险极低。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from dd35199 to c6fcd39 Compare June 12, 2026 15:55

@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 自动生成的版本发布 PR(当前 head c6fcd3921),涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 126 个文件变更(722 行新增、65 行删除)。

变更内容

破坏性变更(5 个):

Crate 旧版本 新版本 原因
ax-runtime 0.6.2 0.7.0 移除 net-ng feature
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段

兼容性 patch 升级(56 个):irq-framework、someboot、somehal、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、ax-libc、sg2002-tpu、rdif-intc、pcie、ax-plat、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、rdif-base、rdif-pcie、ax-alloc、axklib、rdif-serial、some-serial、rdif-eth、eth-intel、rdif-block、nvme-driver、ramdisk、rdif-clk、rdif-display、rdif-input、rdif-vsock、realtek-rtl8125、rk3588-pci、rockchip-npu、rockchip-pm、arm-gic-driver、rdif-power、rdif-systick、rdif-timer、ax-plat-riscv64-sg2002、ax-plat-riscv64-visionfive2、somehal-macros、starry-signal、hello、ax-net。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 与各 crate 独立 Cargo.toml 完全一致(已验证 ax-runtime 0.7.0、ax-driver 0.8.0、somehal 0.7.0 等)
  2. Semver 正确性 ✅ — 5 个破坏性变更均给予 major 版本升级,其余仅 patch 升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 179 个 package,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1218#1220#1221#1222#1225#1237 等)
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check 无空白问题
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override
  8. 无 .rs 源码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md

先前审查情况

该 PR 之前有多次 APPROVE 审查(来自 mai-team-app[bot] 和 ZR233),对应不同 commit。当前 head c6fcd3921 为最新提交,旧审查均已过期。本次基于最新 head 进行完整重新验证,结论一致。

CI 状态

当前 head 的 CI check-runs 为空(status: pending)。由于本 PR 为纯元数据变更(版本号+CHANGELOG,无源码变更),CI 风险极低。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@github-actions
github-actions Bot force-pushed the release-plz-2026-06-11T05-19-30Z branch from c6fcd39 to 0acf29d Compare June 12, 2026 16:27

@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 自动生成的版本发布 PR(基于最新 dev),涉及 61 个 crate 的版本号升级及对应 CHANGELOG 更新,共 132 个文件变更(706 行新增)。

变更内容

破坏性变更(6 个):

Crate 旧版本 新版本 原因
rdif-def 0.2.4 0.3.0 AcpiGsiRoute 结构体新增 controller 字段
rdrive 0.22.0 0.23.0 AcpiInfo/AcpiPciIrqRoute 结构体新增字段、方法参数数量变更
ax-driver 0.7.1 0.8.0 trait 方法变更、函数移除/参数变更
somehal 0.6.10 0.7.0 irq_handler_with_raw/irq_handler_raw 函数移除
ax-runtime 0.6.2 0.7.0 移除 net-ng feature(#1203 ax-net 统一)
ax-api 0.5.19 0.6.0 AxTcpSocketHandle/AxUdpSocketHandle 不再 UnwindSafe

兼容性 patch 升级(55 个): irq-framework、rdif-intc、pcie、ax-plat、someboot、crab-usb、rd-net、ax-plat-loongarch64-qemu-virt、ax-net、ax-feat、ax-posix-api、axvmconfig、starry-kernel、axbuild、starryos、axvisor、rdif-base、rdif-pcie、ax-alloc、axklib、rdif-serial、some-serial、rdif-eth、eth-intel、rdif-block、nvme-driver、ramdisk、rdif-clk、rdif-display、rdif-input、rdif-vsock、realtek-rtl8125、rk3588-pci、rockchip-npu、rockchip-pm、ax-plat-riscv64-sg2002、ax-plat-riscv64-visionfive2、arm-gic-driver、axplat-dyn、ax-hal、ax-ipi、ax-mm、ax-task、ax-sync、ax-display、ax-dma、ax-fs、ax-fs-ng、ax-input、ax-std、axvm、rdif-power、rdif-systick、rdif-timer、sg2002-tpu、ax-libc。

正确性验证

  1. 版本一致性 ✅ — workspace Cargo.toml 中声明的版本与各 crate 独立 Cargo.toml 完全一致
  2. Semver 正确性 ✅ — 6 个破坏性变更均给予 major 版本升级,其余仅 patch 升级,符合 semver 规范
  3. Cargo.lock ✅ — cargo metadata --locked --offline --no-deps 解析到 179 个 package,锁文件与 manifest 一致
  4. CHANGELOG ✅ — 各 crate CHANGELOG 条目正确引用相关 PR(#1203#1218#1220#1221#1222#1225#1232#1235#1237#1240#1242#1245#1250
  5. 格式化 ✅ — cargo fmt --check 通过
  6. Diff 检查 ✅ — git diff --check 无空白问题
  7. 无 [patch.crates-io] ✅ — 未引入任何 crates.io patch override
  8. 无 .rs 代码变更 ✅ — diff 仅涉及 Cargo.tomlCargo.lockCHANGELOG.md

CI 状态

当前 head CI 状态为 pending,check-runs 为空。对于纯元数据变更(版本号+CHANGELOG,无源码变更),CI 风险极低。

结论

无阻塞性问题,批准合并

Powered by mimo-v2.5-pro

@ZR233
ZR233 merged commit a8e521a into dev Jun 15, 2026
@ZR233
ZR233 deleted the release-plz-2026-06-11T05-19-30Z branch June 15, 2026 01:30
@github-actions github-actions Bot mentioned this pull request Jun 15, 2026
BattiestStone4 added a commit to BattiestStone4/tgoskits that referenced this pull request Jun 15, 2026
Resolve workspace Cargo.toml conflict: keep the three Wi-Fi crate deps
(sdio-host/sdhci-cv1800/aic8800) alongside dev's crate version bumps
(rcore-os#1219 release). dev renamed axnet-ng -> net/ax-net and bumped ax-driver
0.8.0 / somehal 0.7.0 / rdif-def 0.3.0 etc.; the branch's final SoftAP
code already targets the new ax-net layout, so a merge resolves cleanly
where a per-commit rebase did not.

Verified: starry-kernel builds for the sg2002-wifi,plat-dyn riscv64
target against dev's bumped crates (no API adaptation needed).
fzg-23 pushed a commit to fzg-23/tgoskits that referenced this pull request Jun 16, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
luodeb pushed a commit that referenced this pull request Jun 30, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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