Re: [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
From: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Date: 2021-11-19 04:45:03
Also in:
bpf, linux-fsdevel
From: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Date: 2021-11-19 04:45:03
Also in:
bpf, linux-fsdevel
On Fri, Nov 19, 2021 at 09:45:23AM IST, Kumar Kartikeya Dwivedi wrote:
[...] E.g. if we find that fd 1 and 2 are registered in the io_uring, and buffer at 0xabcd with len 128, then we first restore fd 1 and 2 (which can be anything) at restore time, then after this restore is complete, continue restoration of io_uring by executing file registration step for both [0], and depending on if
This was meant to link to https://criu.org/Fdinfo_engine.
[...]
-- Kartikeya