On Mon, 31 Jul 2023 at 23:28, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 6.4-stable tree.
Ahh. The vma_is_tcp() checks are new.
I think you can literally just remove all occurrences of
&& !vma_is_tcp(vma)
in that patch to make it apply.
The end result should look something like the attached, afaik.
Linus