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 Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 26190C433EF for ; Sun, 17 Jul 2022 23:01:33 +0000 (UTC) Received: by lists.zx2c4.com (OpenSMTPD) with ESMTP id c1ccb5fd; Sun, 17 Jul 2022 23:01:31 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lists.zx2c4.com (OpenSMTPD) with ESMTPS id ab26b78d (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Sun, 17 Jul 2022 23:01:25 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 847CC60E65; Sun, 17 Jul 2022 23:01:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF23EC3411E; Sun, 17 Jul 2022 23:01:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658098882; bh=qvKpwS2oAz58xErVnVqqeNlH1V1bOLYcNo9RbFb07e8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G7yuCSMHtGjZZKlXxN4KUsT20AvUEHjAm1L1hgW1tcRVsYd9aVugALSYRtxJgfTYt /wXithn7iS/GJz0ArUttX4eO4a8UeWnr4Svp7wIzmR+NsvJS7Z6xiMeZA8dNCqkWhu h+pnz7nDPCANZd2pUTW3d+M8CatYMNmnal5rD8i7uUpxX59QN9ug+8tT6GpT4vDSOO kh49GdtL4Z7v3fGO6VqZvQTphXA8u2yLUfluKUMcYSafBzFz9sqffAvNQx1RRPv8KS GXpXKQSeLV46Av+uPTHWOCxYbqRATTXsAOuqJ+UsVD/8nLXeIbxF0Ki8Ewtvfp2xC4 1cVhAccOVyPIw== Date: Sun, 17 Jul 2022 19:01:21 -0400 From: Sasha Levin To: Geert Uytterhoeven Cc: Linux Kernel Mailing List , stable , "Jason A. Donenfeld" , Jakub Kicinski , Shuah Khan , wireguard@lists.zx2c4.com, netdev , "open list:KERNEL SELFTEST FRAMEWORK" Subject: Re: [PATCH AUTOSEL 5.18 39/41] wireguard: selftests: use virt machine on m68k Message-ID: References: <20220714042221.281187-1-sashal@kernel.org> <20220714042221.281187-39-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" On Thu, Jul 14, 2022 at 09:08:49AM +0200, Geert Uytterhoeven wrote: >Hi Sasha, > >On Thu, Jul 14, 2022 at 6:29 AM Sasha Levin wrote: >> From: "Jason A. Donenfeld" >> >> [ Upstream commit 1f2f341a62639c7066ee4c76b7d9ebe867e0a1d5 ] >> >> This should be a bit more stable hopefully. >> >> Signed-off-by: Jason A. Donenfeld >> Signed-off-by: Jakub Kicinski >> Signed-off-by: Sasha Levin > >Thanks for your patch! > >> --- a/tools/testing/selftests/wireguard/qemu/arch/m68k.config >> +++ b/tools/testing/selftests/wireguard/qemu/arch/m68k.config >> @@ -1,10 +1,7 @@ >> CONFIG_MMU=y >> +CONFIG_VIRT=y > >The m68k virt machine was introduced in v5.19-rc1, so this patch >must not be backported to v5.18 and earlier. I'll drop it, thanks! -- Thanks, Sasha