Re: [PATCH v2 0/2] cleanup {COMPAT_,}SET_PERSONALITY

2017-08-22 Thread Catalin Marinas
On Sun, Aug 20, 2017 at 01:20:46PM +0300, Yury Norov wrote: > This patchset is the result of discussion: > https://lkml.org/lkml/2017/7/31/454 > > First patch introduces MMCF flags for mm_context_t ->flags to separate it from > TIF ones. And second patch moves personality-related setup code from >

[PATCH v2 0/2] cleanup {COMPAT_,}SET_PERSONALITY

2017-08-20 Thread Yury Norov
This patchset is the result of discussion: https://lkml.org/lkml/2017/7/31/454 First patch introduces MMCF flags for mm_context_t ->flags to separate it from TIF ones. And second patch moves personality-related setup code from SET_PERSONALITY() to the helper. Yury Norov (2): arm64: introduce se