-
## CVE-2021-29154 - High Severity Vulnerability
Vulnerable Library - linuxlinux-4.19.30
Apache Software Foundation (ASF)
Library home page: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?ws…
-
From https://github.com/libbpf/bpftool/issues/77
I have following map:
```c
struct
{
__uint(type, BPF_MAP_TYPE_RINGBUF);
__uint(max_entries, MAX_ENTRIES);
} ring_map SEC(".maps");
```
u…
-
Hi,
I made a simple bpf program and there are two errors which i think are kind of bugs.
First, I don't know why an variable whose type is `size_t` cannot be sum with the other `size_t` variable.
Sec…
-
### Bug Description
1) - The error when trying to run the code base in the main branch using "dlv" is
```
Build Error: go build -o /home/xxx/github/merbridge/app/__debug_bin -gcflags all=-N -l .…
-
## Setting Hidden/Locked fields in a BPF stage
Hi guys,
I'm new to EasyRepro and was wondering if you could help me out.
I have a BPF stage called 'Review'.
When I click this stage, I need t…
-
Hello, I just download GPTtrace with pip and try it with `python3 -m GPTtrace -h`.
It seems that the llama_index modules has been updated.
Here is the error info.
/home/liz/anaconda3/lib/py…
a1liz updated
1 month ago
-
## Question
Stage of BPF has two controls, one optionset and one picklist. I can set the optionset with
`XrmApp.BusinessProcessFlow.SetValue(new OptionSet(){ Name = "my_field", Value = "Approved"…
-
Progress:
- I got the `lnl7/nix:ssh` docker container running w/out any issues
- I'm able to access the docker container via either `ssh local-linux` or `sudo ssh local-linux`
- I'm using [nix-darw…
-
one downside to libseccomp is that you have to link it into every project that wants to use it, and then generate the bpf program on the fly before it can be loaded. this is useful in some scenarios …
-
**Is your feature request related to a problem? Please describe.**
Feature / kernel backport request for AL2023, see below. Ubuntu 24.04 LTS has the below, but it would be awesome if we could utili…