From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751916AbdHVRrC (ORCPT ); Tue, 22 Aug 2017 13:47:02 -0400 Received: from foss.arm.com ([217.140.101.70]:47822 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751778AbdHVRrB (ORCPT ); Tue, 22 Aug 2017 13:47:01 -0400 Date: Tue, 22 Aug 2017 18:46:57 +0100 From: Catalin Marinas To: Yury Norov Cc: Pratyush Anand , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/2] cleanup {COMPAT_,}SET_PERSONALITY Message-ID: <20170822174657.rqg7lyudo3nakucz@armageddon.cambridge.arm.com> References: <20170820102048.7537-1-ynorov@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170820102048.7537-1-ynorov@caviumnetworks.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > SET_PERSONALITY() to the helper. > > Yury Norov (2): > arm64: introduce separated bits for mm_context_t flags > arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro Patches queued for 4.14. Thanks. -- Catalin From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Tue, 22 Aug 2017 18:46:57 +0100 Subject: [PATCH v2 0/2] cleanup {COMPAT_,}SET_PERSONALITY In-Reply-To: <20170820102048.7537-1-ynorov@caviumnetworks.com> References: <20170820102048.7537-1-ynorov@caviumnetworks.com> Message-ID: <20170822174657.rqg7lyudo3nakucz@armageddon.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > SET_PERSONALITY() to the helper. > > Yury Norov (2): > arm64: introduce separated bits for mm_context_t flags > arm64: cleanup {COMPAT_,}SET_PERSONALITY() macro Patches queued for 4.14. Thanks. -- Catalin