diff options
| author | Andrii Nakryiko <[email protected]> | 2021-09-16 01:58:32 +0000 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2021-09-17 16:04:12 +0000 |
| commit | 277641859e833549722eb82c97cbc2d55421df7c (patch) | |
| tree | a2239b4f700ca4316878b00ccfb8e497e107c444 /tools/lib/bpf/libbpf.h | |
| parent | selftests/bpf: Stop using relaxed_core_relocs which has no effect (diff) | |
| download | kernel-277641859e833549722eb82c97cbc2d55421df7c.tar.gz kernel-277641859e833549722eb82c97cbc2d55421df7c.zip | |
libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs
It's relevant and hasn't been doing anything for a long while now.
Deprecated it.
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/lib/bpf/libbpf.h')
| -rw-r--r-- | tools/lib/bpf/libbpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/bpf/libbpf.h b/tools/lib/bpf/libbpf.h index 2f6f0e15d1e7..7111e8d651de 100644 --- a/tools/lib/bpf/libbpf.h +++ b/tools/lib/bpf/libbpf.h @@ -83,6 +83,7 @@ struct bpf_object_open_opts { * Non-relocatable instructions are replaced with invalid ones to * prevent accidental errors. * */ + LIBBPF_DEPRECATED_SINCE(0, 6, "field has no effect") bool relaxed_core_relocs; /* maps that set the 'pinning' attribute in their definition will have * their pin_path attribute set to a file in this directory, and be |
