From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4464AC3F2D1 for ; Thu, 5 Mar 2020 09:44:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2788E2073D for ; Thu, 5 Mar 2020 09:44:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726769AbgCEJoY (ORCPT ); Thu, 5 Mar 2020 04:44:24 -0500 Received: from metis.ext.pengutronix.de ([85.220.165.71]:51537 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725880AbgCEJoX (ORCPT ); Thu, 5 Mar 2020 04:44:23 -0500 Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j9n2b-0003Jp-1c; Thu, 05 Mar 2020 10:43:41 +0100 Received: from mfe by pty.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1j9n2P-0007e4-2o; Thu, 05 Mar 2020 10:43:29 +0100 Date: Thu, 5 Mar 2020 10:43:29 +0100 From: Marco Felsch To: Linus Walleij Cc: Florian Fainelli , Mark Rutland , Alexandre Belloni , Michal Hocko , Julien Thierry , Catalin Marinas , Christoffer Dall , David Howells , Masahiro Yamada , Andrey Ryabinin , Alexander Potapenko , kvmarm@lists.cs.columbia.edu, Jonathan Corbet , Abbott Liu , Daniel Lezcano , Russell King , kasan-dev , Geert Uytterhoeven , Dmitry Vyukov , bcm-kernel-feedback-list , drjones@redhat.com, Vladimir Murzin , Kees Cook , Arnd Bergmann , Marc Zyngier , Andre Przywara , Philippe Ombredanne , Jinbum Park , Thomas Gleixner , Sascha Hauer , Linux ARM , Nicolas Pitre , Greg KH , Ard Biesheuvel , Linux Doc Mailing List , "linux-kernel@vger.kernel.org" , Rob Landley , philip@cog.systems, Andrew Morton , Thomas Garnier , "Kirill A . Shutemov" Subject: Re: [PATCH v6 0/6] KASan for arm Message-ID: <20200305094328.sizz4vm4wamywdct@pengutronix.de> References: <20190617221134.9930-1-f.fainelli@gmail.com> <20191114181243.q37rxoo3seds6oxy@pengutronix.de> <7322163f-e08e-a6b7-b143-e9d59917ee5b@gmail.com> <20191115070842.2x7psp243nfo76co@pengutronix.de> <20191115114416.ba6lmwb7q4gmepzc@pengutronix.de> <60bda4a9-f4f8-3641-2612-17fab3173b29@gmail.com> <2639dfb0-9e48-cc0f-27e5-34308f790293@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 10:40:52 up 111 days, 59 min, 138 users, load average: 0.50, 0.16, 0.05 User-Agent: NeoMutt/20170113 (1.7.2) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c5 X-SA-Exim-Mail-From: mfe@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20-03-05 09:43, Linus Walleij wrote: > Hi Florian, > > On Fri, Jan 17, 2020 at 8:55 PM Florian Fainelli wrote: > > > Let me submit and rebase v7 get the auto builders some days to see if it > > exposes a new build issue and then we toss it to RMK's patch tracker and > > fix bugs from there? > > Sorry for hammering, can we get some initial patches going into > Russell's patch tracker here? I can sign them off and put them in > if you don't have time. I've tested the branch on several imx6 based boards with different toolchains. Some boards booting normal and some of them are lost in space... I didn't debugged it yet just wanted to inform you. Regards, Marco > Thanks, > Linus Walleij