Skip to content

Commit 2d64f94

Browse files
add time
1 parent 5cfc5ae commit 2d64f94

File tree

2 files changed

+10
-32
lines changed

2 files changed

+10
-32
lines changed

content/meetings/flux-tock.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Verifying VTock"
3-
date = 2025-02-24
3+
date = 2025-02-24T19:00:00+01:00 # (Paris/Zurich)
44
+++
55

66
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:
1111
process isolation. In particular, isolation has been violated by bugs in
1212
interrupt handling, context switching, and hardware configuration code. To
1313
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
1515
security-critical properties. In this talk, I will give an overview of our
1616
verification efforts along with some of the challenges we have faced verifying
1717
production Rust code.
1818

1919
---
2020

21-
About the speaker: Vivien Rindisbacher
21+
**Presenter**: Vivien Rindisbacher
2222

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.
2927

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

content/meetings/tock.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)