Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Sat, 27 Jan 2024 11:46:29 -0800 you wrote: > For 64-bit immediate instruction, 'BPF_IMM | BPF_DW | BPF_LD' and > src_reg=[0-6], the current documentation describes the 64-bit > immediate is constructed by > imm64 = (next_imm << 32) | imm > > But actually imm64 is only used when src_reg=0. For all other > variants (src_reg != 0), 'imm' and 'next_imm' have separate special > encoding requirement and imm64 cannot be easily used to describe > instruction semantics. > > [...] Here is the summary with links: - [bpf-next,docs/bpf] Improve documentation of 64-bit immediate instructions https://git.kernel.org/bpf/bpf-next/c/ced33f2cfa21 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html