All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kirill A. Shutemov" <kirill-oKw7cIdHH8eLwutG50LtGA@public.gmane.org>
To: Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org,
	Andi Kleen <andi-Vw/NltI1exuRpAAqCnN02g@public.gmane.org>,
	Ingo Molnar <mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Arjan van de Ven <arjan-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
	Hugh Dickins <hugh-DTz5qymZ9yRBDgjK7y7TUQ@public.gmane.org>,
	KOSAKI Motohiro
	<kosaki.motohiro-+CUm20s59erQFUHtdCDX3A@public.gmane.org>,
	Alan Cox <alan-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>,
	Ulrich Drepper <drepper-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Andrew Morton
	<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
	linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH, v3] shmat: introduce flag SHM_MAP_NOT_FIXED
Date: Wed, 8 Oct 2008 12:35:27 +0300	[thread overview]
Message-ID: <20081008093526.GA4986@localhost.localdomain> (raw)
In-Reply-To: <517f3f820810080157j3994ff10j8518178af02e5b22-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

On Wed, Oct 08, 2008 at 10:57:21AM +0200, Michael Kerrisk wrote:
> Kirill,
> 
> On Tue, Oct 7, 2008 at 6:15 PM, Kirill A. Shutemov <kirill-oKw7cIdHH8eLwutG50LtGA@public.gmane.org> wrote:
> > If SHM_MAP_NOT_FIXED specified and shmaddr is not NULL, then the kernel takes
> > shmaddr as a hint about where to place the mapping. The address of the mapping
> > is returned as the result of the call.
> >
> > It's similar to mmap() without MAP_FIXED.
> 
> Please CC linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org on patches that change the
> kernel-userspace interface.

Ok, I will.

-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + ALT Linux Team, http://www.altlinux.com/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: "Kirill A. Shutemov" <kirill@shutemov.name>
To: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	Andi Kleen <andi@firstfloor.org>, Ingo Molnar <mingo@redhat.com>,
	Arjan van de Ven <arjan@infradead.org>,
	Hugh Dickins <hugh@veritas.com>,
	KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>,
	Ulrich Drepper <drepper@redhat.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-api@vger.kernel.org
Subject: Re: [PATCH, v3] shmat: introduce flag SHM_MAP_NOT_FIXED
Date: Wed, 8 Oct 2008 12:35:27 +0300	[thread overview]
Message-ID: <20081008093526.GA4986@localhost.localdomain> (raw)
In-Reply-To: <517f3f820810080157j3994ff10j8518178af02e5b22@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

On Wed, Oct 08, 2008 at 10:57:21AM +0200, Michael Kerrisk wrote:
> Kirill,
> 
> On Tue, Oct 7, 2008 at 6:15 PM, Kirill A. Shutemov <kirill@shutemov.name> wrote:
> > If SHM_MAP_NOT_FIXED specified and shmaddr is not NULL, then the kernel takes
> > shmaddr as a hint about where to place the mapping. The address of the mapping
> > is returned as the result of the call.
> >
> > It's similar to mmap() without MAP_FIXED.
> 
> Please CC linux-api@vger.kernel.org on patches that change the
> kernel-userspace interface.

Ok, I will.

-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + ALT Linux Team, http://www.altlinux.com/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  parent reply	other threads:[~2008-10-08  9:35 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-07 16:15 [PATCH, v3] shmat: introduce flag SHM_MAP_NOT_FIXED Kirill A. Shutemov
2008-10-07 16:15 ` Kirill A. Shutemov
2008-10-07 16:31 ` KOSAKI Motohiro
2008-10-07 16:31   ` KOSAKI Motohiro
2008-10-07 21:10   ` Andi Kleen
2008-10-07 21:10     ` Andi Kleen
2008-10-07 21:38     ` KOSAKI Motohiro
2008-10-07 21:38       ` KOSAKI Motohiro
2008-10-07 23:23       ` Andi Kleen
2008-10-07 23:23         ` Andi Kleen
2008-10-07 23:05     ` Alan Cox
2008-10-07 23:05       ` Alan Cox
2008-10-07 23:20       ` Andi Kleen
2008-10-07 23:20         ` Andi Kleen
2008-10-07 23:40         ` Alan Cox
2008-10-07 23:40           ` Alan Cox
2008-10-07 23:57           ` Andi Kleen
2008-10-07 23:57             ` Andi Kleen
2008-10-08  8:33             ` Alan Cox
2008-10-08  8:33               ` Alan Cox
2008-10-08  8:34             ` Alan Cox
2008-10-08  8:34               ` Alan Cox
2008-10-08  8:43               ` Andi Kleen
2008-10-08  8:43                 ` Andi Kleen
2008-10-08  8:58                 ` Alan Cox
2008-10-08  8:58                   ` Alan Cox
2008-10-08  9:11                   ` Andi Kleen
2008-10-08  9:11                     ` Andi Kleen
2008-10-08 10:20                     ` Alan Cox
2008-10-08 10:20                       ` Alan Cox
2008-10-08 11:02                       ` Andi Kleen
2008-10-08 11:02                         ` Andi Kleen
2008-10-08 12:46                         ` Alan Cox
2008-10-08 12:46                           ` Alan Cox
2008-10-07 16:54 ` Alan Cox
2008-10-07 16:54   ` Alan Cox
     [not found] ` <1223396117-8118-1-git-send-email-kirill-oKw7cIdHH8eLwutG50LtGA@public.gmane.org>
2008-10-08  8:57   ` Michael Kerrisk
2008-10-08  8:57     ` Michael Kerrisk
2008-10-08  8:57     ` Michael Kerrisk
     [not found]     ` <517f3f820810080157j3994ff10j8518178af02e5b22-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-10-08  9:35       ` Kirill A. Shutemov [this message]
2008-10-08  9:35         ` Kirill A. Shutemov

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=20081008093526.GA4986@localhost.localdomain \
    --to=kirill-okw7cidhh8elwutg50ltga@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=alan-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org \
    --cc=andi-Vw/NltI1exuRpAAqCnN02g@public.gmane.org \
    --cc=arjan-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
    --cc=drepper-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=hugh-DTz5qymZ9yRBDgjK7y7TUQ@public.gmane.org \
    --cc=kosaki.motohiro-+CUm20s59erQFUHtdCDX3A@public.gmane.org \
    --cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org \
    --cc=mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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.