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 242AD2853EB for ; Fri, 15 Aug 2025 20:09:55 +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=1755288595; cv=none; b=PT0ueXzNuwFd2i4GFjQCesnRkFkdBW6/CSEJXtJn1ZUlNnaRiBP0VlfyX93nd85DgWt/MC2yU7gYsFPpP8qat+FLVRaFb4XaRR9RXOYKag63d/42259lez++RgGpHEh/S9vbgK01Nn3VkHkzWkpcjXMRuRxK9fqsC8O47MwIf3A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755288595; c=relaxed/simple; bh=f+N8DoiyCqhcjW7tAZgkHxLoysdXVIjdGopSN/st36w=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=WliQig8XtMKH+IVnloPx0iYucsPGhqnTfpnyBA8pO5N1WZ9TpRPEWbZgHEHiNes9zOnO/0+cQ3GmjqAN4nlSVdCMtQWkqBmBXyw9nZQ/9fbSzVbUkJkSAuhf2YrJ79GcvFO+gMMe8myZW1ZHGVl9ricyVTRx9y5B4A+e0A3trno= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Go+mp4/O; 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="Go+mp4/O" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8243C4CEEB; Fri, 15 Aug 2025 20:09:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755288595; bh=f+N8DoiyCqhcjW7tAZgkHxLoysdXVIjdGopSN/st36w=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Go+mp4/OKDQOb4EvZb829pTVB9a+8oRrruyFe3LiOx8PjNttco3PiT+Yi8v72MzU2 PnvCNwLTd+aKWsKwoa1Set7iRHfp4toSrCAV5LlQC4YVO7lmlt8WecmmyglJrBI6M5 hQkyKxWlshj+9zyJZqQZazHpYjhY9H+5tjpI3UMFvV7HHgtPr8QJ74pMfJvPIUdjne Dc5DbZZyPoamlYTzbTM3zLJLyZ+y6o0q85Ft8IHLWyfm6QZUjl5Rm9a68+8ebmpu7U XkzPbfvo1vjg9pbBnurrTLKxsG5ogkaeznpN5Ftvo63qoOMkO973lN9WnG78IErEd5 rFeAbrYNcsjyw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 33DC639D0C3D; Fri, 15 Aug 2025 20:10:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf] bpf/selftests: fix test_tcpnotify_user From: patchwork-bot+netdevbpf@kernel.org Message-Id: <175528860601.1260101.369344232738070354.git-patchwork-notify@kernel.org> Date: Fri, 15 Aug 2025 20:10:06 +0000 References: In-Reply-To: To: Matt Bobrowski Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, eddyz87@gmail.com, mykolal@fb.com Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Fri, 15 Aug 2025 12:12:14 +0000 you wrote: > Based on a bisect, it appears that commit 7ee988770326 ("timers: > Implement the hierarchical pull model") has somehow inadvertently > broken BPF selftest test_tcpnotify_user. The error that is being > generated by this test is as follows: > > FAILED: Wrong stats Expected 10 calls, got 8 > > [...] Here is the summary with links: - [bpf] bpf/selftests: fix test_tcpnotify_user https://git.kernel.org/bpf/bpf-next/c/c80d79720647 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html