Kir Kolyshkin

Results 105 issues of Kir Kolyshkin

1. Update shellcheck used in CI to the latest version (v0.7.2 -> v0.8.0). 2. Fix shellcheck warnings that were previously disabled (except for one).

This is a followup to #343. After fixing some more code that uses `run` left and right, I am coming back to further improve its documentation. In particular, I try...

We have recently added Go 1.17+ go:build tags to runc (see https://github.com/opencontainers/runc/pull/3185/commits/d8da00355e305f0564a9de6854bf5df1aa4b73d9) and that resulted in goreportcard giving warnings on gofmt -s, like this (from https://goreportcard.com/report/github.com/opencontainers/runc): ``` gofmt 40% Gofmt...

This is a set of commits aiming to simplfy, fix and improve cpuinfo parsers. Please review commit by commit. Below is a copy-paste of individual commit descriptions. ### cpuinfo_test: fix...

In my repository (https://github.com/opencontainers/runc) I use two distinct linter configs: - one where all default linters, and some non-default ones, are enabled - one where only a couple of extra...

_TL;DR: this is a forward-port of https://github.com/opencontainers/runc/pull/3538/commits/f46c0dad655e33cf29d38da94b265d982a835f88 (part of #3538) to main branch, fixing a CI flake caused by a GHA CI env peculiarity._ A couple of test cases in...

easy-to-review
area/ci

This makes go 1.18 a minimally required version, removing go 1.17 from and adding go 1.19 to CI. Also: - [x] remove old-style `+build` tags - [x] fix the docstrings...

This patchset fixes a few issues and adds support for `--manage-cgroups-mode ignore`. This option allows to restore a container into a different cgroup than the original one. A test case...

kind/bug
area/ci
area/checkpoint-restore
impact/changelog
kind/feature

Making sure the test fails before the fix

A regression reported for runc v1.1.3 says that after systemctl daemon-reload runc exec fails: > exec failed: unable to start container process: open /dev/pts/0: operation not permitted: unknown Apparently, with...