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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,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 C0A7DC433DB for ; Mon, 22 Feb 2021 11:14:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6332E64E76 for ; Mon, 22 Feb 2021 11:14:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230264AbhBVLOk (ORCPT ); Mon, 22 Feb 2021 06:14:40 -0500 Received: from foss.arm.com ([217.140.110.172]:41600 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229934AbhBVLOa (ORCPT ); Mon, 22 Feb 2021 06:14:30 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 07FDF1FB; Mon, 22 Feb 2021 03:13:43 -0800 (PST) Received: from [10.37.8.9] (unknown [10.37.8.9]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 226B23F73B; Mon, 22 Feb 2021 03:13:39 -0800 (PST) Subject: Re: [PATCH v13 7/7] kasan: don't run tests in async mode To: Andrey Konovalov , Catalin Marinas Cc: Linux ARM , LKML , kasan-dev , Andrew Morton , Will Deacon , Dmitry Vyukov , Andrey Ryabinin , Alexander Potapenko , Marco Elver , Evgenii Stepanov , Branislav Rankov , Lorenzo Pieralisi References: <20210211153353.29094-1-vincenzo.frascino@arm.com> <20210211153353.29094-8-vincenzo.frascino@arm.com> <20210212172224.GF7718@arm.com> From: Vincenzo Frascino Message-ID: Date: Mon, 22 Feb 2021 11:17:53 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/12/21 9:44 PM, Andrey Konovalov wrote: >> I think we have time to fix this properly ;), so I'd rather not add this >> patch at all. > Yeah, this patch can be dropped. > > I have a prototype of async support for tests working. I'll apply it > on top of the next version Vincenzo posts and share the patch. > > Vincenzo, when you post the next version, please make sure you rebase > on top of the mm tree version that includes "kasan: export HW_TAGS > symbols for KUnit tests" (linux-next/akpm doesn't yet have it). Fine by me, I will drop this patch when I will repost in -rc1. @Andrey: If you want me to test the series all together, you can send me your tree before I repost and then I can send the patches as single series. What do you think? -- Regards, Vincenzo