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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A02B4C433EF for ; Sun, 17 Jul 2022 23:01:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231296AbiGQXB1 (ORCPT ); Sun, 17 Jul 2022 19:01:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229535AbiGQXB0 (ORCPT ); Sun, 17 Jul 2022 19:01:26 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A5D03120BB; Sun, 17 Jul 2022 16:01:25 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 45FB0B80EA5; Sun, 17 Jul 2022 23:01:24 +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: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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