mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 23:46:14 +01:00
The default SH kunit configuration sets CONFIG_CMDLINE_OVERWRITE which
completely disregards the cmdline passed from the bootloader/QEMU in favor
of the builtin CONFIG_CMDLINE.
However the kunit tool needs to pass arguments to the in-kernel kunit core,
for filters and other runtime parameters.
Enable CONFIG_CMDLINE_EXTEND instead, so kunit arguments are respected.
Link: https://lore.kernel.org/r/20250407-kunit-sh-v1-1-f5432a54cf2f@linutronix.de
Fixes:
|
||
|---|---|---|
| .. | ||
| alpha.py | ||
| arm.py | ||
| arm64.py | ||
| i386.py | ||
| loongarch.py | ||
| m68k.py | ||
| powerpc.py | ||
| riscv.py | ||
| s390.py | ||
| sh.py | ||
| sparc.py | ||
| x86_64.py | ||