diff options
| author | Philipp Rudo <[email protected]> | 2021-12-25 05:12:39 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-12-25 20:20:55 +0000 |
| commit | 71d2bcec2d4d69ff109c497e6611d6c53c8926d4 (patch) | |
| tree | 974ec36efc4dc51d56f448190c7853b5c8af0f03 /tools/perf/scripts/python/libxed.py | |
| parent | mm: mempolicy: fix THP allocations escaping mempolicy restrictions (diff) | |
| download | kernel-71d2bcec2d4d69ff109c497e6611d6c53c8926d4.tar.gz kernel-71d2bcec2d4d69ff109c497e6611d6c53c8926d4.zip | |
kernel/crash_core: suppress unknown crashkernel parameter warning
When booting with crashkernel= on the kernel command line a warning
similar to
Kernel command line: ro console=ttyS0 crashkernel=256M
Unknown kernel command line parameters "crashkernel=256M", will be passed to user space.
is printed.
This comes from crashkernel= being parsed independent from the kernel
parameter handling mechanism. So the code in init/main.c doesn't know
that crashkernel= is a valid kernel parameter and prints this incorrect
warning.
Suppress the warning by adding a dummy early_param handler for
crashkernel=.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 86d1919a4fb0 ("init: print out unknown kernel parameters")
Signed-off-by: Philipp Rudo <[email protected]>
Acked-by: Baoquan He <[email protected]>
Cc: Andrew Halaney <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
