All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cyrill Gorcunov <gorcunov@openvz.org>
To: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Cc: gorcunov@openvz.org, keescook@chromium.org, tj@kernel.org,
	akpm@linux-foundation.org, avagin@openvz.org,
	ebiederm@xmission.com, hpa@zytor.com, serge.hallyn@canonical.com,
	xemul@parallels.com, segoon@openwall.com,
	kamezawa.hiroyu@jp.fujitsu.com, mtk.manpages@gmail.com,
	jln@google.com
Subject: [rfc 0/4] prctl: set-mm -- Rework interface, v2
Date: Thu, 24 Jul 2014 20:46:57 +0400	[thread overview]
Message-ID: <20140724164657.452106845@openvz.org> (raw)

  Hi, here is a second version. I've tried to address all comments
(for which I'm really grateful). I believe the main question which
remains opened is exe-fd setup. Hopefully the current limitation
(root only) would be enough.

Also, Julien, there is no additional need for ordering test of
@start_stack member since we use find_vma helper.

Please take a look, once you have a spare minutes, thanks!

	Cyrill

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: Cyrill Gorcunov <gorcunov@openvz.org>
To: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Cc: gorcunov@openvz.org, keescook@chromium.org, tj@kernel.org,
	akpm@linux-foundation.org, avagin@openvz.org,
	ebiederm@xmission.com, hpa@zytor.com, serge.hallyn@canonical.com,
	xemul@parallels.com, segoon@openwall.com,
	kamezawa.hiroyu@jp.fujitsu.com, mtk.manpages@gmail.com,
	jln@google.com
Subject: [rfc 0/4] prctl: set-mm -- Rework interface, v2
Date: Thu, 24 Jul 2014 20:46:57 +0400	[thread overview]
Message-ID: <20140724164657.452106845@openvz.org> (raw)

  Hi, here is a second version. I've tried to address all comments
(for which I'm really grateful). I believe the main question which
remains opened is exe-fd setup. Hopefully the current limitation
(root only) would be enough.

Also, Julien, there is no additional need for ordering test of
@start_stack member since we use find_vma helper.

Please take a look, once you have a spare minutes, thanks!

	Cyrill

             reply	other threads:[~2014-07-24 16:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-24 16:46 Cyrill Gorcunov [this message]
2014-07-24 16:46 ` [rfc 0/4] prctl: set-mm -- Rework interface, v2 Cyrill Gorcunov
2014-07-24 16:46 ` [rfc 1/4] mm: Introduce may_adjust_brk helper Cyrill Gorcunov
2014-07-24 16:46   ` Cyrill Gorcunov
2014-07-24 19:18   ` Kees Cook
2014-07-24 19:18     ` Kees Cook
2014-07-24 19:21     ` Cyrill Gorcunov
2014-07-24 19:21       ` Cyrill Gorcunov
2014-07-24 19:32   ` Serge Hallyn
2014-07-24 19:32     ` Serge Hallyn
2014-07-24 19:46     ` Cyrill Gorcunov
2014-07-24 19:46       ` Cyrill Gorcunov
2014-07-24 16:46 ` [rfc 2/4] mm: Use " Cyrill Gorcunov
2014-07-24 16:46   ` Cyrill Gorcunov
2014-07-24 16:47 ` [rfc 3/4] prctl: PR_SET_MM -- Factor out mmap_sem when update mm::exe_file Cyrill Gorcunov
2014-07-24 16:47   ` Cyrill Gorcunov
2014-07-24 16:47 ` [rfc 4/4] prctl: PR_SET_MM -- Introduce PR_SET_MM_MAP operation, v3 Cyrill Gorcunov
2014-07-24 16:47   ` Cyrill Gorcunov
2014-07-24 19:31   ` Kees Cook
2014-07-24 19:31     ` Kees Cook
2014-07-24 19:44     ` Cyrill Gorcunov
2014-07-24 19:44       ` Cyrill Gorcunov

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=20140724164657.452106845@openvz.org \
    --to=gorcunov@openvz.org \
    --cc=akpm@linux-foundation.org \
    --cc=avagin@openvz.org \
    --cc=ebiederm@xmission.com \
    --cc=hpa@zytor.com \
    --cc=jln@google.com \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mtk.manpages@gmail.com \
    --cc=segoon@openwall.com \
    --cc=serge.hallyn@canonical.com \
    --cc=tj@kernel.org \
    --cc=xemul@parallels.com \
    /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.