From: Alexei Starovoitov Date: Thu, 15 Jan 2026 03:08:10 +0000 (-0800) Subject: Merge branch 'bpf-live-registers-computation-with-gotox' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a403a4aea32f1801a7f29b2385ec345d4faaf78;p=thirdparty%2Flinux.git Merge branch 'bpf-live-registers-computation-with-gotox' Anton Protopopov says: ==================== bpf: Live registers computation with gotox While adding a selftest for live registers computation with gotox, I've noticed that the code is actually incomplete. Namely, the destination register rX in `gotox rX` wasn't actually considered as used. Fix this and add a selftest. v1 -> v2: * only enable the new selftest on x86 and arm64 v1: https://lore.kernel.org/bpf/20260114113314.32649-1-a.s.protopopov@gmail.com/T/#t ==================== Acked-by: Eduard Zingerman Link: https://patch.msgid.link/20260114162544.83253-1-a.s.protopopov@gmail.com Signed-off-by: Alexei Starovoitov --- 9a403a4aea32f1801a7f29b2385ec345d4faaf78