On Wed, May 25, 2022 at 01:10:10PM +0300, Evgeniy Baskov wrote:
Command line needs to be combined in both compressed and uncompressed
kernel from built-in and boot command line strings, which requires
non-trivial logic depending on CONFIG_CMDLINE_BOOL and
CONFIG_CMDLINE_OVERRIDE.
Add a helper function to avoid code duplication.
Signed-off-by: Evgeniy Baskov <baskov@xxxxxxxxx>
You have some weird configuration to your git send-email which doesn't
add the "---" to split the patch commit message from the diffstat.
So that has been switched to strscpy() in the meantime:
8a33d96bd178 ("x86/setup: Use strscpy() to replace deprecated strlcpy()")
Please redo your set ontop of latest tip/master.