Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1485966pxb; Mon, 22 Feb 2021 03:17:32 -0800 (PST) X-Google-Smtp-Source: ABdhPJxVKD+G/HXNpCbZ9mHOBcxtTuJliXzjdJcVWsiIAMfvarSPXhnmlOM3H6bfACHHkDo7YC17 X-Received: by 2002:a17:906:3603:: with SMTP id q3mr19471458ejb.201.1613992652221; Mon, 22 Feb 2021 03:17:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613992652; cv=none; d=google.com; s=arc-20160816; b=bdBFdKlTrQpfrJSQ5rwUxp+OkIWEnNjIhK2tsputAPcx9k9h24Idh4zqlykkDGbOWs n3AjG6R/mNWT3omedUU3uImJdoDGlgNUDQyX4sQyGRd4BNU+DLmxDAo6owqFCDR0LpRJ CDjqGaR2qShMKU83aJWELKu5injzj+Og3B2eBwno/CqLayev2Hr0Gy9BdZXhr36IhFvN 5kK1vjqhv7OcBZFFiU+Wf6Ba9JGlykMmWnk0M9XL5jCszZTmPNhympRaaAfVFOYCjV5e 3La4XpzBWEjrzN0q/1wCfifj4wXjo2RU8UPFXB+ALaSmLY9VccqqLAgoaVu7t8Xb8T8x hecw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=V7uGidTIRIReV4qcrLjnQqayOTIPEWPP7Br+8x9Ylgo=; b=T/OR1zxnPV+TVH9pw+t+9kOYZIPQHcv+OyOXRIHqvNiHNoVKVsSSfnD7qeZC+QTpPk sSWPnzudgnRRYvwabVggBgE8wPugAFQ6M0GfM2mgRZw0UApNF2fxwcIHGq/8Z9Ij6jBm fccGZXmMt8VLYL4aOkgHG0WBgqvL1jvZlsFyncgBoZ/i/0GtVis67eq7/gqHEo8AdFOz W/gJZ/S09smRTP/kbwYpVB8wI7A47It4XBq2/daGo/iylP810XnoKuF6WqcK60w+g+L3 fwOc5UtYjjB9NUohJPj9YOtLILsW7zw3upacLQwlgPYitXi0FArhUuOT5fMGZ3TMWNwB WanQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c18si11696310ede.4.2021.02.22.03.17.09; Mon, 22 Feb 2021 03:17:32 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230042AbhBVLOj (ORCPT + 99 others); Mon, 22 Feb 2021 06:14:39 -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