Re: [RFC PATCH bpf-next v7 04/11] libbpf: introduce bpf_map__attach_struct_ops_opts()

From: Leon Hwang

Date: Thu May 28 2026 - 01:58:07 EST


On 27/5/26 23:43, Yonghong Song wrote:
>
>
> On 5/25/26 7:20 PM, Hui Zhu wrote:
>> From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
[...]
>> diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
>> index dfed8d60af05..6105619b5ecf 100644
>> --- a/tools/lib/bpf/libbpf.map
>> +++ b/tools/lib/bpf/libbpf.map
>> @@ -454,6 +454,7 @@ LIBBPF_1.7.0 {
>>           bpf_prog_assoc_struct_ops;
>>           bpf_program__assoc_struct_ops;
>>           btf__permute;
>> +        bpf_map__attach_struct_ops_opts;
>
> Function bpf_map__attach_struct_ops_opts should be in
> LIBBPF_1.8.0.
>

Pls also keep it in alphabet order.

Thanks,
Leon

>>   } LIBBPF_1.6.0;
>>     LIBBPF_1.8.0 {
>
>
>