arctic-alpaca

Results 18 issues of arctic-alpaca

Hi, I encountered this behaviour when working with axum. I'm not sure whether this is intended or not but for me it was unexpected. This code returns an `MissingTrailingSlash` error...

### Describe the bug Darktable (current master: 88741ec) segfaults when using the "[WhiteWall Bildband Inapa Galaxi Art Samt (Inkjet)](https://static.whitewall.com/ICC/WhiteWall_ICC_Book_Inapa_Galaxi_Art_Samt_V1.icc)" ICC profile for softproofing. I believe this issue was already discussed...

reproduce: confirmed
bug: pending

Hi, I noticed that three structs use `u32` instead of file descriptors. This fits their definition in the kernel but seems like a break with the crates goal of using...

Add `clear_index()` to be able to use `bpf_map_delete_elem` for `XskMap`. Test is added to the existing af_xdp integration test.

test
aya
api/needs-review

- Fix UB in AF_XDP test: Calling `assume_init_mut()` on uninitialized memory causes UB. By using `zeroed()` the memory is guaranteed to be zero and with that is properly initialized for...

test

Hi, both the Apache 2 and the MIT license are missing the copyright information. For the Apache 2 license, the copyright placeholder is not filled in: https://github.com/knurling-rs/defmt/blob/main/LICENSE-APACHE#L189 For the MIT...

type: bug

Hi, in kernel version 6.8, a field was added to the `xdp_umem_reg` struct in `include/uapi/linux/if_xdp.h` ([link](https://github.com/torvalds/linux/blob/master/include/uapi/linux/if_xdp.h#L79-L86)). To back-port this change to the 0.4 branch, I would normally copy the struct...

* Removes back-ported definitions no longer needed since targeting kernel 6.8. * Adds `xdp_umem_reg_v2` since it does not appear in the if_xdp.h file