From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752413AbbHMLYe (ORCPT ); Thu, 13 Aug 2015 07:24:34 -0400 Received: from foss.arm.com ([217.140.101.70]:34349 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752321AbbHMLYd (ORCPT ); Thu, 13 Aug 2015 07:24:33 -0400 Date: Thu, 13 Aug 2015 12:24:28 +0100 From: Will Deacon To: Andrey Ryabinin Cc: Ingo Molnar , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , "x86@kernel.org" , Catalin Marinas , "linux-arm-kernel@lists.infradead.org" , Arnd Bergmann , Linus Walleij , David Keitel , Alexander Potapenko , Andrew Morton , Dmitry Vyukov , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , Alexey Klimov , Yury , "Aneesh Kumar K.V" Subject: Re: [PATCH 0/2] x86/KASAN updates for 4.3 Message-ID: <20150813112428.GG10280@arm.com> References: <1439444244-26057-1-git-send-email-ryabinin.a.a@gmail.com> <20150813065040.GA17983@gmail.com> <20150813081641.GA14402@gmail.com> <20150813090119.GA10280@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 13, 2015 at 12:02:26PM +0100, Andrey Ryabinin wrote: > 2015-08-13 12:01 GMT+03:00 Will Deacon : > > Yes please, works for me! If we're targetting 4.3, then please can you base > > on 4.2-rc4, as that's what our current arm64 queue is using? > > > > Does this mean that we are targeting arm64 part for 4.3 too? It depends on how well it merges with our current queue and whether it holds up to regression testing. The patches have been reviewed, so I'm comfortable with the content, but we're not at a stage where we can debug and fix any failures that might crop up from the merge. Will