Stefano Garzarella

Results 12 comments of Stefano Garzarella

And POSIX seems to confirm that `off_t` shall be signed: `blkcnt_t and off_t shall be signed integer types.` https://pubs.opengroup.org/onlinepubs/009696899/basedefs/sys/types.h.html

> Under the impression that the kernel will always convert it to `loff_t`, but I agree that we should follow liburing's interface. Right, actually then it always gets converted to...

> SOCK_SEQPACKET and SOCK_DGRAM are on the way but not 100% finished yet. @stefano-garzarella Yep, SOCK_SEQPACKET is almost done. It is also merged in virtio-spec 1.2 and supported starting from...

Hi @lkml-likexu, it looks like the same issue we fixed in rust-vmm's vsock crate: https://github.com/rust-vmm/vm-virtio/issues/204

> > For SOCK_DGRAM, Jiang is still working on it. It hasn't landed upstream yet. > > Hey @stefano-garzarella, is there any update on this? AFAICT, there was some [LKML...

@mripard thanks for this PR. Really useful! I used this plugin for a while without issues, but I just hit one today while running `did --since 2024-01-08 --until 2024-01-14`. My...

@mripard I just received this error today: ``` did --format markdown --since 2024-05-06 --until 2024-06-12 ... Traceback (most recent call last): File "/usr/bin/did", line 42, in did.cli.main() File "/usr/lib/python3.12/site-packages/did/cli.py", line...

> Sorry for the late answer. > > I don't have an immediate answer. Could you share your config (or at least the lore part) so I can reproduce it?...

> @stefano-garzarella IMO your code is not a workaround but the proper fix since the problem is AFAIU when the thread is broke by some MUA or the list and...