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 80ECE2D46A9 for ; Sat, 28 Feb 2026 16:10:06 +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=1772295006; cv=none; b=ZB7ZmTXkEkf6mIxapBm4r2sFtf8I5WZGWLJPtaZoevzAh5kyEL5+tmzCf3HY4UQ0cbU7906e2zq9XUN9Qi62Isq4gw2nzxAOvxrCGN5ccy225zWqYO1IWeCdnpNP394+m22puwa4VUZn9fbVNAWQSemL9q85oDKTCiwDnApxjK0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772295006; c=relaxed/simple; bh=GxayiK8hIyx6s55AdLITYfWA30aGbWBjClO5n3IxeTA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=NOzZoXrYz8v4lF/i/jJTcdXuwWoY7kUO6E+JUETXtPigSWlAN/SNwAmBGfXMWSyswvTFlwXXvmNn4oChmqAP5n6tIReF1/8wjn4CK+CSqHf2VkGAWKqtFxUrmgrl1OwCtjwOgNdH7adUl1OG4d1BlEWOI+DNON0XqaiiUdwz61w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=F74WRMKM; 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="F74WRMKM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25005C116D0; Sat, 28 Feb 2026 16:10:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772295006; bh=GxayiK8hIyx6s55AdLITYfWA30aGbWBjClO5n3IxeTA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=F74WRMKMXaxFFzjqs3IZRZ7EbrURzs0j9mXKCFaxftSRkcwH/yDoa5PZEv8DDjECm KT3nmuekye8LsooHntoQUrbZT4Z1XfXY0GF4sV7TNS97hQCrPUX0B9qIPVzc+tdFfP t3SaQsuX782lgRKUDCFYnMPbNhvCUohLIWkvqMqvPrxOYf5+084KFOtCCdTdCzAhUS ilteQl4elNLix2j1JuCNHruU9sONiB5kTbyrDFG5mn6zIlBFtw1Nn8p1IFBkD6qARU PLEgurknDE0bPOz3CAMzIn75ziYJI19PoH261+HOaGcGcQEbs4F9ZCILxVOvpF+y6q j3tsXoPLDw+Jw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CD3639F2021; Sat, 28 Feb 2026 16:10:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] selftests/net: packetdrill: remove tests for tcp_rcv_*big From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177229500904.3006106.16909523915470798807.git-patchwork-notify@kernel.org> Date: Sat, 28 Feb 2026 16:10:09 +0000 References: <20260227033446.2596457-1-kuba@kernel.org> In-Reply-To: <20260227033446.2596457-1-kuba@kernel.org> To: Jakub Kicinski Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 26 Feb 2026 19:34:46 -0800 you wrote: > Since commit 1d2fbaad7cd8 ("tcp: stronger sk_rcvbuf checks") > has been reverted we need to remove the corresponding tests. > > Link: https://lore.kernel.org/20260227003359.2391017-1-kuba@kernel.org > Signed-off-by: Jakub Kicinski > --- > .../net/packetdrill/tcp_rcv_big_endseq.pkt | 44 ------------------- > .../net/packetdrill/tcp_rcv_toobig.pkt | 33 -------------- > 2 files changed, 77 deletions(-) > delete mode 100644 tools/testing/selftests/net/packetdrill/tcp_rcv_big_endseq.pkt > delete mode 100644 tools/testing/selftests/net/packetdrill/tcp_rcv_toobig.pkt Here is the summary with links: - [net] selftests/net: packetdrill: remove tests for tcp_rcv_*big https://git.kernel.org/netdev/net/c/1cc93c48b5d7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html