From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 9BAB8229B12 for ; Thu, 18 Jun 2026 00:21:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781742072; cv=none; b=JL6B2VfvzEnVoZ5foSs9N16zx0Tpj1Bi62NSMxspFBezAW2kjU77gQGuuY3mQpEdvSHeEWSfHjIVC7IKaN+WAffXOYRVeg2RQA73qAndB+7zO9aQG3XU113Azz0Ts5NVCifEXso9bJsSzdAR6Ktq1jSemUk+JVvt7m1Gohpes/M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781742072; c=relaxed/simple; bh=+JzIY/Q2Uk18g2dTRh3CHOPos0EzYfSik7qUZgnSN7A=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=eVGSzAPT8rlWUz+1Q56ZMohh7MP5QOHYY2xDYwFM4/LIWurtvTYVO4f5E8smhst9/xbBxBUQJAhxnT4N7FTKjGALK7Dm65XSepqL+HDocphWB6tkk6Z9l3pYYjG7BVQn7JoEDz3BezGLOpSAzau5zzaK+uHWZ9VFyYKDZRmulQY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=S1v+LNSV; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="S1v+LNSV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80CFF1F000E9; Thu, 18 Jun 2026 00:21:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781742067; bh=LsIQEEMir05U1zmWxLbkqXFus41GhbnRQeBgw2+4dOY=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=S1v+LNSVvgEsli6C+Vl6GxRYSn1dhnypOyrKu+lZA0yfXrPSgagWDSzzWdkpoYC2q cX+IspKu5iafE6fp6oFFvUfH9TczRZS6DGqq/PX/QY496UPJicXU01m/IkKyTtYz3p bZMp6WZKilF691SJ2fbor55FxJdg+vVxIJNH9KC82mSG6Vj4/wSNBszNmD4ygwd4dQ E42mNIulPvJ+vwGlOTmiF9x6hNIq/2OiDcUqGfbsS7lKwiRVB1urC+e54lxjkJqXRM Lxy2Yf/uddC0Gzusmd8Q0EL87B9fql9YTiYRrhqJQKntZLTBsBK1j+bgiSF9Mto30T 1uwKbbjcXWMFA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 93ADE393102B; Thu, 18 Jun 2026 00:21:02 +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 v2 1/1] net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178174206113.1875263.2390720777544662646.git-patchwork-notify@kernel.org> Date: Thu, 18 Jun 2026 00:21:01 +0000 References: <1a5b7e1ef4d70fbad8c8ee0b82d8405f3c964a3d.1781395200.git.bronzed_45_vested@icloud.com> In-Reply-To: <1a5b7e1ef4d70fbad8c8ee0b82d8405f3c964a3d.1781395200.git.bronzed_45_vested@icloud.com> To: Ren Wei Cc: netdev@vger.kernel.org, edumazet@google.com, kuniyu@google.com, david.laight.linux@gmail.com, ncardwell@google.com, pabeni@redhat.com, chia-yu.chang@nokia-bell-labs.com, ij@kernel.org, yuuchihsu@gmail.com, idosch@nvidia.com, fmancera@suse.de, herbert@gondor.apana.org.au, yuantan098@gmail.com, zcliangcn@gmail.com, bird@lzu.edu.cn, bronzed_45_vested@icloud.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 15 Jun 2026 18:31:18 +0800 you wrote: > From: Wyatt Feng > > Reject invalid `net.ipv4.tcp_reordering` values before they reach TCP > socket state. The sysctl is stored as an `int` but copied into the > `u32` `tp->reordering` field for new sockets, so negative writes wrap > to large values. > > [...] Here is the summary with links: - [net,v2,1/1] net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes https://git.kernel.org/netdev/net/c/efb8763d7bbb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html