On Thu, 2025-07-24 at 15:44 +0200, Paul Chaignon wrote: > The improvement of the u64/s64 range refinement fixed the invariant > violation that was happening on this test for BPF_JSLT when crossing the > sign boundary. > > After this patch, we have one test remaining with a known invariant > violation. It's the same test as fixed here but for 32 bits ranges. > > Signed-off-by: Paul Chaignon <paul.chaignon@xxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]