On Wed, Feb 16, 2022 at 12:19 PM Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> wrote: > > When commit e6ac2450d6de ("bpf: Support bpf program calling kernel > function") added kfunc support, it defined reg2btf_ids as a cheap way to > translate the verifier reg type to the appropriate btf_vmlinux BTF ID, > however commit c25b2ae13603 ("bpf: Replace PTR_TO_XXX_OR_NULL with > PTR_TO_XXX | PTR_MAYBE_NULL") moved the __BPF_REG_TYPE_MAX from the last The commit description shouldn't be wrapped into multiline. The subj also missed the "bpf:" prefix. I fixed that and pushed to bpf tree. Thanks!