Skip to content

Latest commit

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

CS 6930: Independent Study

Verified Systems

This graduate independent study examines recent research results in verified systems, with specific focus on verified operating and distributed systems software (e.g., CertiKOS, seL4, Verdi, etc.). The independent study is structured as a graduate seminar: weekly readings together with paper reviews and periodic assignments in which students build and extend existing verified systems. As a final project, students will either implement their own verified system (of moderate complexity) or extend an existing verified system in a nontrivial way.

Grade Breakdown

ComponentPercentage
Weekly readings + paper reviews30%
Assignments30%
Final Project40%

Paper Reviews

In addition to scheduled assignments, students are required to post reviews of each week's assigned reading.

Post reviews to the Piazza page using the appropriate tag (e.g., w2 for week 2's review).

Reviews should include at least the following sections:

  • Summary: What's the paper about?
  • Contributions: What's the value of this paper to the research community?
  • Pros: What's good about this paper wrt. content, stylistically, or otherwise?
  • Cons: What's bad?

Final Projects

Students are required to complete a significant final project (40%) that either extends an existing verified system in an interesting way or implements a verified system from scratch (target and scope to be agreed upon in consulation with the instructor). Students will document their final projects in short technical reports (Week 13). Students will present their final projects in the final two weeks of the semester.

Course Schedule

WeekTopicReadingAssignment Due
Week 1Intro to the course
Week 2seL4Comprehensive formal verification of an OS microkernel
Week 3CertiKOSCertiKOS: An Extensible Architecture for Building Certified Concurrent {OS} Kernels
Week 4Side channels in seL4Can we prove time protection?Assignment 1
Week 5TLA+Euclid Writes an Algorithm: A FairytaleFinal Project Check-in #1
Week 6PaxosThe Part-Time Parliament
Week 7Byzantine Paxos in TLA+Byzantizing Paxos by Refinement
Week 8VerdiVerdi: A Framework for Implementing and Verifying Distributed SystemsOne para. description of your A2 project (by email)
Week 9Verdi-style PaxosPlanning for Change in a Formal Verification of the Raft Consensus ProtocolAssignment 2
Week 10Verified web / cryptoEverest: Towards a Verified, Drop-in Replacement of HTTPSFinal Project Check-in #2
Week 11No meeting
Week 12Verified web / crypto cont.Formally Verified Cryptographic Web Applications in WebAssembly
Week 13Verified blockchainsIncorrectness LogicAssignment 3
Week 14ThanksgivingNo meeting
Week 15Final projects presentationsNo reading
Finals WeekAutomatic Differentiation (D. Juedes)

Homework and Collaboration Policies

Acceptable Collaboration Matrix

Instructor/GANoninstructor (e.g., Another Student)
YouAll collaboration allowedHigh-level discussion (of the problems, not your code!) allowed but only after you've started the assignment; must be documented in README as described below

Unless otherwise noted, homeworks are due Tuesdays by 11:59 p.m. Late homework assignments will be penalized according to the following formula:

  • Up to 24 hours late: no deduction, for a max 2 late homeworks per student across the entire semester
  • Homeworks later than 24 hours, or from students who have already turned in 2 late homeworks, will receive 0 points.

You may discuss the homework with other students in the class, but only after you've attempted the problems on your own first. If you do discuss the homework problems with others, write the names of the students you spoke with, along with a brief summary of what you discussed, in a README comment at the top of each submission. Example:

(* README Gordon Stewart, Assn #1 I worked with X and Y. We swapped tips on how to resolve dependencies when building seL4. *)

However, under no circumstances are you permitted to share or directly copy code or other written homework material, except with course instructors. The code and proofs you turn in must be your own. Remember: homework is there to give you practice in the new ideas and techniques covered by the course; it does you no good if you don't engage!

That said, if we find that you have cheated on an assignment in this course, you will immediately:

  • Be referred to the Office of Community Standards (which may take disciplinary action against you, possibly expulsion); and
  • Flunk the course (receive a final grade of F).

Students in EECS courses such as this one must adhere to the Russ College of Engineering and Technology Honor Code, and to the OU Student Code of Conduct. If you haven't read these policies, do so now.

Students with Disabilities

If you suspect you may need an accommodation based on the impact of a disability, please contact me privately to discuss your specific needs. If you're not yet registered as a student with a disability, contact the Office of Student Accessibility Services first.

About

Materials to support an independent study on verified systems software

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors