From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4165CC38142 for ; Tue, 24 Jan 2023 05:51:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232745AbjAXFvN (ORCPT ); Tue, 24 Jan 2023 00:51:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233208AbjAXFvD (ORCPT ); Tue, 24 Jan 2023 00:51:03 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8EB4B3CE2F for ; Mon, 23 Jan 2023 21:50:33 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 43720B81071 for ; Tue, 24 Jan 2023 05:50:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E9E7CC4339B; Tue, 24 Jan 2023 05:50:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674539418; bh=m4uMwQFgrB50ynGbsjkiQGnpsyHol08OqEDtoaLuLAc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=coUPlMnHO3Ql9NwOdw4/9LV37wYfbv/YEA766lEgs9PLOTQxyDrQhZuaOmmdSFUjJ hepDCkEGvXH9fJe8uC66Z7AbKlUtt7inYIIgPYNPkJPkqQdg7A/rk4PezLeff35YvR f3Xa8hGkjY3n0vICFazrnC+y9JhuVXIyyUxHMXCL6mGtWhTjaFsnrby1vGzGZc2FTt hb5SexDUgflTks3c4kVTsRp5EXovITpNuvpEdTVnyA4aDk9lc13OwzDlv2zOPfv82z UM65Dz4ozdWpcla7jSxyk5xQER3dRRmmRkXVGiv+33LnZ2BMYbX51z/j1xEFEVD/lr 0lGKdTD2l/TfA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id D0903C04E33; Tue, 24 Jan 2023 05:50:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] ipv4: prevent potential spectre v1 gadget in fib_metrics_match() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167453941785.4419.7044470273884238155.git-patchwork-notify@kernel.org> Date: Tue, 24 Jan 2023 05:50:17 +0000 References: <20230120133140.3624204-1-edumazet@google.com> In-Reply-To: <20230120133140.3624204-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, eric.dumazet@gmail.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Fri, 20 Jan 2023 13:31:40 +0000 you wrote: > if (!type) > continue; > if (type > RTAX_MAX) > return false; > ... > fi_val = fi->fib_metrics->metrics[type - 1]; > > [...] Here is the summary with links: - [net] ipv4: prevent potential spectre v1 gadget in fib_metrics_match() https://git.kernel.org/netdev/net/c/5e9398a26a92 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html