aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2022-03-12 22:59:36 -0800
committerMichael Ellerman <[email protected]>2022-03-16 11:34:07 +1100
commitd64e3eab75a8e1e900c0fda2410a2df8893d8f85 (patch)
tree5bd23d20d8a351e3c253ac02812a7436639db722 /scripts/gdb/linux/tasks.py
parentd799769188529abc6cbf035a10087a51f7832b6b (diff)
powerpc/xive: 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 xive_off() and xive_store_eoi_cmdline(). Fixes: 243e25112d06 ("powerpc/xive: Native exploitation of the XIVE interrupt controller") Fixes: c21ee04f11ae ("powerpc/xive: Add a kernel parameter for StoreEOI") [lore.kernel.org/r/[email protected]] Reported-by: Igor Zhbanov <[email protected]>: Signed-off-by: Randy Dunlap <[email protected]> Reviewed-by: Cédric Le Goater <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions