Felix Moessbauer

Results 33 issues of Felix Moessbauer

**Add a pointer to any prior users list discussion.** This issue is a follow up of the discussion started in #5152. **Is your feature request related to a problem? Please...

Component-Build
Usability

This series implements the changes proposed in #5153 . All changes are implemented in a way that is fully backward compatible, i.E. the current install tree is kept as default....

The kernel config option `CONFIG_CGROUP_BPF=y` is required to be able to inject the BPF program of type `BPF_PROG_TYPE_CGROUP_DEVICE`. If this option is not set, no containers can be started with...

enhancement
area/cgroupv2
area/ebpf

Currently a team split is a non reversible operation. Together with the specification (or current implementation) that each unit can only be part of a single team hierarchy, team splits...

feature
specification:dart-if
specification:dash-concepts
module:team

The current implementation of `dash::equal` is both highly inefficient, as well as erroneous. As the implementation internally operates on the local parts of the first range, the distribution of the...

bug
known-limitation:0.3.0

Hi, I'm a maintainer of the Debian packaging of the airspeed project. The airspeed project internally uses the nose testing framework, which is not maintained since 2015. Are there plans...

From the version numbers I guessed that this project uses semantic versioning. But this does not seem to be the case as breaking changes (e.g. minimal required versions of external...

This patch adds a one-shot systemd service that reads the hardware revision part from /proc/device-tree/compatible and writes that to /etc/hwrevision. By that, the hardware-compatibility node in the swupdate description file...

The README.md proposes to install the witness tool using the bash + curl one-liner: ```bash bash

priority high

Currently, only the lower 32 bit of each memory address are considered for race-detection. For the PoC this was sufficient, but for real applications the full addresses have to be...

enhancement
known-limitation