Re: [PATCHv3 01/17] mm: Do no merge VMAs with different encryption KeyIDs

2018-06-13 Thread Kirill A. Shutemov
On Wed, Jun 13, 2018 at 05:45:24PM +, Dave Hansen wrote: > On 06/12/2018 07:38 AM, Kirill A. Shutemov wrote: > > VMAs with different KeyID do not mix together. Only VMAs with the same > > KeyID are compatible. > > > > Signed-off-by: Kirill A. Shutemov > > --- > > include/linux/mm.h | 7 +

Re: [PATCHv3 01/17] mm: Do no merge VMAs with different encryption KeyIDs

2018-06-13 Thread Dave Hansen
On 06/12/2018 07:38 AM, Kirill A. Shutemov wrote: > VMAs with different KeyID do not mix together. Only VMAs with the same > KeyID are compatible. > > Signed-off-by: Kirill A. Shutemov > --- > include/linux/mm.h | 7 +++ > mm/mmap.c | 3 ++- > 2 files changed, 9 insertions(+), 1 del

[PATCHv3 01/17] mm: Do no merge VMAs with different encryption KeyIDs

2018-06-12 Thread Kirill A. Shutemov
VMAs with different KeyID do not mix together. Only VMAs with the same KeyID are compatible. Signed-off-by: Kirill A. Shutemov --- include/linux/mm.h | 7 +++ mm/mmap.c | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/linux/mm.h b/include/linux/mm.h ind