On Fri, 15 May 2026 16:33:33 +0200 Alban Crequy <[email protected]> wrote:
> This adds two flags to process_vm_readv/writev: > > - PROCESS_VM_PIDFD: refer to the remote process via PID file descriptor > instead of PID. > - PROCESS_VM_NOWAIT: do not block on IO if the memory access causes a > page fault. Thanks, I'll await further reviewer input before doing anything with this. > v3: > https://lore.kernel.org/lkml/[email protected]/ > v2: > https://lore.kernel.org/lkml/[email protected]/ > v1: > https://lore.kernel.org/lkml/[email protected]/ > Sashiko review of v3: > https://sashiko.dev/#/patchset/[email protected] > Sashiko review of v2: > https://sashiko.dev/#/patchset/[email protected] Sashiko found a bunch of new things to say: https://sashiko.dev/#/patchset/[email protected]

