From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755723AbdJQBJR (ORCPT ); Mon, 16 Oct 2017 21:09:17 -0400 Received: from szxga02-in.huawei.com ([45.249.212.188]:14318 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751831AbdJQBJQ (ORCPT ); Mon, 16 Oct 2017 21:09:16 -0400 From: "Liuwenliang (Lamb)" To: Arnd Bergmann CC: Russell King - ARM Linux , Andrey Ryabinin , "afzal.mohd.ma@gmail.com" , Florian Fainelli , "Laura Abbott" , "Kirill A . Shutemov" , Michal Hocko , Christoffer Dall , Marc Zyngier , Catalin Marinas , Andrew Morton , "mawilcox@microsoft.com" , Thomas Gleixner , "Thomas Garnier" , Kees Cook , "Vladimir Murzin" , "tixy@linaro.org" , "Ard Biesheuvel" , Robin Murphy , Ingo Molnar , "grygorii.strashko@linaro.org" , Alexander Potapenko , Dmitry Vyukov , Doug Berger , "Linux ARM" , Linux Kernel Mailing List , kasan-dev , Linux-MM , Jiazhenghua , Dailei , Zengweilin , Heshaoliang Subject: =?utf-8?B?562U5aSNOiBbUEFUQ0ggMDAvMTFdIEtBU2FuIGZvciBhcm0=?= Thread-Topic: [PATCH 00/11] KASan for arm Thread-Index: AQHTQmojvAxAp/R+vEG5U+IONzQlRaLfT1aAgAcXSpA= Date: Tue, 17 Oct 2017 01:04:01 +0000 Message-ID: References: <20171011082227.20546-1-liuwenliang@huawei.com> In-Reply-To: Accept-Language: en-US Content-Language: zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.57.90.243] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020204.59E5570C.0127,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=169.254.12.139, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 78d0a4a980ab7196c77baa0032f618fc Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v9H19MEN002956 On 10/16/2017 07:57 PM, Abbott Liu wrote: >Nice! > >When I build-tested KASAN on x86 and arm64, I ran into a lot of build-time >regressions (mostly warnings but also some errors), so I'd like to give it >a spin in my randconfig tree before this gets merged. Can you point me >to a git URL that I can pull into my testing tree? > >I could of course apply the patches from email, but I expect that there >will be updated versions of the series, so it's easier if I can just pull >the latest version. > > Arnd I'm sorry. I don't have git server. These patches base on: 1. git remote -v origin git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git (fetch) origin git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git (push) 2. the commit is: commit 46c1e79fee417f151547aa46fae04ab06cb666f4 Merge: ec846ec b130a69 Author: Linus Torvalds Date: Wed Sep 13 12:24:20 2017 -0700 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull perf fixes from Ingo Molnar: "A handful of tooling fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf stat: Wait for the correct child perf tools: Support running perf binaries with a dash in their name perf config: Check not only section->from_system_config but also item's perf ui progress: Fix progress update perf ui progress: Make sure we always define step value perf tools: Open perf.data with O_CLOEXEC flag tools lib api: Fix make DEBUG=1 build perf tests: Fix compile when libunwind's unwind.h is available tools include linux: Guard against redefinition of some macros I'm sorry that I didn't base on a stabe version. 3. config: arch/arm/configs/vexpress_defconfig 4. gcc version: gcc version 6.1.0