Grzegorz Nosek
Grzegorz Nosek
@Andreagit97 I was confused about the source plugin instance relationship (it's always 1:1 it seems), so at a glance it feels like a threading rule being tl;dr "every object is...
Happened exactly once so far, not sure how to replicate it.
If the only way to change the process comm is via prctl, then IMO we should track the changes. (the "if" comes from the fact that you can easily overwrite...
It all boils down to the question: what exactly is `proc.name`? In the kernel, IMO the obvious answer would be `comm`, but it looks like we're gravitating towards it being...
Understood. I'll try to experiment on my own then, -ENOTIME permitting. Would you happen to have any pointers where to start digging in the source to reenable suspend? Or has...
As you might imagine, this has fallen behind other things in my stack of yaks to shave. Would be nice to have it but I guess I'll redo it from...
It feels to me that sampling is the wrong approach here: you do not care about e.g. accept() calls returning -EAGAIN at all, so it would be best to filter...
I only found this PR now, after submitting https://github.com/serde-rs/json/pull/1266 which addresses roughly the same problem but in a much more minimal way (does not attempt to track lines/columns and does...
Thanks for the patch! :) the v1/v2 cgroup situation is a mess. I hoped I handled all the cases but reality always finds a way to prove me wrong. Can...
Yes, thank you! So it looks like two v2 mounts, one of them completely controllerless. Your patch is probably the right thing to do in this case. /approve