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 07D1639182F; Thu, 23 Apr 2026 19:11:01 +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=1776971462; cv=none; b=gojSjEXEQK85qSn4WvVONXrnCFwVICexMzpguxkiN0KEP0KSIQd9wEvxLI+2oJiLWmM75ZA3Z9iAKAb+rIWNCe/BiLvyj1U6owmYywjnooY+XodELLIWs5exoRCTDzdnWVM/HNBwkuHUf8n/GVuHgkxM55JKM+Tl5xpAR/yVQ78= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776971462; c=relaxed/simple; bh=vjVqVhvWxeMTiSxEEvA9MdqR8/azVIp0uegSPMDs8Uw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=FB5l1Dx87WQg/+lf6HAc+eZ2zRwtOwhSbt2PqSXtWDz7VI7z9HpVzRRdY3kDB3mjN0aUKG7lNUhgE3h6Y16e8FXwK5KKQQ7SddOKVHRTOL3taZr4Z/FYs2oj0YwyB3+4ele1LCbBkaDXFPXAdt8nydb1cMnTOFoxW4B+O3Xu4vo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Rompg8gT; 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="Rompg8gT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AEC8BC2BCB6; Thu, 23 Apr 2026 19:11:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776971461; bh=vjVqVhvWxeMTiSxEEvA9MdqR8/azVIp0uegSPMDs8Uw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Rompg8gTHCFnpuS40Wiz3vHUbXWlWrHWfJzI4TrpKvxq5XuUY9+LEeGhB5oc5k/Tm nEko+cuGCXsJYA2KJ2tK3nzzh87qy8ozo7K4LybswYNSNGsxeRU1UgjZd0jPCq2TYc UTEotcoCntShZ6YMgc1aFBUclSz8+JgAEPag+UcPurx1i2q3+pcF1rgwXwNQp55NrA xsj7g4TPKO26uCuxK8ACLK32Q2HoDLEXY1Iv5f86dUpRDxpOX4Bt010WtSTh8MoUGn uhW/Pwyw8+mqlAr8yQpHIfi+sycSZbdceKu8ukcsEnrGOWM2VLzBU4M+zzLkDE70dq JxjPcEH0SRcUg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FC933809A90; Thu, 23 Apr 2026 19:10:24 +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 v4 0/2] tcp: fix listener wakeup after reuseport migration From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177697142304.724716.2732259563165568513.git-patchwork-notify@kernel.org> Date: Thu, 23 Apr 2026 19:10:23 +0000 References: <20260422024554.130346-1-jt26wzz@gmail.com> In-Reply-To: <20260422024554.130346-1-jt26wzz@gmail.com> To: Zhenzhong Wu Cc: netdev@vger.kernel.org, edumazet@google.com, ncardwell@google.com, kuniyu@google.com, davem@davemloft.net, dsahern@kernel.org, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, shuah@kernel.org, tamird@kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 22 Apr 2026 10:45:52 +0800 you wrote: > This series fixes a missing wakeup when inet_csk_listen_stop() migrates > an established child socket from a closing listener to another socket > in the same SO_REUSEPORT group after the child has already been queued > for accept. > > The target listener receives the migrated accept-queue entry via > inet_csk_reqsk_queue_add(), but its waiters are not notified. > Nonblocking accept() still succeeds because it checks the accept queue > directly, but readiness-based waiters can remain asleep until another > connection generates a wakeup. > > [...] Here is the summary with links: - [net,v4,1/2] tcp: call sk_data_ready() after listener migration https://git.kernel.org/netdev/net/c/3864c6ba1e04 - [net,v4,2/2] selftests/bpf: check epoll readiness during reuseport migration https://git.kernel.org/netdev/net/c/c01cfc488675 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html