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 9CDED3B0AE3; Wed, 1 Jul 2026 08:10:28 +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=1782893429; cv=none; b=g1cE3bUb+OgbC9IPvDcJ0gIYO8GgYMFKkJYq/l1zAlBiqxhYetco5f0bkVteDpWxRs3vQ3dKrYKph9+SoAQjuhI2hnGjcE+qapdW2Zpo0Jhz83RB1oLBfPtMp8IE+KEhoUrBNc3u/iDRNgTrd2hM3hwWv5c6Z0QUTkLD6D9UZZ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782893429; c=relaxed/simple; bh=m+W72GU6fk6j/ipI2VH5khUO4i1YsC/uDIYQR1TodcI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=WLrCv54gjbbXlZ+f89WFlnEYuXMEzAtvtWb0P+OdgKPLFXp6LvGeU0T6h8+psv0X2cq5ZghP4HHJOmQrHysUEFbkQJO6SVrOxhL+w3BBa4wxaIzO6v9/y9tR03f3qecC7sBf29TreRsCGxckr6USLL71Yi6bfJc0gpHiPUBI848= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=E/2FfiRT; 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="E/2FfiRT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81B231F000E9; Wed, 1 Jul 2026 08:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782893428; bh=9CmvUjMCbjjBNuCpOlolSnqaOTQ0xjcsUr6Vs8rofZI=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=E/2FfiRThfiAXxsDOjQ4Tx96a4W9E9MnS4sLDhCcA0EFJiZ+qMZchFhbKLSygvFJ3 DNvYKl1pF9baqHesQpKE/5hWBdj4Cm6Bt3M/cwDpHfWNdegyTRUJZwOfBrZKNcTsnj JoPjYXmRQyKx2GEqHkPcu1Rk1vNWDXMTmDP4dU2uzjZGsqNP8ME57gP/sjssxXtBGH oz1L7fylwoIXL+3ezWy9BulsfuHWSf8lnVaod9niSx1PDwj/Fyj3PzgqSAXTDwTQ9k qrpe56gFPuBV09TyX16BhddPAs/A9ecs/HeVTHAM3I4Yrj/iL6bXUTPSthBPw2rvFo zY9dp8DUUQ89w== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 56AD93926651; Wed, 1 Jul 2026 08:10:13 +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 v2] net/sched: hhf: clear heavy-hitter state on reset From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178289341188.500901.4629917066016960324.git-patchwork-notify@kernel.org> Date: Wed, 01 Jul 2026 08:10:11 +0000 References: <20260629164458.195029.ab92a1db1120.hhf-reset-stale-classifier@trailofbits.com> In-Reply-To: <20260629164458.195029.ab92a1db1120.hhf-reset-stale-classifier@trailofbits.com> To: Samuel Moelius Cc: jhs@mojatatu.com, jiri@resnulli.us, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, vtlam@google.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Mon, 29 Jun 2026 16:44:59 +0000 you wrote: > HHF reset does not clear the classifier state used to identify heavy > hitters. Packets after reset can therefore be scheduled using flow > history from before the reset. > > The reset operation should return the qdisc to an empty state. > > Clear the heavy-hitter classifier tables when HHF is reset. > > [...] Here is the summary with links: - [v2] net/sched: hhf: clear heavy-hitter state on reset https://git.kernel.org/netdev/net/c/a225f8c20712 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html