On Tue, Aug 01, 2023 at 09:34:10AM -0700, Linus Torvalds wrote: > On Mon, 31 Jul 2023 at 23:28, <gregkh@xxxxxxxxxxxxxxxxxxx> 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. Thanks, that worked, now queued up. greg k-h