GithubHelp home page GithubHelp logo

isabella232 / mvee_aware_scheduler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from securesystemslab/mvee_aware_scheduler

0.0 0.0 0.0 135.55 MB

Ubuntu linux kernel with MVEE aware scheduler

Shell 0.04% C++ 2.16% Python 0.02% Perl 0.12% C 95.03% Objective-C 0.28% ASP 0.01% Assembly 2.00% Scilab 0.01% Awk 0.01% UnrealScript 0.01% SourcePawn 0.01% Makefile 0.29% XS 0.01% Yacc 0.02% Lex 0.01% M4 0.01% GDB 0.01% Roff 0.01% Perl 6 0.01%

mvee_aware_scheduler's Introduction

MVEE Aware Scheduler

A Multi-variant execution environment (MVEE) is capable of executing more than one version of a process in parallel for fault tolerance and integrity. An MVEE compares the results of these multiple variants of the same program and ensures that they have not diverged. An MVEE based on Linux was developed by Stijn Volckaert (postdoc in our lab). Consider an N threaded program. In an MVEE there will be Master and slave processes, so 2N threads. At certain points, the master and slave processes must be compared to verify consistency. This leads to an inherent dependency between the variants. At times, a master process thread (say M_T1) accesses a critical section but the slave process’ thread (say S_T1) corresponding to M_T1 has not been scheduled to run yet. The master process must wait for the verification step until S_T1 is scheduled and completed. A naive scheduler may schedule threads other than S_T1, wasting CPU cycles until the correct thread is scheduled. This happens since the scheduler is oblivious to the relationships between threads in the MVEE. Our project aims to modify the Linux kernel scheduler to be aware of the presence of multiple variants and schedule the threads in an order (schedule S_T1 whenever M_T1 is scheduled to run) that will eliminate such waits.

mvee_aware_scheduler's People

Contributors

prabhuk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.