Radostin Stoyanov

Results 25 issues of Radostin Stoyanov

There is a race condition in docker/containerd that causes docker to occasionally fail when starting a container from a checkpoint immediately after the checkpoint has been created. This problem is...

I was able to rebase the criu-dev branch on master without any conflicts. Would it be possible to update the criu-dev branch in GitHub as well?

stale-issue

**Description** The following error appears when running CRIU's zdtm tests on a laptop with AMD Ryzen 7 4700u and Fedora 35: ``` Error (amdgpu_plugin.c:1939): amdgpu_plugin: restore late ioctl failed: Invalid...

no-auto-close
amd-gpu-plugin

The zdtm.py file has grown over time to more than 2500 lines. It contains a number of classes, functions and variables all combined into a single monolithic python module. This...

This pull request adds support for compound assignment expressions of the form `E1 op= E2` as discussed in https://github.com/p4lang/p4-spec/pull/1144 and https://github.com/p4lang/p4-spec/issues/1139. Fixes https://github.com/p4lang/p4c/issues/3258

Many programming languages have support for operators such as addition assignment (`+=`). However, the P4 compiler currently does not support this operator. For example, running `p4test` on the following code...

enhancement

This pull request adds definition for compound-assignment operators to the P4 language specification. These operators provide a shorter syntax for assigning the result of an arithmetic or bitwise operator. The...

This pull requests adds instructions on how BMv2 can be installed as a package on Ubuntu and Debian.

This pull request enables initial P4Runtime support for the psa_switch target. It updates the psa_switch target to provide the same command-line interface as simple_switch_grpc, and reuses most of the code...

This pull request extends CRIU with support for encrypted images. A new cli option, `-e|--encrypt`, is used to enable this functionality with the `dump` command. The implementation is based on...

no-auto-close