]> git.ipfire.org Git - thirdparty/kmod.git/commit
Lookup aliases in the modules.builtin.modinfo
authorAlexey Gladkov <gladkov.alexey@gmail.com>
Fri, 8 Nov 2019 17:25:22 +0000 (18:25 +0100)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 19 Dec 2019 00:56:58 +0000 (16:56 -0800)
commitb866b2165ae6cf18fb26b635f4a7ee57c0334731
treeba634e5ce071c1e3b6d7dec08c20e60421f1962d
parent73eed2aba3cbe18bbda40f18f7bc32e8de1ec81f
Lookup aliases in the modules.builtin.modinfo

New modules.builtin.modinfo duplicates modules.builtin in the built-in
module name search. If it exists, then we can use this file, but if not,
then we need to fallback to the old file.

Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
libkmod/libkmod-internal.h
libkmod/libkmod-module.c
libkmod/libkmod.c
libkmod/libkmod.h
tools/depmod.c