On Thu, Sep 10, 2020 at 01:24 AM CEST, Ilya Leoshkevich wrote: > This test makes a lot of narrow load checks while assuming little > endian architecture, and therefore fails on s390. > > Fix by introducing LSB and LSW macros and using them to perform narrow > loads. > > Fixes: 0ab5539f8584 ("selftests/bpf: Tests for BPF_SK_LOOKUP attach point") > Signed-off-by: Ilya Leoshkevich <iii@xxxxxxxxxxxxx> > --- Keeping some lines > 80 chars would make it a bit more readable IMO, but otherwise LGTM. Thank you for fixing it. Reviewed-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> [...]