Merge branch 'Two fixes for cpu-map'
authorMartin KaFai Lau <martin.lau@kernel.org>
Mon, 31 Jul 2023 22:37:13 +0000 (15:37 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Mon, 31 Jul 2023 22:45:38 +0000 (15:45 -0700)
Hou Tao says:

====================

The patchset fixes two reported warning in cpu-map when running
xdp_redirect_cpu and some RT threads concurrently. Patch #1 fixes
the warning in __cpu_map_ring_cleanup() when kthread is stopped
prematurely. Patch #2 fixes the warning in __xdp_return() when
there are pending skbs in ptr_ring.

Please see individual patches for more details. And comments are always
welcome.

====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>

Trivial merge