From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 228D62F3C03; Fri, 11 Jul 2025 18:46:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752259604; cv=none; b=N63nusfvEy0w6RdA776jjkaQQOPZPparvetUyx53JJoZtso80HY3WeKjyaGIN7O/2x1zuzxaaC0WlsVA9+2r8vHBmMW1lFyissyVJzVpX4Px1h0BxDsaojyaWeg4jfYQiKE94PeEqkFxZJxqJ7kluNGk8mKO1tXggPovHCF0kWM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752259604; c=relaxed/simple; bh=0TkEIXf++g99C3zeGWDyX2nQea6CDn0SC/EAE+N4esw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=BAnWsyIdojvl6WL7SaXZD7OMo+oRFziTKtov0h5Ywt619M1zqbStRBRZm9rUsJqmHA9qcyoAOW5pzjGeyhZnYKv0VSqxjDLPIDsgVrzhKVxBfu/6OiuvIdBD0QJ63gRfyaMLKYaWq3QyJXuS9MTTKo92nrRb/iql/fXuSN0C7SI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CLtVZ9Ra; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CLtVZ9Ra" 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> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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?