Skip to content

Commit 27edc45

Browse files
committed
tgupdate: merge t/DO-NOT-MERGE-mptcp-enabled-by-default into t/upstream base
2 parents a212f28 + 1031b24 commit 27edc45

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

tools/testing/selftests/bpf/progs/cgroup_read_xattr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <bpf/bpf_core_read.h>
88
#include "bpf_experimental.h"
99
#include "bpf_misc.h"
10+
#include "cgrp_kfunc_common.h"
1011

1112
char _license[] SEC("license") = "GPL";
1213

tools/testing/selftests/bpf/progs/iters_testmod.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
char _license[] SEC("license") = "GPL";
1010

11+
void bpf_rcu_read_lock(void) __ksym;
12+
void bpf_rcu_read_unlock(void) __ksym;
13+
1114
SEC("raw_tp/sys_enter")
1215
__success
1316
int iter_next_trusted(const void *ctx)

tools/testing/selftests/bpf/progs/read_cgroupfs_xattr.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
char _license[] SEC("license") = "GPL";
1111

12+
void bpf_rcu_read_lock(void) __ksym;
13+
void bpf_rcu_read_unlock(void) __ksym;
14+
1215
pid_t target_pid = 0;
1316

1417
char xattr_value[64];

0 commit comments

Comments
 (0)