diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-08-18 18:09:42 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-08-18 18:09:42 -0700 |
| commit | b960327ab340b54f8e20f3af5d0751e2941b6675 (patch) | |
| tree | 0468f46f04b86b9d40f6080e5b78faaf01037d89 | |
| parent | b126f6f5940f614cc06bba61c77dec2d75e8ceaf (diff) | |
| parent | b0fa123835c147e77b9a967de76dc899062bd405 (diff) | |
Merge tag 'ras_core_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 MCE update from Borislav Petkov:
- Add mce=print_all to the mce= kernel cmdline params documentation
* tag 'ras_core_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/mce: Document the mce=print_all command line parameter
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 6e92367f5244..6172ef2a71c2 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3806,6 +3806,9 @@ Kernel parameters nobootlog disable boot machine check logging. + print_all + print all machine check logs to the console. + monarchtimeout (number) sets the time in us to wait for other CPUs on machine checks. 0 to disable. |
