Re: [PATCH 0/3] mmu notifier contextual informations

2018-12-03 Thread Koenig, Christian
Am 03.12.18 um 21:18 schrieb jgli...@redhat.com: > From: Jérôme Glisse > > This patchset add contextual information, why an invalidation is > happening, to mmu notifier callback. This is necessary for user > of mmu notifier that wish to maintains their own data structure > without having to add ne

[PATCH 0/3] mmu notifier contextual informations

2018-12-03 Thread jglisse
From: Jérôme Glisse This patchset add contextual information, why an invalidation is happening, to mmu notifier callback. This is necessary for user of mmu notifier that wish to maintains their own data structure without having to add new fields to struct vm_area_struct (vma). For instance devic