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 AF1E9C001E0 for ; Mon, 31 Jul 2023 21:00:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230467AbjGaVA1 (ORCPT ); Mon, 31 Jul 2023 17:00:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229674AbjGaVAZ (ORCPT ); Mon, 31 Jul 2023 17:00:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9334198C for ; Mon, 31 Jul 2023 14:00:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 671BD612DC for ; Mon, 31 Jul 2023 21:00:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C39E0C433C9; Mon, 31 Jul 2023 21:00:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690837223; bh=hM4O6rd3rl2nwdrbPLh8e5AU2fMHoSthFtiO7uEZj/0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DPedMuDbMyQ1WoVFNvox8yvkEgD6C6Ml10kIE3g2XgLeIwwxeI6xs6Xg18nKVWayw FqjjZkcP9a7aW5hpwGur4GWzysoL8jgGU+rC4l3VrAQB/HNWU7s4A0M0imuSci8gFx fpA8pJ8nWC46FGGv/HmQlBKgbyzcdT+qhdhhiG0SzsIWAVHWAGccjawM2036gcdN4h bcoWa7a7b/GEnN7b835EPcIfV+HJpsDWrMRMbe6X/YK8E/o72pRBpV23oVd9HFM6oM CHdW48Ff5iysxrYSYy1iFy4e7QmK1XQd0sGE1gjMHhTBwOctkL1P1UZwQS/Un8EL2s 1nWD4oGKbL79w== 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 9E9BFC595C0; Mon, 31 Jul 2023 21:00:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169083722364.15571.7926775828310116758.git-patchwork-notify@kernel.org> Date: Mon, 31 Jul 2023 21:00:23 +0000 References: <20230731-indir-call-v1-1-4cd0aeaee64f@isovalent.com> In-Reply-To: <20230731-indir-call-v1-1-4cd0aeaee64f@isovalent.com> To: Lorenz Bauer Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, martin.lau@kernel.org, kuniyu@amazon.com, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, martin.lau@linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Mon, 31 Jul 2023 11:42:53 +0200 you wrote: > There are already INDIRECT_CALLABLE_DECLARE in the hashtable > headers, no need to declare them again. > > Fixes: 0f495f761722 ("net: remove duplicate reuseport_lookup functions") > Suggested-by: Martin Lau > Signed-off-by: Lorenz Bauer > > [...] Here is the summary with links: - [bpf-next] net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn https://git.kernel.org/bpf/bpf-next/c/74bdfab4fd7c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html