]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 7 Jan 2022 21:53:26 +0000 (13:53 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 13 Jan 2022 01:01:37 +0000 (17:01 -0800)
commit54abe705e6e63c7946bf0cdf34406e78ba5dc8d5
tree454d715af3aa1c6ae358f22c32584b34f9e96ab0
parent2e03a3b0f4599e6f81e4d85f431d033365316f36
parent20dd37b452d6cd1d3156aef743c2801b1d8d04ca
Merge branch 'libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts'

Christy Lee says:

====================

All xattr APIs are being dropped, mark bpf_prog_attach_opts() as deprecated
and rename to bpf_prog_attach_xattr(). Replace all usages of the deprecated
function with the new function name.

  [0] Closes: https://github.com/libbpf/libbpf/issues/285

Changelog:
----------
v2 -> v3:
https://lore.kernel.org/all/20220106234639.1418484-2-christylee@fb.com/

* Fixed build break

v1 -> v2:
https://lore.kernel.org/all/20211230000110.1068538-1-christylee@fb.com/

* Used alias instead of returning original function
* Split out selftests to a different commit
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>