From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 09 Apr 2015 22:17:28 +0200 Subject: [PATCH 2/2] arm64: add KASan support In-Reply-To: <1427208544-8232-3-git-send-email-a.ryabinin@samsung.com> References: <1427208544-8232-1-git-send-email-a.ryabinin@samsung.com> <1427208544-8232-3-git-send-email-a.ryabinin@samsung.com> Message-ID: <3164609.kEhR8riVSV@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 24 March 2015 17:49:04 Andrey Ryabinin wrote: > arch/arm64/mm/kasan_init.c | 211 +++++++++++++++++++++++++++++++++++ > Just one very high-level question: as this code is clearly derived from the x86 version and nontrivial, could we move most of it out of arch/{x86,arm64} into mm/kasan/init.c and have the rest in some header file? Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by kanga.kvack.org (Postfix) with ESMTP id A00636B0038 for ; Thu, 9 Apr 2015 16:18:08 -0400 (EDT) Received: by wiun10 with SMTP id n10so2161399wiu.1 for ; Thu, 09 Apr 2015 13:18:08 -0700 (PDT) Received: from mout.kundenserver.de (mout.kundenserver.de. [212.227.17.24]) by mx.google.com with ESMTPS id da9si17909429wib.71.2015.04.09.13.18.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Apr 2015 13:18:07 -0700 (PDT) From: Arnd Bergmann Subject: Re: [PATCH 2/2] arm64: add KASan support Date: Thu, 09 Apr 2015 22:17:28 +0200 Message-ID: <3164609.kEhR8riVSV@wuerfel> In-Reply-To: <1427208544-8232-3-git-send-email-a.ryabinin@samsung.com> References: <1427208544-8232-1-git-send-email-a.ryabinin@samsung.com> <1427208544-8232-3-git-send-email-a.ryabinin@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: owner-linux-mm@kvack.org List-ID: To: linux-arm-kernel@lists.infradead.org Cc: Andrey Ryabinin , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton On Tuesday 24 March 2015 17:49:04 Andrey Ryabinin wrote: > arch/arm64/mm/kasan_init.c | 211 +++++++++++++++++++++++++++++++++++ > Just one very high-level question: as this code is clearly derived from the x86 version and nontrivial, could we move most of it out of arch/{x86,arm64} into mm/kasan/init.c and have the rest in some header file? Arnd -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933732AbbDIUSK (ORCPT ); Thu, 9 Apr 2015 16:18:10 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:60433 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933332AbbDIUSI (ORCPT ); Thu, 9 Apr 2015 16:18:08 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Andrey Ryabinin , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton Subject: Re: [PATCH 2/2] arm64: add KASan support Date: Thu, 09 Apr 2015 22:17:28 +0200 Message-ID: <3164609.kEhR8riVSV@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1427208544-8232-3-git-send-email-a.ryabinin@samsung.com> References: <1427208544-8232-1-git-send-email-a.ryabinin@samsung.com> <1427208544-8232-3-git-send-email-a.ryabinin@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:qChQO5QOIgng5Yov/PUt1MC95+ZY//gjg2xldx7wxYH1xL8am2h LPDpjf4XmN7qw70vgGY3yJ3/jqOiLjRtbLuZSL2qHp7KaIJ6Ig1TgW46pOyFV5RK1WNAoso GNI8CpQSkZdBPjj4SRU4yN6oeMejeHyvusETdS1eSvgfvG3aNNwmZ0f41m26C4y8DsFBwhp ioEXtLeVg0BRT20CLNHZg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 24 March 2015 17:49:04 Andrey Ryabinin wrote: > arch/arm64/mm/kasan_init.c | 211 +++++++++++++++++++++++++++++++++++ > Just one very high-level question: as this code is clearly derived from the x86 version and nontrivial, could we move most of it out of arch/{x86,arm64} into mm/kasan/init.c and have the rest in some header file? Arnd