diff options
| author | Randy Dunlap <[email protected]> | 2023-03-06 04:00:32 +0000 |
|---|---|---|
| committer | John Paul Adrian Glaubitz <[email protected]> | 2023-03-23 09:00:02 +0000 |
| commit | d1155e4132de712a9d3066e2667ceaad39a539c5 (patch) | |
| tree | c53e25bd0a6c39d6bd1efc4a1cc0eaf1fe796536 /lib/test_vmalloc.c | |
| parent | sh: SH2007: drop the bad URL info (diff) | |
| download | kernel-d1155e4132de712a9d3066e2667ceaad39a539c5.tar.gz kernel-d1155e4132de712a9d3066e2667ceaad39a539c5.zip | |
sh: nmi_debug: fix return value of __setup handler
__setup() handlers should return 1 to obsolete_checksetup() in
init/main.c to indicate that the boot option has been handled.
A return of 0 causes the boot option/value to be listed as an Unknown
kernel parameter and added to init's (limited) argument or environment
strings. Also, error return codes don't mean anything to
obsolete_checksetup() -- only non-zero (usually 1) or zero.
So return 1 from nmi_debug_setup().
Fixes: 1e1030dccb10 ("sh: nmi_debug support.")
Signed-off-by: Randy Dunlap <[email protected]>
Reported-by: Igor Zhbanov <[email protected]>
Link: lore.kernel.org/r/[email protected]
Cc: John Paul Adrian Glaubitz <[email protected]>
Cc: Yoshinori Sato <[email protected]>
Cc: Rich Felker <[email protected]>
Cc: [email protected]
Cc: [email protected]
Reviewed-by: John Paul Adrian Glaubitz <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
Diffstat (limited to 'lib/test_vmalloc.c')
0 files changed, 0 insertions, 0 deletions
