Daniel Borkmann wrote: > From: Xu Kuohai <xukuohai@xxxxxxxxxx> > > Add cases to check if bound is updated correctly when 64-bit value is > not in the 32-bit range. > > Signed-off-by: Xu Kuohai <xukuohai@xxxxxxxxxx> > Signed-off-by: Daniel Borkmann <daniel@xxxxxxxxxxxxx> > --- > tools/testing/selftests/bpf/verifier/bounds.c | 121 ++++++++++++++++++ > 1 file changed, 121 insertions(+) > Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>