Re: [for-linus][PATCH 2/2] tracing: Fix wasted memory in saved_cmdlines logic

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 09 Feb 2024 05:22:22 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

>  	s->map_cmdline_to_pid = kmalloc_array(val,
>  					      sizeof(*s->map_cmdline_to_pid),
>  					      GFP_KERNEL);
> -	if (!s->map_cmdline_to_pid)
> -		return -ENOMEM;
> -

The above was accidentally removed. Putting it back (with an update for
the new algorithm) and retesting now.

-- Steve




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux