Re: [PATCH] selftests: find_symbol: Actually use load_mod() parameter
From: Luis Chamberlain
Date: Thu Nov 28 2024 - 14:27:52 EST
On Thu, Nov 28, 2024 at 03:04:52PM +0100, Geert Uytterhoeven wrote:
> The parameter passed to load_mod() is stored in $MOD, but never used.
> Obviously it was intended to be used instead of the hardcoded
> "test_kallsyms_b" module name.
>
> Fixes: 84b4a51fce4ccc66 ("selftests: add new kallsyms selftests")
> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Thanks, I queued this up and already sent it as part of a pull request
to Linus as I head two other minor fixes as well.
Luis