]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: correctly tag kmod_module_new_from_name_lookup
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 19 Jul 2024 16:12:42 +0000 (17:12 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 20 Jul 2024 14:11:01 +0000 (09:11 -0500)
commita5b7ac3ee1b1f2fbe6e2f7c2b3ec6c73fa2d22ff
tree4dfffc25d4946c6f596b6cfd594f492be2d4d880
parent89596b75185a478939aa2a70049f2fd0cb1bc3b0
libkmod: correctly tag kmod_module_new_from_name_lookup

The symbol was introduced with v30, yet was erroneously added in the v5
section. Move it to the correct place.

In theory this might cause an issue - severity depends on how the
runtime linker is setup. From a harmless warning (on stderr/stdout) to
failure to load the library.

In practise this shouldn't be a problem, since there are seemingly no
external users of the API.

Fixes: 9becaae ("libkmod: Add lookup from module name")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20240719-abi-fixes-v1-2-1e6d99a2846b@gmail.com
libkmod/libkmod.sym