On Mon, 20 Aug 2018 09:54:25 +0900, Prashant Bhole wrote: > s/ENOTSUPP/EOPNOTSUPP/ in function umem_assign_dev(). > This function's return value is directly returned by xsk_bind(). > EOPNOTSUPP is bind()'s possible return value. > > Fixes: f734607e819b ("xsk: refactor xdp_umem_assign_dev()") > Signed-off-by: Prashant Bhole <bhole_prashant...@lab.ntt.co.jp>
FWIW the refactoring commit just cleaned up the code, is it worth submitting a patch to stable to correct 4.18 as well?