Skip to content

Commit 921ed1a

Browse files
committed
tgupdate: merge t/DO-NOT-MERGE-mptcp-enabled-by-default into t/upstream base
2 parents fd77aab + a0c3ad6 commit 921ed1a

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

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

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

1211
char _license[] SEC("license") = "GPL";
1312

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <stdbool.h>
77
#include <bpf/bpf_helpers.h>
88
#include <bpf/bpf_tracing.h>
9-
#include "bpf_kfuncs.h"
109
#include "bpf_misc.h"
1110
#include "errno.h"
1211

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
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-
1411
SEC("raw_tp/sys_enter")
1512
__success
1613
int iter_next_trusted(const void *ctx)

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@
66
#include <bpf/bpf_helpers.h>
77
#include <bpf/bpf_core_read.h>
88
#include "bpf_experimental.h"
9-
#include "cgrp_kfunc_common.h"
109

1110
char _license[] SEC("license") = "GPL";
1211

13-
void bpf_rcu_read_lock(void) __ksym;
14-
void bpf_rcu_read_unlock(void) __ksym;
15-
1612
pid_t target_pid = 0;
1713

1814
char xattr_value[64];

0 commit comments

Comments
 (0)