Thread (31 messages) 31 messages, 5 authors, 2016-03-02

Re: [PATCH 1/2] mm: Introducing arch_remap hook

From: Richard Weinberger <richard@nod.at>
Date: 2015-03-20 23:19:50
Also in: linux-arch, linux-mm, linux-s390, linux-um, lkml

Am 20.03.2015 um 16:53 schrieb Laurent Dufour:
Some architecture would like to be triggered when a memory area is moved
through the mremap system call.

This patch is introducing a new arch_remap mm hook which is placed in the
path of mremap, and is called before the old area is unmapped (and the
arch_unmap hook is called).

To no break the build, this patch adds the empty hook definition to the
architectures that were not using the generic hook's definition.
Just wanted to point out that I like that new hook as UserModeLinux can benefit from it.
UML has the concept of stub pages where the UML host process can inject commands to guest processes.
Currently we play nasty games in the TLB code to make all this work.
arch_unmap() could make this stuff more clear and less error prone.

Thanks,
//richard
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help