By the way, pre-existing, but I just realised that: On Thu, 19 Dec 2024 12:13:56 +0100 Laurent Vivier <lvivier(a)redhat.com> wrote:+/** + * vu_set_log_base_exec() - Set the memory log base + * @vdev: vhost-user device + * @vmsg: vhost-user message + * + * Return: False as no reply is requested + * + * #syscalls:vu mmap munmap...on glibc and (at least) armv6l, we don't have mmap(), it's mmap2() only, so this (and the one later in this file) should be: #syscalls:vu mmap|mmap2 munmap I think it's safe to assume that architectures with mmap() will use that, and the ones without will use mmap2() (which, by the way, doesn't exist on x86_64). -- Stefano