diff options
author | Kumar Kartikeya Dwivedi <[email protected]> | 2022-12-08 02:11:35 +0530 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2022-12-08 18:25:31 -0800 |
commit | 6b75bd3d036745b9be30917909f03602099adbdb (patch) | |
tree | b737034debd7b3a86989ae5946eccaa21225aa19 /lib/mpi/mpi-sub-ui.c | |
parent | 6798152be4e7e03e156c3c4ba3c06b80ff2bbd99 (diff) |
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
ARG_PTR_TO_DYNPTR is akin to ARG_PTR_TO_TIMER, ARG_PTR_TO_KPTR, where
the underlying register type is subjected to more special checks to
determine the type of object represented by the pointer and its state
consistency.
Move dynptr checks to their own 'process_dynptr_func' function so that
is consistent and in-line with existing code. This also makes it easier
to reuse this code for kfunc handling.
Then, reuse this consolidated function in kfunc dynptr handling too.
Note that for kfuncs, the arg_type constraint of DYNPTR_TYPE_LOCAL has
been lifted.
Acked-by: David Vernet <[email protected]>
Acked-by: Joanne Koong <[email protected]>
Signed-off-by: Kumar Kartikeya Dwivedi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions