[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220603145719.1012094-1-matenajakub@gmail.com>
Date: Fri, 3 Jun 2022 16:57:17 +0200
From: Jakub Matěna <matenajakub@...il.com>
To: akpm@...ux-foundation.org
Cc: linux-mm@...ck.org, patches@...ts.linux.dev,
linux-kernel@...r.kernel.org, vbabka@...e.cz, mhocko@...nel.org,
mgorman@...hsingularity.net, willy@...radead.org,
liam.howlett@...cle.com, hughd@...gle.com, kirill@...temov.name,
riel@...riel.com, rostedt@...dmis.org, peterz@...radead.org,
Jakub Matěna <matenajakub@...il.com>
Subject: [PATCH v4 0/2] Refactor of vma_merge and new merge call
I am currently working on my master's thesis trying to increase
number of merges of VMAs currently failing because of page offset
incompatibility and difference in their anon_vmas. The following
refactor and added merge call included in this series is just two
smaller upgrades I created along the way.
The rest of the work is still being worked on but was send to mailing
list as a RFC:
https://lore.kernel.org/all/20220516125405.1675-1-matenajakub@gmail.com/
This patch series is based on mm-unstable branch (specifically commit
1bdf44dbc966e31c635199d413ee064a7d320844). This is fourth version,
I added a mremap expand merge test, added a comment and new variables to
the merge call and based the series on the mm-unstable kernel branch.
Jakub Matěna (2):
mm: refactor of vma_merge()
mm: add merging after mremap resize
mm/mmap.c | 87 +++++++++++++++++++++++------------------------------
mm/mremap.c | 8 +++--
2 files changed, 43 insertions(+), 52 deletions(-)
--
2.35.1
Powered by blists - more mailing lists