Kir Kolyshkin

Results 105 issues of Kir Kolyshkin

It seems that the code added by commit b810da149008f1d7d0 had cgroup v1 in mind, where runc overwrites the rules set by systemd. It is all different in v2, because both...

area/cgroupv2
area/systemd
area/docs
impact/changelog

I used script/keyring_validate.sh, which gave me this error: > [*] User cyphar in runc.keyring is not a maintainer! Apparently, when gnupg 2.4.1+ sees a fresh install (i.e. no ~/.gnupg directory),...

area/ci

Add a few more missing architectures: - LOONG64 - M68K - SH and SHEB

Continuing the investigation that started in https://github.com/cri-o/cri-o/pull/6973 Apparently, sometimes systemd removes the cgroup before conmon can read its `memory.events`. I don't have any ideas about how to work around that...

This bring the repo up to speed for modern golang: - adds go.mod - adds new-style go:build tag

This PR does two things. 1. Make sure that once (if ever) Linux kernel will start supporting capabilities v4, this library won't stop working. This relies on the assumption that...

Commit e7cb7fa3 added support for ambient capabilities. Unfortunately, the code added to Apply is incorrect because it uses a local variable err which is never used or returned. Found by...

A couple of very simple linter warning fixes. Once this and #24 and #22 are merged, I can add some CI based on GHA

@jeremypoulter I'm really sorry for the offtopic, but I see you are adding merge commits when working on PRs from time to time. I clearly understand the reason why --...