Thread (2 messages) 2 messages, 2 authors, 2023-08-18

Re: [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()

From: Sean Christopherson <seanjc@google.com>
Date: 2023-08-18 23:04:32
Also in: kvm, kvm-riscv, kvmarm, linux-arm-kernel, linux-fsdevel, linux-mips, linux-mm, linux-riscv, linuxppc-dev, lkml

Possibly related (same subject, not in this thread)

On Mon, Aug 07, 2023, Ackerley Tng wrote:
Sean Christopherson [off-list ref] writes:
quoted
+	ret = fallocate(fd, FALLOC_FL_KEEP_SIZE, total_size + page_size, page_size);
+	TEST_ASSERT(ret, "fallocate beginning at total_size should fail");
This should be

TEST_ASSERT(ret, "fallocate beginning after total_size should fail");
Roger that, I'll push a fixup commit directly to kvm-x86/guest_memfd.  Thanks!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help