Re: [PATCH v2] lib: fix bitmap_parse() on 64-bit big endian archs

2020-06-09 Thread Andy Shevchenko
On Mon, Jun 8, 2020 at 8:47 PM Alexander Gordeev wrote: > > Commit 2d6261583be0 ("lib: rework bitmap_parse()") does not > take into account order of halfwords on 64-bit big endian > architectures. As result (at least) Receive Packet Steering, > IRQ affinity masks and runtime kernel test

[PATCH v2] lib: fix bitmap_parse() on 64-bit big endian archs

2020-06-08 Thread Alexander Gordeev
Commit 2d6261583be0 ("lib: rework bitmap_parse()") does not take into account order of halfwords on 64-bit big endian architectures. As result (at least) Receive Packet Steering, IRQ affinity masks and runtime kernel test "test_bitmap" get broken on s390. Fixes: 2d6261583be0 ("lib: rework