在 2023-07-09星期日的 17:43 +0200,Markus Elfring写道: > > This patch tends to fix broken CONFIG_CMDLINE, which is not working with > > CONFIG_CMDLINE_EXTEND or CONFIG_CMDLINE_BOOTLOADER. Some code is absent in > > arch/loongarch/kernel/setup.c, which should handle built-in command lines > > in CONFIG_CMDLINE. The absence of such code causes CONFIG_CMDLINE not > > working if CONFIG_CMDLINE_EXTEND or CONFIG_CMDLINE_BOOTLOADER is set to Y. > … > > Which circumstances did hinder you to choose another imperative change suggestion? > > See also: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.4#n94 > > Regards, > Markus I'm trying boot the system with a single bootloongarch64.efi and got stuck on mounting rootfs. It turns out to be the malfunction of kernel which dropped my built-in command line. It's quiet annoying to be lacking a feature compared to other architectures. Also, a feature shown in config should be functioning, or be considered buggy and get fixed.