Alban Crequy
Alban Crequy
I think pkg/container-collection/containers.go and pkg/container-utils/containerutils.go needs to be updated too.
I think it is a good idea to use u32 in order to match the kernel int size. It is not a good state that some namespace inode uses u32...
I cleaned up the code and marked the PR as ready. Wasm is little endian and has a page size of 64 KiB according to its spec.
I have not worked on this topic since opening the PR, and we will likely not need the wasm support in cilium/ebpf anymore, sorry. Feel free to either close this...
Do you mean this? | Command | Includemount namespaces fromhost (/host/proc/1/ns/mnt) | Includemount namespaces fromrecognised containers | Includemount namespaces fromunknown sources:1. systemd services with separate mountns2. host under the minikube...
Thanks for working on this. Could you update the documentation to specify how to use the syntax with + and -? In the same file line 118/119: > "Available data...
I like this idea. About the size of this new layer: does `ig run` download it or only docker? If ig does not download it, we don't have to optimize...
I also had a user asking me directly in a private message. I think that's a common misconception from new users when hearing about image-based gadgets stored in OCI registry....
I would like to be able to change the attributes of a field (e.g. `columns.hidden`) depending on the parameters. This will be useful for the fsnotify gadget (#3218).
I took @flyth 's [PoC](https://github.com/inspektor-gadget/inspektor-gadget/compare/michael/oci/expr) using [expr](https://expr-lang.org/) instead of [Gval](https://github.com/PaesslerAG/gval) and adapted ([see commit 6857c043130c](https://github.com/inspektor-gadget/inspektor-gadget/commit/6857c043130cb62e038ee7021437d772f811604b)) the benchmarks to be able to compare both. I generated the stats with: ``` METHOD=expr...