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 28227373BF2; Tue, 3 Mar 2026 02:48:17 +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=1772506098; cv=none; b=PCNDD+pdSqGdfLpk9nZd29X4UEH7a1FtetA+DFoJ+co1Yyq0CfFREqvFBrcOViDUp8QtNQ1g+u9OQFSCgGKcOIld2a+bhozY0W0PtysdDC7jRJYByoTmrK0L0jWbmVYG1QRoZ0bkciUJfAI2dBbMnN9HDColq3sj/WQ/s01ZvcE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772506098; c=relaxed/simple; bh=zfB/SGm+FPJf9H8hqCyH1x7P0653o2KTlXZab1qCVP4=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=SbqNnzyntBWsNeyylxoXPjRk0miOo0+UxGZmNMpd5LeuwbYhaViGRnu8xWzqD3cXIkFVcj1tWBXDUPsDX/aK4t51y2lSa5I0UWNXuwykNFChP8TB3iMjC5pek19JTRfQCIvJk4/uV54eu5f+E50DpBXgGd9vmfZV9MxNSPQUl9g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DJiB144S; 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="DJiB144S" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3DD9CC19423; Tue, 3 Mar 2026 02:48:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772506097; bh=zfB/SGm+FPJf9H8hqCyH1x7P0653o2KTlXZab1qCVP4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=DJiB144SpmrtP34iwqFAlA1Glrt8zm5pQVZw1/1ieCzzwmxLyIV8cXKAZO7Kiy80T Is0WBTM0JY5QEUua/pJE3gMNQl3xDL0Rq7w+rNWr6I3aNy8bvh+kvDHzlfXo4aQTSG U3k8rZajy7NkqHDX23rqvqBYb5wQl4pfWnInJ5XTAWkT5VKDW/amEGq9Fq2PaxAhoN oQRk7V/0ik2s2bPKxfH9yZrnbJ9lo/AaMYRnhUTbibCUH5N0l98zMN+4Kliy7jwqHb 3lQaEPFK4Jm3jeO0mQOtVyhhfwsLPMww/idj9p7QJjoTuKGeWGLzOST9ze7HNn0B/1 ybBYH0dNAPeXQ== Date: Mon, 2 Mar 2026 18:48:16 -0800 From: Jakub Kicinski To: Simon Baatz via B4 Relay Cc: gmbnomis@gmail.com, "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Shuah Khan , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests/net: packetdrill: restore tcp_rcv_big_endseq.pkt Message-ID: <20260302184816.44d261c8@kernel.org> In-Reply-To: <20260301-tcp_rcv_big_endseq-v1-1-86ab7415ab58@gmail.com> References: <20260301-tcp_rcv_big_endseq-v1-1-86ab7415ab58@gmail.com> 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 Sun, 01 Mar 2026 09:41:33 +0100 Simon Baatz via B4 Relay wrote: > Commit 1cc93c48b5d7 ("selftests/net: packetdrill: remove tests for > tcp_rcv_*big") removed the test for the reverted commit 1d2fbaad7cd8 > ("tcp: stronger sk_rcvbuf checks") but also the one for commit > 9ca48d616ed7 ("tcp: do not accept packets beyond window"). Sorry about that!