]> git.ipfire.org Git - thirdparty/kmod.git/commit
modprobe: return error on timeout
authorTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 19 Jun 2025 16:44:51 +0000 (18:44 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 7 Jul 2025 15:20:33 +0000 (10:20 -0500)
commit2537c171bc906fcc67a6854c69b41cb0eb2db947
tree05747c752c9f50a4a2406a92564a3ecd57e62ccf
parentf71f74efa07ec289edfbd975ae1681cda506e26f
modprobe: return error on timeout

If module cannot be removed in time, return with a failure, not success:

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/377
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/modprobe.c