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 0F591CCA480 for ; Mon, 18 Jul 2022 01:34:20 +0000 (UTC) Received: by lists.zx2c4.com (OpenSMTPD) with ESMTP id 81b5c470; Mon, 18 Jul 2022 01:34:19 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lists.zx2c4.com (OpenSMTPD) with ESMTPS id 6401e4bb (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Mon, 18 Jul 2022 01:34:16 +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 CE6926103A; Mon, 18 Jul 2022 01:34:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DA9BC341C0; Mon, 18 Jul 2022 01:34:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658108054; bh=1ihfpbcsyMcCB87E74Q1HD9BPqKPvsmbP7lNVwsxin0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hzzD1/6JYDUjHjQVe5OvTEIqCaDeVUcOtQ6oQdq+E0aCB+Lt+uA9EQS1DPwQltF+d yB1pDzmucM02vDG2fYZpXAQ6OfXeTfhdrdKuXwpk1xsgAekM3DULrU9sjYxFkxAL2Z 2YQbmmUtBbqNMH+orYfxnwMhPmUBKBc/7YeJ8Q8j7V6Wf6u/vyv+ZiAFpqM97EtG6D kiCEcoutRP7PRE5VrET1XNxE57tYimTcerLjUKuG6IOrESP4GycvDeizsmYP4fVAxZ xoyIKnLnDf92oJA7L0NacXeH+ii1xJw2FyLLIVvdQeD30ISh0Vht7T0pShl+HPdzQf 0K7pghQO2zt0g== Date: Sun, 17 Jul 2022 21:34:12 -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 Sun, Jul 17, 2022 at 07:01:21PM -0400, Sasha Levin wrote: >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! I've clicked the wrong button and still queued it by mistake, now really removed :) -- Thanks, Sasha