Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Bump solana_rbpf from 0.2.24 to 0.2.29 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 10, 2024

Bumps solana_rbpf from 0.2.24 to 0.2.29.

Release notes

Sourced from solana_rbpf's releases.

solana_rbpf v0.2.29

  • #320: Fix - ELF arithmetic overflow with invalid program headers
  • #317: Fix - typo in EbpfError::SyscallAlreadyRegistered
  • #319: Fix - ELF loading highest_addr
  • #318: CI - Add fuzz build check
  • #316: Feature - Makes MemoryRegion replaceable
  • #315: Refactor - Give the interpreter its own struct and mod
  • #314: Fix - some compile issues in the fuzzers
  • #313: Cleanup - interpreter code

solana_rbpf v0.2.28

  • #311: Force static_syscalls=false for non-SBFv2 files
  • #310: JIT: sign-extend the quotient register on sdiv32
  • #301: ELF: add support for rodata sections already aligned to MM_PROGRAM_START
  • #296: Add support for static syscalls
  • #309: Removes the optional hash parameter from bind_syscall_context_objects()
  • #308: Bring back #293
  • #307: Set Config::dynamic_stack_frames=true by default

solana_rbpf v0.2.27

  • #305: Revert "Simplify syscall register and bind (#293)"
  • #303: Remove syscalls BpfRand and BpfSqrtI
  • #302: Pass custom MemoryRegions to VM constructor
  • #300: Adds test code_length_estimate
  • #289: Add a variety of fuzzers
  • #299: Add to CI checks that build and test the CLI tool
  • #297: Fix: bind_syscall_context_objects in the CLI tool
  • #298: Have StaticAnalysis constructor return a Result type
  • #295: Fix bench build

solana_rbpf v0.2.26

  • #293 Simplify syscall register and bind
  • #284 elf: avoid copying read-only sections
  • #292 Benchmarks for stack address translation and for call depth tracking.
  • #283 Add support for signed division
  • #274 Add support for dynamic stack frames

solana_rbpf v0.2.25

Fixes:

  • #281 Fix: Stack gap end check
  • #280 Reject callx r10
  • #278 Syscall & BPF function hash collision
  • #276 Fix: Static analyzer CHK algorithm
  • #275 Fix static analysis: Detect dead code caused by CFG cycles

CI:

  • #285 CI: Adds more test cases

Other Changes:

  • #286 Cleanup: MemoryMapping

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [solana_rbpf](https://github.com/solana-labs/rbpf) from 0.2.24 to 0.2.29.
- [Release notes](https://github.com/solana-labs/rbpf/releases)
- [Commits](solana-labs/rbpf@v0.2.24...v0.2.29)

---
updated-dependencies:
- dependency-name: solana_rbpf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants