All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Rohland <cr@sap.com>
To: David Howells <dhowells@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH,preliminary] cleanup shm handling
Date: 13 Dec 2000 18:15:02 +0100	[thread overview]
Message-ID: <qwwn1e0i6p5.fsf@sap.com> (raw)
In-Reply-To: <23640.976725805@warthog.cambridge.redhat.com>
In-Reply-To: David Howells's message of "Wed, 13 Dec 2000 16:43:25 +0000"

Hi David,

On Wed, 13 Dec 2000, David Howells wrote:
> Looks interesting.
> 
> There looks to be a logical mapping between CreateFileMapping() +
> MEM_SHARED and your shmem_file_setup(), as long as anonymously named
> sections are catered for (not difficult).

Yup.

> There also looks to be a logical mapping between MapViewOfFile() and
> how you propose do_mmap() should be used.
> 
> At the moment, I have to do most of do_mmap for myself when
> implementing CreateFileMapping() with SEC_IMAGE as a parameter since
> I need to change the VMA ops table. But that only applies to where a
> file-backed PE Image (EXE/DLL) is being mapped.

If you want to change the vma ops table you can replace the f_ops
table with your own one. SYSV ipc uses this also to be able to catch
unmaps.

> I'm not sure how shared sections in PE Images are handled on all
> versions of Windows (ie: whether they are actually shared), but I
> image I could adapt your mechanism for that too. I'd probably just
> have to create a SHMEM file and load the backing data into it, and
> then use the SHMEM as the file to attach to the VMA for that section
> (and then it's someone else's problem as far as swapping is
> concerned).

Oh, that's too much Windows for me ;-)

Greetings
		Christoph

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-12-13 17:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-08 13:23 [PATCH,preliminary] cleanup shm handling Christoph Rohland
2000-12-08 15:13 ` David Howells
2000-12-08 20:04   ` Christoph Rohland
2000-12-13 11:51     ` David Howells
2000-12-13 13:52       ` Christoph Rohland
2000-12-13 16:43         ` David Howells
2000-12-13 17:15           ` Christoph Rohland [this message]
2000-12-13 17:29             ` David Howells
2000-12-08 18:26 ` Linus Torvalds
2000-12-08 22:21   ` Christoph Rohland
2000-12-08 22:36     ` Linus Torvalds

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=qwwn1e0i6p5.fsf@sap.com \
    --to=cr@sap.com \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.