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 3B8F1EB64DA for ; Mon, 3 Jul 2023 01:29:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229500AbjGCB3l (ORCPT ); Sun, 2 Jul 2023 21:29:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbjGCB3k (ORCPT ); Sun, 2 Jul 2023 21:29:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30C1518F; Sun, 2 Jul 2023 18:29:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C367E60C02; Mon, 3 Jul 2023 01:29:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DCB0C433C8; Mon, 3 Jul 2023 01:29:36 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="Y4+QzqLU" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1688347774; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4674ZbOxpPHoz+ti6WsYFPiu0IyaOts3jCS8wRMfDSY=; b=Y4+QzqLUTiJeMalgj+I7Qo91Ha+PS4e9rDKO2uucMD4artd8I2tsWvB0NNZQlRu/PVMC3e 8bh5NrRfWN1PxNylMDVYDZKT0yy6nTDxUEcOS9jQf/7Fg95TyqIvSC5Ve2NEoo1Yh4RqmH ddaBAhi+C2W0eJ4EbPsNpnPz/DqAS5c= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 5120d0e1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 3 Jul 2023 01:29:34 +0000 (UTC) Date: Mon, 3 Jul 2023 03:29:30 +0200 From: "Jason A. Donenfeld" To: Linux regressions mailing list Cc: Bagas Sanjaya , Eric DeVolder , "Borislav Petkov (AMD)" , David R , Boris Ostrovsky , Miguel Luis , "Paul E. McKenney" , Joel Fernandes , Boqun Feng , Jay Vosburgh , Andy Gospodarek , "Rafael J. Wysocki" , Len Brown , Thomas Gleixner , Ingo Molnar , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Linux Kernel Mailing List , Linux RCU , Wireguard Mailing List , Linux Networking , Linux ACPI , Manuel 'satmd' Leiner Subject: Re: Fwd: RCU stalls with wireguard over bonding over igb on Linux 6.3.0+ Message-ID: References: <79196679-fb65-e5ad-e836-2c43447cfacd@gmail.com> <10f2a5ee-91e2-1241-9e3b-932c493e61b6@leemhuis.info> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 02, 2023 at 03:46:38PM +0200, Jason A. Donenfeld wrote: > I've got an overdue patch that I still need to submit to netdev, which > I suspect might actually fix this. > > Can you let me know if > https://git.zx2c4.com/wireguard-linux/patch/?id=54d5e4329efe0d1dba8b4a58720d29493926bed0 > solves the problem? satmd, the original reporter, confirmed over on the Gentoo bug report - https://bugs.gentoo.org/909066 - that this patch fixes the issue. This patch has been sent into netdev and will presumably hit the various trees and stable in due time. Jason