bpf: Rename bpf_verifer_log
bpf_verifer_log => bpf_verifier_log Signed-off-by: Martin KaFai Lau <kafai@fb.com> Acked-by: Alexei Starovoitov <ast@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:

committed by
Daniel Borkmann

parent
639a53da7c
commit
b9193c1b61
@@ -171,7 +171,7 @@ static DEFINE_MUTEX(bpf_verifier_lock);
|
||||
static void log_write(struct bpf_verifier_env *env, const char *fmt,
|
||||
va_list args)
|
||||
{
|
||||
struct bpf_verifer_log *log = &env->log;
|
||||
struct bpf_verifier_log *log = &env->log;
|
||||
unsigned int n;
|
||||
|
||||
if (!log->level || !log->ubuf || bpf_verifier_log_full(log))
|
||||
@@ -5611,7 +5611,7 @@ static void free_states(struct bpf_verifier_env *env)
|
||||
int bpf_check(struct bpf_prog **prog, union bpf_attr *attr)
|
||||
{
|
||||
struct bpf_verifier_env *env;
|
||||
struct bpf_verifer_log *log;
|
||||
struct bpf_verifier_log *log;
|
||||
int ret = -EINVAL;
|
||||
|
||||
/* no program is valid */
|
||||
|
Reference in New Issue
Block a user