Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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 <jack@solana.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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