bpf: Define no-ops for externally called bpf dynptr functions
authorJoanne Koong <joannelkoong@gmail.com>
Wed, 1 Mar 2023 15:49:47 +0000 (07:49 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 1 Mar 2023 17:55:23 +0000 (09:55 -0800)
commit8357b366cbb09b17c90e2cd758360a6bd2ea7507
treec52cff5348459d1b870d6285ec328f67ced20773
parent1d18feb2c915c5ad0a9a61d04b8560e8efb78ce8
bpf: Define no-ops for externally called bpf dynptr functions

Some bpf dynptr functions will be called from places where
if CONFIG_BPF_SYSCALL is not set, then the dynptr function is
undefined. For example, when skb type dynptrs are added in the
next commit, dynptr functions are called from net/core/filter.c

This patch defines no-op implementations of these dynptr functions
so that they do not break compilation by being an undefined reference.

Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Link: https://lore.kernel.org/r/20230301154953.641654-5-joannelkoong@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
include/linux/bpf.h