Bugzilla – Bug 1219328
sync PSTORE configs with SLE15-SP6
Last modified: 2024-03-24 02:10:39 UTC
There are unintended changes in TW config in comparison with SLE15-SP6: -CONFIG_PSTORE_CONSOLE=y -CONFIG_PSTORE_PMSG=y -CONFIG_PSTORE_FTRACE=y +# CONFIG_PSTORE_CONSOLE is not set +# CONFIG_PSTORE_PMSG is not set +# CONFIG_PSTORE_FTRACE is not set -CONFIG_PSTORE_BLK_PMSG_SIZE=64 -CONFIG_PSTORE_BLK_CONSOLE_SIZE=64 -CONFIG_PSTORE_BLK_FTRACE_SIZE=64 jsc#SLE-16304 enabled them for SLE. Let's sync them.
Pushed.
I followed the changes on ALP-current branch, too.