Re: [PATCH v2] tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user
From: Steven Rostedt
Date: Wed Oct 01 2025 - 08:15:44 EST
On Wed, 1 Oct 2025 11:11:16 +0200
Thorsten Blum <thorsten.blum@xxxxxxxxx> wrote:
> On 1. Oct 2025, at 01:09, Steven Rostedt wrote:
> > Thanks, you can base it off of my for-next branch.
>
> I think your for-next branch[1] doesn't include the fix a2501032de0d
> ("tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()")
> yet, does it? My patch would need to be applied on top of that.
>
> Thanks,
> Thorsten
>
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git/log/?h=for-next
Interesting, because it failed to merge when I ran my script to merge all
my "for-next" branches. :-/
Anyway, apply it on top v6.17.
Thanks,
-- Steve