Alexander Mikhalitsyn

Results 325 comments of Alexander Mikhalitsyn

Hi @TheUbuntuGuy, >I can't try slub_debug or KFENCE in production, but I could try within KVM on the same systems. actually, you can enable KFENCE in production. It is designed...

Hey @bsach64, if you have a time and interest, we can discuss support for threaded pidfds. Next week I'll be on LPC 2024, but just after that I'll be happy...

> @mihalicyn could you help with reviewing this pr? yeah, sorry, I just forgot to press an "approve" button earlier. As I was following a whole development process of this...

Hey @kurt-cb ! Thank you for your bug report and PR.

jenkins: test this please

@kurt-cb please, can you add a "Signed-off-by" (refer to https://github.com/lxc/lxc/blob/aca49b95251d36a46832846122f2686cf2c40e0e/CONTRIBUTING#L89 )

Looks good to me. At the same time, it worth mentioning that saying that loongarch64 is a **supported** architecture is overestimation, just because we don't have any ways to actually...

Fixed by https://github.com/lxc/lxc/pull/4487

It looks like this was fixed in https://github.com/lxc/lxc/commit/733f9c909b59625fa5443cb566dbaa5a4e13e219 But probably, we can still fix it a bit to check these features presence on a newer kernels properly.

You need to consult with `/proc/1/uid_map` and `/proc/1/gid_map` files inside the container to figure out which UID/GIDs are available for `setuid`/`setgid` syscalls. For example, ``` # cat /proc/1/uid_map 0 1000000...