Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump solana_rbpf to v0.6.0 #32313

Merged
merged 1 commit into from
Jul 5, 2023
Merged

Conversation

Lichtso
Copy link
Contributor

@Lichtso Lichtso commented Jun 28, 2023

Problem

solana_rbpf v0.6.0 was released.

Summary of Changes

Contains fixes for gapped stack memory and disabling that completely before account data direct mapping is activated. The feature gate for that is to follow in a separate PR.

@Lichtso Lichtso added feature-gate Pull Request adds or modifies a runtime feature gate runtime Issues related to runtime, BPF, and LLVM v1.16 PRs that should be backported to v1.16 labels Jun 28, 2023
@Lichtso Lichtso force-pushed the solana_rbpf/v0.6.0 branch 2 times, most recently from d0822d3 to 50ff289 Compare June 28, 2023 18:03
@Lichtso Lichtso force-pushed the solana_rbpf/v0.6.0 branch 4 times, most recently from f1391b1 to ff73670 Compare June 30, 2023 10:15
@Lichtso Lichtso force-pushed the solana_rbpf/v0.6.0 branch from ff73670 to ad89ba9 Compare June 30, 2023 10:41
@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Merging #32313 (ad89ba9) into master (5a2beb9) will increase coverage by 0.0%.
The diff coverage is 98.3%.

@@           Coverage Diff           @@
##           master   #32313   +/-   ##
=======================================
  Coverage    82.0%    82.1%           
=======================================
  Files         773      773           
  Lines      209755   209762    +7     
=======================================
+ Hits       172189   172260   +71     
+ Misses      37566    37502   -64     

@Lichtso Lichtso requested review from pgarg66 and alessandrod June 30, 2023 12:24
@Lichtso Lichtso merged commit 9731331 into solana-labs:master Jul 5, 2023
@Lichtso Lichtso deleted the solana_rbpf/v0.6.0 branch July 5, 2023 17:46
mergify bot pushed a commit that referenced this pull request Jul 5, 2023
(cherry picked from commit 9731331)

# Conflicts:
#	Cargo.toml
#	programs/bpf_loader/src/syscalls/mod.rs
#	programs/sbf/Cargo.toml
Lichtso added a commit that referenced this pull request Jul 5, 2023
(cherry picked from commit 9731331)
@Lichtso Lichtso removed the feature-gate Pull Request adds or modifies a runtime feature gate label Jul 5, 2023
Lichtso added a commit that referenced this pull request Jul 6, 2023
Bump solana_rbpf to v0.6.0 (#32313)

(cherry picked from commit 9731331)

Co-authored-by: Alexander Meißner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime Issues related to runtime, BPF, and LLVM v1.16 PRs that should be backported to v1.16
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants