Bug 1219328 - sync PSTORE configs with SLE15-SP6
Summary: sync PSTORE configs with SLE15-SP6
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Jiri Slaby
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-30 06:51 UTC by Jiri Slaby
Modified: 2024-03-24 02:10 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Slaby 2024-01-30 06:51:01 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.
Comment 1 Jiri Slaby 2024-01-30 07:20:40 UTC
Pushed.
Comment 2 Takashi Iwai 2024-01-30 08:03:35 UTC
I followed the changes on ALP-current branch, too.