1
1
+++
2
2
title = " Verifying VTock"
3
- date = 2025-02-24
3
+ date = 2025-02-24T19:00:00+01:00 # (Paris/Zurich)
4
4
+++
5
5
6
6
Tock is a modern operating system designed to safely run multiple distrustful
@@ -11,21 +11,20 @@ not enough to prevent bugs that compromise one of Tock's core guarantees:
11
11
process isolation. In particular, isolation has been violated by bugs in
12
12
interrupt handling, context switching, and hardware configuration code. To
13
13
address these challenges, we are building VTock, a formally verified fork of
14
- Tock that uses Flux, an automatic Rust verifier, to prove the correctness of
14
+ Tock that uses [ Flux] ( /meetings/flux/ ) , an automatic Rust verifier, to prove the correctness of
15
15
security-critical properties. In this talk, I will give an overview of our
16
16
verification efforts along with some of the challenges we have faced verifying
17
17
production Rust code.
18
18
19
19
---
20
20
21
- About the speaker : Vivien Rindisbacher
21
+ ** Presenter ** : Vivien Rindisbacher
22
22
23
- Hi! I'm a PhD Student in the Programming Systems Group at the University of
24
- California San Diego (UCSD). My research focuses on lightweight verification of
25
- Rust code using tools like Flux. Before joining UCSD, I worked as a Software
26
- Engineer at Dimensional Fund Advisors and completed my undergraduate degree at
27
- Boston University. Feel free to check out my website for more details:
28
- https://www.vivienrindisbacher.com/
23
+ Hi! I'm a PhD Student in the Programming Systems Group at the University of California San Diego (UCSD).
24
+ My research focuses on lightweight verification of Rust code using tools like Flux.
25
+ Before joining UCSD, I worked as a Software Engineer at Dimensional Fund Advisors and completed my undergraduate
26
+ degree at Boston University. Feel free to check out [ my website] ( https://www.vivienrindisbacher.com/ ) for more details.
29
27
30
- ** Meeting Link** : [ Zoom Link] (https://ethz.zoom.us/j/67876362770
31
- )
28
+ ** Meeting Link** : [ Zoom Link] ( https://ethz.zoom.us/j/67876362770 )
29
+
30
+ ** Recording Link** : TBD
0 commit comments