Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757686AbbFQVcJ (ORCPT ); Wed, 17 Jun 2015 17:32:09 -0400 Received: from mail-la0-f43.google.com ([209.85.215.43]:35511 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755999AbbFQVcG (ORCPT ); Wed, 17 Jun 2015 17:32:06 -0400 MIME-Version: 1.0 In-Reply-To: References: <1431698344-28054-1-git-send-email-a.ryabinin@samsung.com> <1431698344-28054-6-git-send-email-a.ryabinin@samsung.com> Date: Thu, 18 Jun 2015 00:32:04 +0300 Message-ID: Subject: Re: [PATCH v2 5/5] arm64: add KASan support From: Andrey Ryabinin To: Linus Walleij Cc: Andrey Ryabinin , "linux-kernel@vger.kernel.org" , Dmitry Vyukov , Alexander Potapenko , David Keitel , Arnd Bergmann , Andrew Morton , Catalin Marinas , Will Deacon , "linux-arm-kernel@lists.infradead.org" , "linux-mm@kvack.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1269 Lines: 30 2015-06-13 18:25 GMT+03:00 Linus Walleij : > > On Fri, Jun 12, 2015 at 8:14 PM, Andrey Ryabinin wrote: > > 2015-06-11 16:39 GMT+03:00 Linus Walleij : > >> On Fri, May 15, 2015 at 3:59 PM, Andrey Ryabinin wrote: > >> > >>> This patch adds arch specific code for kernel address sanitizer > >>> (see Documentation/kasan.txt). > >> > >> I looked closer at this again ... I am trying to get KASan up for > >> ARM(32) with some tricks and hacks. > >> > > > > I have some patches for that. They still need some polishing, but works for me. > > I could share after I get back to office on Tuesday. > > OK! I'd be happy to test! > I've pushed it here : git://github.com/aryabinin/linux.git kasan/arm_v0 It far from ready. Firstly I've tried it only in qemu and it works. Today, I've tried to run it on bare metal (exynos5420), but it hangs somewhere after early_irq_init(). So, it probably doesn't worth for trying/testing yet. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/