From: "Kirill A. Shutemov" <kirill@shutemov.name>
To: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Mark Williamson <mwilliamson@undo-software.com>,
Mark Seaborn <mseaborn@chromium.org>,
kernel list <linux-kernel@vger.kernel.org>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Pavel Emelyanov <xemul@parallels.com>,
Andrew Morton <akpm@linux-foundation.org>,
Andy Lutomirski <luto@amacapital.net>,
Linux API <linux-api@vger.kernel.org>,
Finn Grimwood <fgrimwood@undo-software.com>,
Daniel James <djames@undo-software.com>
Subject: Re: Regression: Requiring CAP_SYS_ADMIN for /proc/<pid>/pagemap causes application-level breakage
Date: Thu, 30 Apr 2015 16:22:30 +0300 [thread overview]
Message-ID: <20150430132230.GE15874@node.dhcp.inet.fi> (raw)
In-Reply-To: <CALYGNiNVvVUuXvRX2nTtcDA8a8uWdQNVJ4bb2HgCY2efeDJrRw@mail.gmail.com>
On Thu, Apr 30, 2015 at 04:11:30PM +0300, Konstantin Khlebnikov wrote:
> On Thu, Apr 30, 2015 at 2:43 PM, Konstantin Khlebnikov <koct9i@gmail.com> wrote:
> > On Thu, Apr 30, 2015 at 12:02 AM, Linus Torvalds
> > <torvalds@linux-foundation.org> wrote:
> >> On Wed, Apr 29, 2015 at 1:44 PM, Konstantin Khlebnikov <koct9i@gmail.com> wrote:
> >>>
> >>> This's no longer true. After recent fixes for "anon_vma endless growing" new vma
> >>> might reuse old anon_vma from grandparent vma.
> >>
> >> Oh well. I guess that was too simple.
> >>
> >> If Mark is ok with the rule that "it's not reliably if you have two
> >> nested forks" (ie it only works if you exec for every fork you do), it
> >> should still work, right? It sounds like Mark doesn't necessarily need
> >> to handle the *generic* case.
> >
> > What about exposing shared/exclusive bit in pagemap == 1 if
> > page_mapcount() > 1, otherwise 0 (or vise versa).
> >
> > Seems like this should work for detecting CoWed pages in child mm.
>
> Something like this (see patch in attachment)
THP is not covered.
Any comments on kcmp() idea?
--
Kirill A. Shutemov
next prev parent reply other threads:[~2015-04-30 13:22 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-24 15:01 Regression: Requiring CAP_SYS_ADMIN for /proc/<pid>/pagemap causes application-level breakage Mark Williamson
2015-04-24 15:26 ` Mark Seaborn
2015-04-24 16:43 ` Mark Williamson
2015-04-29 18:44 ` Mark Williamson
2015-04-29 19:23 ` Mark Williamson
2015-04-29 19:36 ` Kirill A. Shutemov
2015-04-29 20:24 ` Mark Williamson
2015-04-29 20:33 ` Linus Torvalds
2015-04-29 20:44 ` Konstantin Khlebnikov
2015-04-29 21:02 ` Linus Torvalds
2015-04-29 21:05 ` Kirill A. Shutemov
2015-04-29 21:18 ` Linus Torvalds
2015-04-29 21:37 ` Kirill A. Shutemov
2015-04-30 11:43 ` Konstantin Khlebnikov
2015-04-30 13:11 ` Konstantin Khlebnikov
2015-04-30 13:22 ` Kirill A. Shutemov [this message]
2015-04-30 13:32 ` Konstantin Khlebnikov
2015-04-30 18:45 ` Mark Williamson
2015-04-30 18:32 ` Mark Williamson
2015-04-30 11:50 ` Mark Williamson
[not found] <CAEVpBa+7Yp+zCTczZqBd6Qp_uM7yy0i8YZfZkUbDeUsPpKtqRQ@mail.gmail.com>
2015-04-24 16:08 ` Linus Torvalds
2015-04-24 16:10 ` Andy Lutomirski
2015-04-24 16:27 ` Linus Torvalds
2015-04-29 14:38 ` Mark Williamson
2015-04-24 16:46 ` Mark Williamson
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=20150430132230.GE15874@node.dhcp.inet.fi \
--to=kirill@shutemov.name \
--cc=akpm@linux-foundation.org \
--cc=djames@undo-software.com \
--cc=fgrimwood@undo-software.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=koct9i@gmail.com \
--cc=linux-api@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=mseaborn@chromium.org \
--cc=mwilliamson@undo-software.com \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox