Files
linux/tools/objtool
Josh Poimboeuf 4ac2ba35f6 objtool: Remove error handling boilerplate
Up to a certain point in objtool's execution, all errors are fatal and
return -1.  When propagating such errors, just return -1 directly
instead of trying to propagate the original return code.  This helps
make the code more compact and the behavior more explicit.

Acked-by: Petr Mladek <pmladek@suse.com>
Tested-by: Joe Lawrence <joe.lawrence@redhat.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
2025-10-14 14:45:23 -07:00
..
2023-01-30 16:27:46 -08:00
2023-01-30 16:27:46 -08:00
2025-09-04 13:15:59 +02:00
2022-04-22 12:32:01 +02:00