commit | 4ddb74165ae580b6dcbb5ab1919d994fc8d03c3f | [log] [tgz] |
---|---|---|
author | Dmitrii Banshchikov <me@ubique.spb.ru> | Sat Feb 13 00:56:40 2021 +0400 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Feb 12 17:37:23 2021 -0800 |
tree | 7244783d339fd39077d07a6a30bde08aa4f4bfea | |
parent | feb4adfad575c1e27cbfaa3462f376c13da36942 [diff] |
bpf: Extract nullable reg type conversion into a helper function Extract conversion from a register's nullable type to a type with a value. The helper will be used in mark_ptr_not_null_reg(). Signed-off-by: Dmitrii Banshchikov <me@ubique.spb.ru> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20210212205642.620788-3-me@ubique.spb.ru