Re: [PATCH] uprobes: use vm_special_mapping close() functionality
From: Linus Torvalds
Date: Tue Sep 03 2024 - 15:34:58 EST
On Tue, 3 Sept 2024 at 12:31, Sven Schnelle <svens@xxxxxxxxxxxxx> wrote:
>
> > Either use kzalloc(), or do a proper initializer something like this:
>
> I sent a patch which does this today:
Ack, looks good.
This should probably be backported independently of the new close()
series, since the mremap issue seems to be a longstanding issue.
Linus