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

Update LVM and rBPF versions #8215

Merged
merged 2 commits into from
Feb 11, 2020
Merged

Conversation

jackcmay
Copy link
Contributor

Problem

BPF frame size is a bit low and some use cases will run into that limit

Summary of Changes

  • Bump up the frame size
  • Align stack frames
  • Split stack frames in virtual address space so that stack over/under-run are caught explicitly and not hidden in neighboring frames

Fixes #

@jackcmay jackcmay changed the title Update llvm rbpf Update LVM and rBPF versions Feb 11, 2020
@codecov
Copy link

codecov bot commented Feb 11, 2020

Codecov Report

Merging #8215 into master will increase coverage by <.1%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #8215     +/-   ##
========================================
+ Coverage    81.3%   81.3%   +<.1%     
========================================
  Files         251     251             
  Lines       54058   54058             
========================================
+ Hits        43957   43976     +19     
+ Misses      10101   10082     -19

@jackcmay jackcmay merged commit 2e9ba14 into solana-labs:master Feb 11, 2020
@jackcmay jackcmay deleted the update-llvm-rbpf branch February 11, 2020 20:59
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.

1 participant