Lorenz Bauer

Results 71 issues of Lorenz Bauer

golangci-lint is not better than staticcheck for our purposes, in fact it includes a copy of the latter's ruleset. It also just broke the build by somehow breaking a tagged...

``` go test -exec vimto -vm.kernel ../foo ./sub/pkg ``` `vimto` is executed in `./sub/pkg` and therefore `../foo` doesn't resolve to a valid location. Not sure how to fix this. Maybe...

bug

The work to encode a platform into various constant types made it so that decoding a call to a builtin helper with a negative value fails with decoding instructions for...

This fixes a long standing issue with our CO-RE implementation. Please see the commit message for details.

breaking-change

The library currently doesn't expose `ringbuf` and `perf` on Windows. Upstream has accepted a proposal on exposing an API which is very similar to Linux: https://github.com/microsoft/ebpf-for-windows/pull/3848 This will help porting....

enhancement

We've been having regular hangs in CI, where one of the vimto based tests (usually 6.1 but not exclusively so) hangs for 10 minutes and then times out with a...

Both kernels are now EOL'd by kernel.org. Cilium documents that it requires at least 5.4 (or a RHEL equivalent). I propose that we remove 4.14 and 4.19 from CI but...

enhancement

### Describe the bug We get this flake every once in a while: ``` === FAIL: . TestStats (0.00s) info_test.go:362: expected a runtime other than 0ns ``` That number comes...

bug

Allow importing multiple accounts from a single XML file by pre-populating Extractor.Item.accountPrimary, portfolioPrimary, etc. Introduces a heuristic to be able to find reference accounts in different currencies. See the commit...

In https://github.com/cilium/ebpf/pull/1890 we worked around the fact that somehow the syscall name changed on arm64. @paulcacheux pointed out that for a plain Kprobe we have logic which automatically adds the...