From ed32a0634751f05f81a735af90b046d63d0c18a2 Mon Sep 17 00:00:00 2001 From: Dave Thaler Date: Sat, 9 Nov 2024 12:02:28 -0800 Subject: [PATCH] Fix test Signed-off-by: Dave Thaler --- test-data/subtract.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test-data/subtract.yaml b/test-data/subtract.yaml index 3c7047d96..a065a6b84 100644 --- a/test-data/subtract.yaml +++ b/test-data/subtract.yaml @@ -159,3 +159,4 @@ post: - r10.stack_offset=4096 messages: - "0: Upper bound must be at most EBPF_TOTAL_STACK_SIZE (r2.type == number or r1.type == r2.type in {ctx, stack, packet})" + - "0: Lower bound must be at least r10.stack_offset - EBPF_SUBPROGRAM_STACK_SIZE (r2.type == number or r1.type == r2.type in {ctx, stack, packet})"