mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/4] libkmod: version bump 13 -> 16
@ 2014-01-13 18:38 Robert Schwebel
  2014-01-13 18:38 ` [ptxdist] [PATCH 2/4] e2fsprogs: version bump 1.42.7 -> 1.42.9 Robert Schwebel
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Robert Schwebel @ 2014-01-13 18:38 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

The patch applied to kmod-13 is upstream meanwhile, so we remove it.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 ...ssing-Don-t-call-syscall-with-syscallno-1.patch | 40 ----------------------
 patches/kmod-13/series                             |  4 ---
 rules/libkmod.make                                 |  4 +--
 3 files changed, 2 insertions(+), 46 deletions(-)
 delete mode 100644 patches/kmod-13/0001-missing-Don-t-call-syscall-with-syscallno-1.patch
 delete mode 100644 patches/kmod-13/series

diff --git a/patches/kmod-13/0001-missing-Don-t-call-syscall-with-syscallno-1.patch b/patches/kmod-13/0001-missing-Don-t-call-syscall-with-syscallno-1.patch
deleted file mode 100644
index a385d63..0000000
--- a/patches/kmod-13/0001-missing-Don-t-call-syscall-with-syscallno-1.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From: Lucas De Marchi <lucas.de.marchi@gmail.com>
-Date: Thu, 2 May 2013 13:22:57 -0300
-Subject: [PATCH] missing: Don't call syscall() with syscallno == -1
-
-Reported-by: Jean-Francis Roy <jeanfrancis@funtoo.org>
-Reported-by: Jan Luebbe <jlu@pengutronix.de>
----
- libkmod/missing.h |   10 ++++++----
- 1 file changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/libkmod/missing.h b/libkmod/missing.h
-index edb88b9..b31af84 100644
---- a/libkmod/missing.h
-+++ b/libkmod/missing.h
-@@ -1,5 +1,6 @@
- #pragma once
- 
-+#include <errno.h>
- #include <unistd.h>
- #include <sys/syscall.h>
- 
-@@ -15,13 +16,14 @@
- # define MODULE_INIT_IGNORE_VERMAGIC 2
- #endif
- 
--#ifndef __NR_finit_module
--# define __NR_finit_module -1
--#endif
--
- #ifndef HAVE_FINIT_MODULE
- static inline int finit_module(int fd, const char *uargs, int flags)
- {
-+#ifndef __NR_finit_module
-+	errno = ENOSYS;
-+	return -1;
-+#else
- 	return syscall(__NR_finit_module, fd, uargs, flags);
-+#endif
- }
- #endif
diff --git a/patches/kmod-13/series b/patches/kmod-13/series
deleted file mode 100644
index 3fc301f..0000000
--- a/patches/kmod-13/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-missing-Don-t-call-syscall-with-syscallno-1.patch
-# 0b7413dd7632441bc24225859a7d1866  - git-ptx-patches magic
diff --git a/rules/libkmod.make b/rules/libkmod.make
index 4595b68..761c5df 100644
--- a/rules/libkmod.make
+++ b/rules/libkmod.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBKMOD) += libkmod
 #
 # Paths and names
 #
-LIBKMOD_VERSION	:= 13
-LIBKMOD_MD5	:= d5aba43b9370cd52f3cb35e82a1aa595
+LIBKMOD_VERSION	:= 16
+LIBKMOD_MD5	:= 3006a0287211212501cdfe1211b29f09
 LIBKMOD		:= kmod-$(LIBKMOD_VERSION)
 LIBKMOD_SUFFIX	:= tar.xz
 LIBKMOD_URL	:= $(call ptx/mirror, KERNEL, utils/kernel/kmod/$(LIBKMOD).$(LIBKMOD_SUFFIX))
-- 
1.8.5.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2014-01-23 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-13 18:38 [ptxdist] [PATCH 1/4] libkmod: version bump 13 -> 16 Robert Schwebel
2014-01-13 18:38 ` [ptxdist] [PATCH 2/4] e2fsprogs: version bump 1.42.7 -> 1.42.9 Robert Schwebel
2014-01-13 18:38 ` [ptxdist] [PATCH 3/4] attr: version bump 2.4.46 -> 2.4.47 Robert Schwebel
2014-01-20 10:50   ` Juergen Beisert
2014-01-21  6:54     ` [ptxdist] [PATCH] attr: re-add patches after version bump to 2.4.47 Robert Schwebel
2014-01-13 18:38 ` [ptxdist] [PATCH 4/4] bzip2: version bump 1.0.5 -> 1.0.6 Robert Schwebel
2014-01-23 16:50   ` Michael Olbrich

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