Thanks, applied as 3c090b5deee8239699a5dd3a33b5a6998b7666a7. Michael
[sent from post-receive hook] On Thu, 04 Aug 2022 17:14:03 +0200, Christian Melki <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/libkmod.make b/rules/libkmod.make > index 8a085601a367..f9076f09f588 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))
