Hi Jose, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on bpf-next/master] [cannot apply to bpf/master linus/master v6.2 next-20230225] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Jose-E-Marchesi/bpf-docs-Document-BPF-insn-encoding-in-term-of-stored-bytes/20230225-040647 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master patch link: https://lore.kernel.org/r/87y1om25l4.fsf%40oracle.com patch subject: [PATCH] bpf, docs: Document BPF insn encoding in term of stored bytes reproduce: # https://github.com/intel-lab-lkp/linux/commit/018d3423bad903b4544673361f6df2ea28ce047a git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Jose-E-Marchesi/bpf-docs-Document-BPF-insn-encoding-in-term-of-stored-bytes/20230225-040647 git checkout 018d3423bad903b4544673361f6df2ea28ce047a make menuconfig # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS make htmldocs If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Link: https://lore.kernel.org/oe-kbuild-all/202302252028.csJFgGqg-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> Documentation/bpf/instruction-set.rst:75: WARNING: Definition list ends without a blank line; unexpected unindent. vim +75 Documentation/bpf/instruction-set.rst 70 71 opcode offset imm assembly 72 src dst 73 07 0 1 00 00 44 33 22 11 r1 += 0x11223344 // little 74 dst src > 75 07 1 0 00 00 11 22 33 44 r1 += 0x11223344 // big 76 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests