[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200819141650.7462-1-sumit.semwal@linaro.org>
Date: Wed, 19 Aug 2020 19:46:48 +0530
From: Sumit Semwal <sumit.semwal@...aro.org>
To: Andrew Morton <akpm@...ux-foundation.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
Alexey Dobriyan <adobriyan@...il.com>,
Jonathan Corbet <corbet@....net>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
Kees Cook <keescook@...omium.org>,
Michal Hocko <mhocko@...e.com>,
Colin Cross <ccross@...gle.com>,
Alexey Gladkov <gladkov.alexey@...il.com>,
Matthew Wilcox <willy@...radead.org>,
Jason Gunthorpe <jgg@...pe.ca>,
"Kirill A . Shutemov" <kirill.shutemov@...ux.intel.com>,
Michel Lespinasse <walken@...gle.com>,
Michal Koutný <mkoutny@...e.com>,
Song Liu <songliubraving@...com>,
Huang Ying <ying.huang@...el.com>,
Vlastimil Babka <vbabka@...e.cz>,
Yang Shi <yang.shi@...ux.alibaba.com>,
chenqiwu <chenqiwu@...omi.com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
John Hubbard <jhubbard@...dia.com>,
Thomas Hellstrom <thellstrom@...are.com>,
Mike Christie <mchristi@...hat.com>,
Bart Van Assche <bvanassche@....org>,
Amit Pundir <amit.pundir@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Christian Brauner <christian.brauner@...ntu.com>,
Daniel Jordan <daniel.m.jordan@...cle.com>,
Adrian Reber <areber@...hat.com>,
Nicolas Viennot <Nicolas.Viennot@...sigma.com>,
Al Viro <viro@...iv.linux.org.uk>,
Thomas Cedeno <thomascedeno@...gle.com>,
linux-fsdevel@...r.kernel.org,
Sumit Semwal <sumit.semwal@...aro.org>
Subject: [PATCH v5 0/2] Anonymous VMA naming patches
Last version v4 of these patches was sent by Colin Cross a long time ago [1]
and [2]. At the time, these patches were not merged, and it looks like they
just fell off the radar since.
In our efforts to run Android on mainline kernels, we realised that since past
some time, this patchset is needed for Android to boot, hence I am re-posting
it to try and get these discussed and hopefully merged.
I have rebased these for v5.9-rc1 and fixed minor updates as required.
[1]: https://lore.kernel.org/linux-mm/1383170047-21074-1-git-send-email-ccross@android.com/
[2]: https://lore.kernel.org/linux-mm/1383170047-21074-2-git-send-email-ccross@android.com/
Best,
Sumit.
Colin Cross (2):
mm: rearrange madvise code to allow for reuse
mm: add a field to store names for private anonymous memory
Documentation/filesystems/proc.rst | 2 +
fs/proc/task_mmu.c | 24 +-
include/linux/mm.h | 5 +-
include/linux/mm_types.h | 23 +-
include/uapi/linux/prctl.h | 3 +
kernel/sys.c | 32 +++
mm/interval_tree.c | 34 +--
mm/madvise.c | 356 +++++++++++++++++------------
mm/mempolicy.c | 3 +-
mm/mlock.c | 2 +-
mm/mmap.c | 38 +--
mm/mprotect.c | 2 +-
12 files changed, 340 insertions(+), 184 deletions(-)
--
2.28.0
Powered by blists - more mailing lists