eiffel-fl
eiffel-fl
Hi! I hope you are fine and the same for your relatives! i liked contributing RustScan last time, so I wrote small code to fixes #212. Please let me know...
**Describe the bug** With `cilium/ebpf`, it is not possible reference kconfig variables like `LINUX_KERNEL_VERSION`. **To Reproduce** Steps to reproduce the behavior. Please include: ```sh # Try to bpf2go a file...
Hi. In this PR, I tested Inspektor Gadget scaling regarding number of nodes and so number of generated events. All the details are in [experiment.pdf](https://github.com/kinvolk/inspektor-gadget/blob/fe88772d97fd3d72a50c5b5ef03ee4d2fa16e9d0/test-scaling/experiment.pdf). Best regards.
Hi. In this PR, I merged the `pkg/resources/manifest/deploy.yaml` and `pkg/resources/crd/bases/gadget.kinvolk.io_traces.yaml` with `IMAGE_TAG` replacing to create a YAML file which can be used to deploy Inspektor Gadget. The file was generated...
Hi. With this PR, I enabled `seccomp-profile` to work on pods with several containers inside. The idea is to generate a seccomp profile which contains the union of all syscalls...
## Current situation We do not know if `inspektor-gadget` scales well. Normally it should, as a gadget pod is deployed within each node but there is maybe a bottleneck on...
Hi. I converted `biotop` from BCC to CO-RE. I tried to stick with the BCC behavior. I just have two questions: 1. I only probed on some functions, is this...
Hi. In this PR, I changed CO-RE `execsnoop` to use `K(RET)PROBE` on arm64 instead of tracepoint. Indeed, it seems there is a [bug](https://marc.info/?l=linux-arm-kernel&m=165218044913020&w=1) in kernel for arm64 where tracepoint `syscalls:sys_exit_execve`...
Hi. In this PR, I converted `tcptop` from BCC to CO-RE. Best regards.
Hi. Following this [discussion](https://kubernetes.slack.com/archives/CSYL75LF6/p1663926363524629?thread_ts=1663923900.580219&cid=CSYL75LF6), I wrote some patches to set the seccomp arch according to the underlying architecture. Best regards.