Merge branch 'Dynptr Verifier Adjustments'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 6 May 2023 23:42:58 +0000 (16:42 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 6 May 2023 23:43:10 +0000 (16:43 -0700)
commit6e61c5fa4d43d4c3f780f74ba6b08dba80bd653a
tree9a5ef4b52333e03d5360e85b6d3aa34fa9747050
parente04ddf179c2acb6de841016e5bcf29b26705b4ec
parent798e48fc28fa64aa4eca6e8a404fa20ac8f7c09e
Merge branch 'Dynptr Verifier Adjustments'

Daniel Rosenberg says:

====================
These patches relax a few verifier requirements around dynptrs.
Patches 1-3 are unchanged from v2, apart from rebasing
Patch 4 is the same as in v1, see
https://lore.kernel.org/bpf/CA+PiJmST4WUH061KaxJ4kRL=fqy3X6+Wgb2E2rrLT5OYjUzxfQ@mail.gmail.com/
Patch 5 adds a test for the change in Patch 4
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>