Re: [PATCH v2 bpf-next 2/2] selftests/bpf: Add selftests for load-acquire/store-release when register number is invalid

From: Eduard Zingerman
Date: Fri Mar 21 2025 - 23:17:41 EST


On Sat, 2025-03-22 at 11:48 +0900, Kohei Enju wrote:

[...]

> I chose the minimum invalid register regardless of the actual occurrence
> of the splat, since the validity check of this type might be `regno >=
> MAX_BPF_REG` or not.
> Sorry for my confusing choice.
>
> Since I'm not attached to that particular choice, I'll change it to R15.
> Thank you for reviewing and providing feedback!

Hi Kohei,

Thank you for detailed explanation.
Please add 'Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx>'
for the next revision.

Thanks,
Eduard

[...]