Hi, On Tue, 9 Sep 2025, Tiezhu Yang wrote:
> Add config LIVEPATCH_DEBUG and define DEBUG if CONFIG_LIVEPATCH_DEBUG > is set, then pr_debug() can print a debug level message, it is a easy > way to get debug information without dynamic debugging. I do not have a strong opinion but is it really worth it? Configuring dynamic debug is not difficult, it is more targetted (you can enable it just for a subset of functions in livepatch subsystem) and it can also be done on the command line. Miroslav