-
Hi @tohojo
I have fork of xdp-tools, based on that, I added a few xdp program in my fork repo, for example this xdp-udp (https://github.com/vincentmli/xdp-tools/blob/vli-xdp-synproxy/xdp-udp/xdp_u…
-
After addressing the build failure using gcc-bpf (see #31869), the code generated by gcc-bpf fails to load.
```
Mär 21 11:01:44 H systemd[1]: bpf-firewall: Got EBADF when using BPF_F_ALLOW_MULTI, wh…
-
### What happens?
`bpf` is not loaded properly with kernel `6.8.1-cachyos-lto`.
### What is expected to happen?
Expect [scx](https://github.com/sched-ext/scx) working properly. With kernel 6.…
-
### Describe the bug
[ 3.043697] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 3.052434] ACPI: bus type drm_connector registered
[ 3.058117] i91…
-
I got this while building bpftrace followed instruction [here](https://github.com/iovisor/bpftrace/blob/master/INSTALL.md#building-bpftrace)
```[ 0%] [FLEX][flex_lexer] Building scanner with flex…
-
Here we add purl2sym support for a list of PURLs listed below.
1. [x] Add support in FetchCode and PurlDB
2. [x] Test of end-to-end support in the PurlDB
The PURLs are:
- [x] pkg:gnu/libic…
-
### Describe the bug
Building a fresh OpenWRT image for my router today, I elected to enable a few USB related bits and bobs which made `kmod-scsi-core` a required package.
This then resulted in…
-
``` C
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/* Copyright (c) 2021 Sartura */
#include "vmlinux.h"
#include
#include
#include
char LICENSE[] SEC("license") = "Dual BSD/GPL";
…
-
**Describe the bug**
On RHEL/Alma 9 with an ELRepo kernel-ml kernel (6.8.8-1.el9.elrepo.x86_64 right now) I cannot run Sysmon for Linux.
**To Reproduce**
1. Use Alma (or RHEL) 9.x
2. Install the…
-
In the latest update on Manjaro, I noticed watchman in docker taking forever to start.
Before doing the update this command was instant:
```
time docker run -it icalialabs/watchman:latest wa…