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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 2D9FCC83F1B for ; Fri, 11 Jul 2025 18:46:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 90DD210EAC6; Fri, 11 Jul 2025 18:46:44 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="CLtVZ9Ra"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id F420610EAB6 for ; Fri, 11 Jul 2025 18:46:43 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id B38E5440E1; Fri, 11 Jul 2025 18:46:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51366C4CEED; Fri, 11 Jul 2025 18:46:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752259603; bh=0TkEIXf++g99C3zeGWDyX2nQea6CDn0SC/EAE+N4esw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CLtVZ9RaATumi99vK1TwLAUyC3evJEVu45rsgw26SqLhupzDXjPoGnokgCZVVT3t7 t0fX+pPPgIVAz5F+VPJnwppL4u+Cmex1b1ldxbioJmvbZZBybMceAu4JxAWLB32tTl 8/lqHQnmVoaBmRwxO0vAynKg9BMaVpUJS6aSYNjpQtFxv5qAxQ8Vl/WefYKVpQNQPY TGUfOlB+VVURQgWl0niDDnzEQnhmI94dkD4qhtC8z3n1G6JR+2cZ5VkrNIYX/BSqzs OJP4X7Q44YMTMTHCOEaZVlkKzCwX/4nfptVFGtOEbIx4DpmdSU1MZERnD8TudaSRsT yRwuM4cBTyC7Q== Date: Fri, 11 Jul 2025 11:46:42 -0700 From: Jakub Kicinski To: Linus Torvalds Cc: Thomas Zimmermann , Simona Vetter , Dave Airlie , davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, pabeni@redhat.com, dri-devel Subject: Re: [GIT PULL] Networking for v6.16-rc6 (follow up) Message-ID: <20250711114642.2664f28a@kernel.org> In-Reply-To: References: <20250711151002.3228710-1-kuba@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 11 Jul 2025 11:33:10 -0700 Linus Torvalds wrote: > Because this "emergency PR" does seem to have turned my "annoying > problem with timeouts at initial login" into "now it doesn't boot at > all". Hm. I'm definitely okay with reverting. So if you revert these three: a3c4a125ec72 ("netlink: Fix rmem check in netlink_broadcast_deliver().") a3c4a125ec72 ("netlink: Fix rmem check in netlink_broadcast_deliver().") ae8f160e7eb2 ("netlink: Fix wraparounds of sk->sk_rmem_alloc.") everything is just fine?