Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-vmm/linux-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.1
Choose a base ref
...
head repository: rust-vmm/linux-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 16, 2025

  1. fix(test): make dev-deps and deps version ranges match

    otherwise, the benchmarks pick vm-memory 0.17.x but the library target
    can pick 0.16.y and then the benchmarks fail to compile (due to how
    the benchmarks utilize A/B-testing, this PR might fail CI similarly to
    linux-loader#210, in which case we'll need to force merge).
    
    Signed-off-by: Patrick Roy <[email protected]>
    roypat committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    81e9664 View commit details
    Browse the repository at this point in the history
  2. fix(dependabot): Adopt dependabot configs from rust-vmm-ci

    linux-loader has not been getting rust-vmm-ci submodule updates since
    almost the beginning of the year, as dependabot thinks it exceeded its
    open PR limit (this is a bug with open-pull-request-limit: 1 that we
    already ran into in the kvm repository a few months ago). Fix this by
    adopting the example dependabot configs from rust-vmm-ci, which do not
    set open-pull-request-limit.
    
    Signed-off-by: Patrick Roy <[email protected]>
    roypat authored and ShadowCurse committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    5de88c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. build(deps): update vm-memory requirement <=0.17.1

    Updates the requirements on [vm-memory](https://github.com/rust-vmm/vm-memory) to permit the latest version.
    
    Updates `vm-memory` to 0.17.1
    - [Release notes](https://github.com/rust-vmm/vm-memory/releases)
    - [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
    - [Commits](rust-vmm/vm-memory@v0.16.0...v0.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: vm-memory
      dependency-version: 0.17.1
      dependency-type: direct:production
      dependency-group: rust-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and rbradford committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    32c67f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. chore: Prepare 0.13.2 release

    Signed-off-by: Egor Lazarchuk <[email protected]>
    ShadowCurse committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    c71d161 View commit details
    Browse the repository at this point in the history
Loading