Re: [PATCH v4 2/2] selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS

From: Daniel Borkmann
Date: Tue Jan 16 2024 - 11:36:25 EST


On 1/15/24 9:20 AM, Hao Sun wrote:
Add a test case for PTR_TO_FLOW_KEYS alu. Testing if alu with
variable offset on flow_keys is rejected.

Signed-off-by: Hao Sun <sunhao.th@xxxxxxxxx>

Thanks applied, I've also added a note that we already have coverage
on the success case. Do you plan to follow up with checking the
remaining pointer types as Eduard suggested earlier?

Thanks,
Daniel