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

2020-05-12 Thread Christian Borntraeger
On 12.05.20 17:21, Alexander Gordeev wrote: > Commit 2d626158 ("lib: rework bitmap_parse()") does > not take into account order of halfwords on 64-bit > big endian architectures. Karsten reported that this broke receive packet steering in 5.5 and later. So we should add cc stable and a Fixes

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

2020-05-12 Thread Alexander Gordeev
Commit 2d626158 ("lib: rework bitmap_parse()") does not take into account order of halfwords on 64-bit big endian architectures. Cc: Yury Norov Signed-off-by: Alexander Gordeev --- lib/bitmap.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git