Maxim Mikityanskiy

Results 20 issues of Maxim Mikityanskiy

### Describe the bug I have a test setup, in which my laptop is connected to the router via Wi-Fi (ath10k-ct, 5 Ghz, up to 866 Mbit/s), and also to...

target/ipq806x
bug

I believe it started with the last update. When I copy text that contains Cyrillic letters, it shows as \uXXXX Unicode codes in the menu. It doesn't seem to happen...

Bug

When GetInterval calculates the new GC interval, it uses the result of the previous calculation as a pivot point. However, if GC was triggered by a signal, smaller time interval...

kind/bug
sig/datapath
release-note/bug
feature/conntrack

### Bug description URLs with `lutris:` scheme located on lutris.net (https://lutris.net/games/little-inferno/, https://lutris.net/games/limbo/) for games from Humble Bundle don't work and result in the "No game found on Humble Bundle None"...

bug

**Describe the bug** When an overlayfs is mounted on top of one of the branches of mergerfs, attempt to access it leads to an uninterruptible hang of one of fuse.read...

bug
investigating

Run the verifier tests on the debug configurations, because it may expose verifier errors. Ref: https://github.com/cilium/cilium/pull/32169 ```release-note Improve BPF complexity test coverage. ```

release-note/ci

### Describe the bug The network_find_wan [function](https://github.com/openwrt/openwrt/blob/a3ee2bf9a11e5f2e4404f9b9f56ca06c6b6891ab/package/base-files/files/lib/functions/network.sh#L254-L268) uses the following query to find the WAN interface: `[@.route[@.target='0.0.0.0' && [email protected]]].interface`. If I parse it correctly, it's supposed to find the interfaces...

bug

After [1] has been merged, Docker is part of complexity-test images, therefore it's no longer needed to install it manually. [1]: https://github.com/cilium/little-vm-helper-images/pull/461 ```release-note Cleanups after LLVM upgrade. ```

release-note/ci

- Build new LLVM images. - [x] Open a pull request to https://github.com/cilium/image-tools changing the image version ([example](https://github.com/cilium/image-tools/pull/267/files)). - [x] Make sure that CI passes, get the reviews and merge...

kind/enhancement