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

CPI support for bpf_loader_deprecated #11695

Merged
merged 1 commit into from
Aug 18, 2020

Conversation

jackcmay
Copy link
Contributor

Problem

CPI does not support calling deprecated bpf loader

Summary of Changes

Add deprecated bpf loader program to CPI

Fixes #11686

@codecov
Copy link

codecov bot commented Aug 18, 2020

Codecov Report

Merging #11695 into master will increase coverage by 0.0%.
The diff coverage is 0.0%.

@@           Coverage Diff           @@
##           master   #11695   +/-   ##
=======================================
  Coverage    82.0%    82.1%           
=======================================
  Files         330      330           
  Lines       76283    76284    +1     
=======================================
+ Hits        62621    62637   +16     
+ Misses      13662    13647   -15     

@jackcmay jackcmay merged commit 4683012 into solana-labs:master Aug 18, 2020
@jackcmay jackcmay deleted the cpi-bpf-loader-deprecated branch August 18, 2020 18:34
@jackcmay jackcmay added the v1.3 label Aug 25, 2020
mergify bot pushed a commit that referenced this pull request Aug 25, 2020
(cherry picked from commit 4683012)

# Conflicts:
#	programs/bpf_loader/src/syscalls.rs
mergify bot added a commit that referenced this pull request Aug 25, 2020
* CPI support for bpf_loader_deprecated (#11695)

(cherry picked from commit 4683012)

# Conflicts:
#	programs/bpf_loader/src/syscalls.rs

* resolve conflicts

Co-authored-by: Jack May <[email protected]>
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.

BpfLoader211111... programs can't CPI into BpfLoader111111.. programs
1 participant