Re: [patch V2 RESEND 2/6] perf/core: Split out mlock limit handling
From: Lorenzo Stoakes
Date: Mon Aug 11 2025 - 08:58:23 EST
On Mon, Aug 11, 2025 at 02:36:30PM +0200, Thomas Gleixner wrote:
> To prepare for splitting the buffer allocation out into seperate functions
NIT: seperate -> separate
> for the ring buffer and the AUX buffer, split out mlock limit handling into
> a helper function, which can be called from both.
>
> No functional change intended.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
>
> ---