Presentations

The devastation of Meltdown

2021-11UBC (CPEN-331)
2020-12UBC (CPEN-331)
2019-11UBC (CPEN-331)

The meltdown attack had a huge impact on how we view CPU security. Some of our most basic assumptions about data protection were challenged, and failed. The talk is about how operating systems are built to depend on the hardware's behaviour and what happens when those assumptions are wrong. In this case, the operating system could be modified to work-around the issue, but will we always be so lucky?

News from Academia: FatELF, RDMA and CRIU

2018-11Linux Plumber's Conference

As a part of ongoing research project we have added several features to CRIU: post-copy memory migration, post-copy migration over RDMA and support from cross-architecture checkpoint-restore. The "plain" post-copy migration is already upstream and, up to hiccups that regularily show up in CI, it can be considered working so there is not much to discuss about it. The post-copy migration over RDMA aims to reduce the remote page fault latency. We have a working prototype that replaces TCP transport for memory transfer with RDMA. We still do not have solid performance evaluation, but if RDMA will provide the expected reduction in page fault latency, we are going to work with the CRIU community to make the RDMA support upstream. The cross-architecture checkpoint-restore is the most peculiar and controversal feature. Various aspects of heterogeneous ISA execution have been a hot reseach topic for a while, and we decided to see what it would take to make CRIU capabable of migrating an application between architectures. The idea is simple: if we create the binary for all architecutres so that all the symbols have exactly the same address, then restoring a dump created on a different architecutre is a matter of transforming the stack and the registers. This transformation relies on the metadata generated by the specialized compiler that generates multiple object files from a single source (one for each architecture), hence the FatELF. Up till now we were able to force CRIU to create a checkpoint of an extended "Hello, World" application on arm64 and restore this application on x86.

חשמל (Electricity in Hebrew)

2015-11בית הספר יעבץ

Covers some basic facts about electricity for a grade 1 audience. There was also a demonstration to show the difference between insulators and conductors.