lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240716160842.GD1482543@nvidia.com>
Date: Tue, 16 Jul 2024 13:08:42 -0300
From: Jason Gunthorpe <jgg@...dia.com>
To: Sean Christopherson <seanjc@...gle.com>
Cc: Ackerley Tng <ackerleytng@...gle.com>, quic_eberman@...cinc.com,
	akpm@...ux-foundation.org, david@...hat.com, kvm@...r.kernel.org,
	linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org,
	linux-kselftest@...r.kernel.org, linux-mm@...ck.org, maz@...nel.org,
	pbonzini@...hat.com, shuah@...nel.org, tabba@...gle.com,
	willy@...radead.org, vannapurve@...gle.com, hch@...radead.org,
	rientjes@...gle.com, jhubbard@...dia.com, qperret@...gle.com,
	smostafa@...gle.com, fvdl@...gle.com, hughd@...gle.com
Subject: Re: [PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning

On Tue, Jul 16, 2024 at 09:03:00AM -0700, Sean Christopherson wrote:

> > + To support huge pages, guest_memfd will take ownership of the hugepages, and
> >   provide interested parties (userspace, KVM, iommu) with pages to be used.
> >   + guest_memfd will track usage of (sub)pages, for both private and shared
> >     memory
> >   + Pages will be broken into smaller (probably 4K) chunks at creation time to
> >     simplify implementation (as opposed to splitting at runtime when private to
> >     shared conversion is requested by the guest)
> 
> FWIW, I doubt we'll ever release a version with mmap()+guest_memfd support that
> shatters pages at creation.  I can see it being an intermediate step, e.g. to
> prove correctness and provide a bisection point, but shattering hugepages at
> creation would effectively make hugepage support useless.

Why? If the private memory retains its contiguity seperately but the
struct pages are removed from the vmemmap, what is the downside?

As I understand it the point is to give a large contiguous range to
the private world and use only 4k pages to give the hypervisor world
access to limited amounts of the memory.

Is there a reason that not having the shared memory elevated to higher
contiguity a deal breaker?

Jason

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ