]> git.ipfire.org Git - thirdparty/linux.git/commit
riscv: increase COMMAND_LINE_SIZE value to 2048
authorAustin Kim <austin.kim@lge.com>
Sat, 4 Apr 2026 01:28:47 +0000 (19:28 -0600)
committerPaul Walmsley <pjw@kernel.org>
Sun, 5 Apr 2026 00:42:44 +0000 (18:42 -0600)
commit580e626dd0304b4cafb2a5d21c6f0401b44f0ffb
tree2d75de7424ed4adcb136d421467f5158d5f8e5a4
parentca1dd5c4a54b8aab9ea07680337c4c194f49861f
riscv: increase COMMAND_LINE_SIZE value to 2048

SoC people may send many parameters to configure the drivers via kernel
command line. If COMMAND_LINE_SIZE is not enough, they may go through
unexpected error.

To avoid the potential pain, we had better increase COMMAND_LINE_SIZE.

Signed-off-by: Austin Kim <austin.kim@lge.com>
Link: https://patch.msgid.link/aW3gFmOlA/Z4kmfJ@adminpc-PowerEdge-R7525
Signed-off-by: Paul Walmsley <pjw@kernel.org>
arch/riscv/include/uapi/asm/setup.h