linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: "Jarkko Sakkinen" <jarkko@kernel.org>
To: "Jarkko Sakkinen" <jarkko@kernel.org>,
	"Jarkko Sakkinen" <jarkko.sakkinen@iki.fi>,
	<linux-sgx@vger.kernel.org>, <linux-mm@kvack.org>
Subject: Re: VMA merging updateds?
Date: Mon, 23 Sep 2024 10:48:23 +0300	[thread overview]
Message-ID: <D4DHY7Y23KCG.3TWCYP0D8HN7J@kernel.org> (raw)
In-Reply-To: <D4CZ02NF1J3S.I8A5PEL72AKX@kernel.org>

On Sun Sep 22, 2024 at 7:57 PM EEST, Jarkko Sakkinen wrote:
> > On Sun Sep 22, 2024 at 7:27 PM EEST, Jarkko Sakkinen wrote:
> > > Hi
> > >
> > > I started to look into this old issue with mm subsystem and SGX, i.e.
> > > can we make SGX VMA's to merge together?
> > >
> > > This demonstrates the problem pretty well:
> > >
> > > https://lore.kernel.org/linux-sgx/884c7ea454cf2eb0ba2e95f7c25bd42018824f97.camel@kernel.org/
> > >
> > > It was result of brk() syscall being applied a few times.
>
> Briging some context here. This can be fixed in the run-time by book
> keeping the ranges and doing unmapping/mapping. I guess this goes
> beyond what mm should support?
>
> I thought to plain check this as it has been two years since my last
> query on topic (if we could improve either the driver or mm somehow).

In the past I've substituted kernel's mm merge code with user space
replacement:

https://github.com/enarx/mmledger/blob/main/src/lib.rs

It's essentially a reimplementation of al stuff that goes into 
mm/mmap.c's vma_merge(). I cannot recall anymore whether merges
which map over existing ranges were working correctly, i.e. was
the issue only concerning adjacent VMA's.

What I'm looking here is that can we make some cosntraints that
if satisfied by the pfnmap code, it could leverage the code from
vma_merge(). Perhaps by making explicit call to vma_merge()?
I get that implicit use moves too much responsibility to the mm
subsystem.

BR, Jarkko


  reply	other threads:[~2024-09-23  7:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-22 16:27 Jarkko Sakkinen
2024-09-22 16:35 ` Jarkko Sakkinen
2024-09-22 16:57   ` Jarkko Sakkinen
2024-09-23  7:48     ` Jarkko Sakkinen [this message]
2024-09-26  0:07       ` Huang, Kai
2024-09-26  0:33         ` Jarkko Sakkinen
2024-09-26  0:38           ` Jarkko Sakkinen
2024-09-26  0:53             ` Huang, Kai
2024-09-26  0:38           ` Huang, Kai
2024-09-26  1:47             ` Jarkko Sakkinen
2024-09-26  1:48               ` Jarkko Sakkinen
2024-09-26 10:02                 ` Jarkko Sakkinen
2024-09-27 17:39         ` Lorenzo Stoakes
2024-09-29 22:36           ` Jarkko Sakkinen
2024-09-30  8:05             ` Lorenzo Stoakes
2024-10-09 14:03               ` Jarkko Sakkinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D4DHY7Y23KCG.3TWCYP0D8HN7J@kernel.org \
    --to=jarkko@kernel.org \
    --cc=jarkko.sakkinen@iki.fi \
    --cc=linux-mm@kvack.org \
    --cc=linux-sgx@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox