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 772657E; Tue, 1 Aug 2023 01:00:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E7D47C433C7; Tue, 1 Aug 2023 01:00:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690851623; bh=OCmwlOTWPHIWCp3t7K6WyhLnDrlRp67gVDfyE58MgA4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=C1s7XZIaFGtCx05pfwIXuVobCjVzEJah4/EUH5Zl7dg6LYMcq96sM0cOlXdrYUW5h ZAssyXvQFxHreP84eKIZY1zFIkz525HYTFobNatSAGMSZybYrR2Xdj4oy/z0yfgvW2 KtYaaUyQ2gM+KfdYaGGJpBK6kK/tReaEguFOauVxOY0U+1DxEn5s7xycKolW2ddkwp Th/kFvcs+gi6jC3MEi+RlS4c3u9Yfdw2ixI7/Q+pU7kSTtrEeSoj2EyhU/bTkq0f8e OCL94u1jlli4hgDI0osRwat0VOagow+7/BxZFVgsJOsM/hhK1IimvJ7+AM3Zfu11vR gJ9ySvoPRPsQA== 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 CBBB5E96ABF; Tue, 1 Aug 2023 01:00:22 +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] netfilter: bpf: Only define get_proto_defrag_hook() if necessary From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169085162282.11842.12642212227256267164.git-patchwork-notify@kernel.org> Date: Tue, 01 Aug 2023 01:00:22 +0000 References: In-Reply-To: To: Daniel Xu Cc: kadlec@netfilter.org, davem@davemloft.net, pabeni@redhat.com, ast@kernel.org, edumazet@google.com, pablo@netfilter.org, kuba@kernel.org, fw@strlen.de, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, lkp@intel.com Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Mon, 31 Jul 2023 15:55:00 -0600 you wrote: > Before, we were getting this warning: > > net/netfilter/nf_bpf_link.c:32:1: warning: 'get_proto_defrag_hook' defined but not used [-Wunused-function] > > Guard the definition with CONFIG_NF_DEFRAG_IPV[4|6]. > > Fixes: 91721c2d02d3 ("netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link") > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202307291213.fZ0zDmoG-lkp@intel.com/ > Signed-off-by: Daniel Xu > > [...] Here is the summary with links: - netfilter: bpf: Only define get_proto_defrag_hook() if necessary https://git.kernel.org/bpf/bpf-next/c/81584c23f249 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html