Merge branch 'verifier/xdp_direct_packet_access.c converted to inline assembly'
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 28 Mar 2023 21:48:27 +0000 (14:48 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 28 Mar 2023 21:48:28 +0000 (14:48 -0700)
Eduard Zingerman says:

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

verifier/xdp_direct_packet_access.c automatically converted to inline
assembly using [1].

This is a leftover from [2], the last patch in a batch was blocked by
mail server for being too long. This patch-set splits it in two:
- one to add migrated test to progs/
- one to remove old test from verifier/

[1] Migration tool
    https://github.com/eddyz87/verifier-tests-migrator
[2] First batch of migrated verifier/*.c tests
    https://lore.kernel.org/bpf/167979433109.17761.17302808621381963629.git-patchwork-notify@kernel.org/
====================

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

Trivial merge