Various improvements and fixes.
https://lwn.net/Articles/899526/

Including one speedup, where depmod would spend
a lot of time, in the order of million syscalls,
resolving modules on target.

Another useful addition is the retry removal backoff
for modules that are still in use.

Signed-off-by: Christian Melki <[email protected]>
---
 rules/libkmod.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libkmod.make b/rules/libkmod.make
index 8a085601a..f9076f09f 100644
--- a/rules/libkmod.make
+++ b/rules/libkmod.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBKMOD) += libkmod
 #
 # Paths and names
 #
-LIBKMOD_VERSION        := 29
-LIBKMOD_MD5    := e81e63acd80697d001c8d85c1acb38a0
+LIBKMOD_VERSION        := 30
+LIBKMOD_MD5    := 85202f0740a75eb52f2163c776f9b564
 LIBKMOD                := kmod-$(LIBKMOD_VERSION)
 LIBKMOD_SUFFIX := tar.xz
 LIBKMOD_URL    := $(call ptx/mirror, KERNEL, 
utils/kernel/kmod/$(LIBKMOD).$(LIBKMOD_SUFFIX))
-- 
2.34.1


Reply via email to