Toke Høiland-Jørgensen
Toke Høiland-Jørgensen
The idea here was to widen the test matrix with both a newer kernel and by adding other archs. This will require a bit more surgery since the current CI...
With the addition of the AF_XDP code we will be attaching XDP programs on behalf of the socket owner to redirect the packets. We should make sure this is synchronised...
Not everyone wants to install the tests, so let's split that out to a separate `make install_tests` target.
Let's clean up the configure script to be less 'bespoke', and do things like accept command-line arguments for prefix (and all other options). There are some efforts to do this...
It seems the upstream pdf.js supports editing and saving PDF forms (with saving added in v2.6.347). Any chance of supporting this in Nextcloud? I suppose adding the support to the...
Would it be possible to add an option to have stable image file names for the output of a source block? For instance, if a source block has a #+NAME...
The commit https://github.com/libbpf/libbpf/commit/c3f8eecb16ad02ebb3a41a31349f1b851cebe46b added a dereference of `struct btf_enum64` in an inline function in libbpf's `btf.h`. However, `struct btf_enum64` does not appear in the kernel header files until the 6.0...
Can't seem to update from 21.02 to 22.03 because of a missing `swconfig` package? ``` root@uap1:~# auc -b 22.03 -y auc (0.2.4-8) Server: https://sysupgrade.openwrt.org Running: 21.02.3 r16554-1d4dea6d4f on ath79/generic (ubnt,unifiac-lite)...
While the libxdp locking protects against concurrent updates of the same multiprog, there's still a race window where the old multiprog can get detached by another application while we build...
This pull request includes fixes I had to make to get a functioning setup for kolab3.3 nginx on centos.