mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libkmod: Version bump. 29 -> 30.
@ 2022-07-14 16:41 Christian Melki
  2022-08-04 15:14 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-07-14 16:41 UTC (permalink / raw)
  To: ptxdist

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 <christian.melki@t2data.com>
---
 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-04 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14 16:41 [ptxdist] [PATCH] libkmod: Version bump. 29 -> 30 Christian Melki
2022-08-04 15:14 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox