summaryrefslogtreecommitdiff
path: root/tools/lib/python/feat
diff options
context:
space:
mode:
authorPeter Oberparleiter <oberpar@linux.ibm.com>2026-05-06 17:53:27 +0300
committerAlexander Gordeev <agordeev@linux.ibm.com>2026-05-11 17:42:31 +0300
commita2cec6863709d6673a025acc066c962b85a75842 (patch)
tree3db031e84f91d2d7f94bc86936c870eb29ea5c7b /tools/lib/python/feat
parent4179c39842273d3452db062ef73f850327bfd638 (diff)
downloadlinux-a2cec6863709d6673a025acc066c962b85a75842.tar.xz
s390/debug: Add s390dbf kernel parameter
Problem determination using s390dbf logging sometimes requires changing the default logging level or log area size. While this is possible using sysfs interfaces, there is no easy way to adjust these parameters for early boot code that emits logs before userspace is available. Add an s390dbf kernel parameter to address this shortcoming. The parameter can be used to specify log level and area size (in units of pages). A level of '-' turns logging off for an area. Logs can be identified by name or a shell-style pattern. Parameter format: s390dbf=<name|pattern>:[<level>|-]:[<pages>][,...] Example: s390dbf=cio*:6:128,sclp_err::2 Specified parameters are applied immediately during debug area registration for regular log areas. For early, static debug areas, log levels are changed during early_param() parsing, while size changes are applied at arch_initcall-time. Signed-off-by: Peter Oberparleiter <oberpar@linux.ibm.com> Tested-by: Vineeth Vijayan <vneethv@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'tools/lib/python/feat')
0 files changed, 0 insertions, 0 deletions