]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: add TODO for module hashkey handling
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 May 2025 14:31:36 +0000 (15:31 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 11 Jun 2025 12:54:40 +0000 (07:54 -0500)
commit52e20d50a6109c00a9723b6f61e77a7f2f114939
treeeb2023ec2118754d296735f59583c7d77a2d8da2
parent5610688ec062cfeb546b105e60c76b3f8ed3130d
libkmod: add TODO for module hashkey handling

We currently "leak" the hashkey handling in a few places. As result we
ignore the name passed to kmod_module_new().

Add a TODO entry and silence the unused parameter compiler warning.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/361
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.clang-format
libkmod/libkmod-module.c
shared/macro.h