Patch "tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry" has been added to the 5.15-stable tree

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

 



This is a note to let you know that I've just added the patch titled

    tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     tracing-fix-ftrace_record_recursion_size-kconfig-ent.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 16c9bf4ba17abcfd8818814a7ad662ca950a6f8e
Author: Prasad Pandit <pjp@xxxxxxxxxxxxxxxxx>
Date:   Fri Mar 22 17:48:01 2024 +0530

    tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entry
    
    [ Upstream commit d96c36004e31e2baaf8ea1b449b7d0b2c2bfb41a ]
    
    Fix FTRACE_RECORD_RECURSION_SIZE entry, replace tab with
    a space character. It helps Kconfig parsers to read file
    without error.
    
    Link: https://lore.kernel.org/linux-trace-kernel/20240322121801.1803948-1-ppandit@xxxxxxxxxx
    
    Cc: Masami Hiramatsu <mhiramat@xxxxxxxxxx>
    Cc: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
    Fixes: 773c16705058 ("ftrace: Add recording of functions that caused recursion")
    Signed-off-by: Prasad Pandit <pjp@xxxxxxxxxxxxxxxxx>
    Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
    Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 4265d125d50f3..6caa551b7fc98 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -847,7 +847,7 @@ config FTRACE_RECORD_RECURSION
 
 config FTRACE_RECORD_RECURSION_SIZE
 	int "Max number of recursed functions to record"
-	default	128
+	default 128
 	depends on FTRACE_RECORD_RECURSION
 	help
 	  This defines the limit of number of functions that can be




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux