lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <ebc84c09-830d-f13b-f3f6-02e4327f2e5b@iogearbox.net> Date: Fri, 15 Feb 2019 15:23:01 +0100 From: Daniel Borkmann <daniel@...earbox.net> To: Yonghong Song <yhs@...com>, Andrey Ignatov <rdna@...com>, "netdev@...r.kernel.org" <netdev@...r.kernel.org> Cc: "ast@...nel.org" <ast@...nel.org>, Kernel Team <Kernel-team@...com> Subject: Re: [PATCH bpf-next 2/2] libbpf: Introduce bpf_object__btf On 02/15/2019 02:53 AM, Yonghong Song wrote: > On 2/14/19 3:01 PM, Andrey Ignatov wrote: >> Add new accessor for bpf_object to get opaque struct btf * from it. >> >> struct btf * is needed for all operations with BTF and it's present in >> bpf_object. The only thing missing is a way to get it. >> >> Example use-case is to get BTF key_type_id an value_type_id for a map in > nit: an => and >> bpf_object. It can be done with btf__get_map_kv_tids() but that function >> requires struct btf *. Series applied and fixed above typo, thanks!
Powered by blists - more mailing lists