From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751348AbbJGKES (ORCPT ); Wed, 7 Oct 2015 06:04:18 -0400 Received: from foss.arm.com ([217.140.101.70]:56768 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750864AbbJGKEQ (ORCPT ); Wed, 7 Oct 2015 06:04:16 -0400 Date: Wed, 7 Oct 2015 11:04:11 +0100 From: Catalin Marinas To: Andrey Ryabinin Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, Yury , Alexey Klimov , Arnd Bergmann , linux-mm@kvack.org, Andrey Konovalov , Linus Walleij , linux-kernel@vger.kernel.org, David Keitel , Alexander Potapenko , Dmitry Vyukov Subject: Re: [PATCH v6 0/6] KASAN for arm64 Message-ID: <20151007100411.GG3069@e104818-lin.cambridge.arm.com> References: <1442482692-6416-1-git-send-email-ryabinin.a.a@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442482692-6416-1-git-send-email-ryabinin.a.a@gmail.com> 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, Sep 17, 2015 at 12:38:06PM +0300, Andrey Ryabinin wrote: > As usual patches available in git > git://github.com/aryabinin/linux.git kasan/arm64v6 > > Changes since v5: > - Rebase on top of 4.3-rc1 > - Fixed EFI boot. > - Updated Doc/features/KASAN. I tried to merge these patches (apart from the x86 one which is already merged) but it still doesn't boot on Juno as an EFI application. -- Catalin