From: Eric Dumazet <eduma...@google.com> Date: Wed, 6 May 2020 09:21:15 -0700
> Since chunk_size is no longer an integer, we can not > use it directly as an argument of setsockopt(). > > This patch should fix tcp_mmap for Big Endian kernels. > > Fixes: 597b01edafac ("selftests: net: avoid ptl lock contention in tcp_mmap") > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied, thanks Eric.