summaryrefslogtreecommitdiffstats
path: root/package/stress-ng/0001-stress-netlink-proc-fix-build-with-kernel-v3.9.patch
diff options
context:
space:
mode:
authorFlorian La Roche <F.LaRoche@pilz.de>2018-09-12 10:33:12 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-12 21:00:49 +0200
commit27bce5fc8e4c40e5d9acac4187c842fe6c9f5a01 (patch)
tree9eebec86b4b879b42d1f950d13a870e221055dee /package/stress-ng/0001-stress-netlink-proc-fix-build-with-kernel-v3.9.patch
parent2834e06c950c16923d18db89246e274edc42277d (diff)
downloadbuildroot-27bce5fc8e4c40e5d9acac4187c842fe6c9f5a01.tar.gz
buildroot-27bce5fc8e4c40e5d9acac4187c842fe6c9f5a01.zip
package/stress-ng: bump to version 0.09.39
- package/stress-ng: bump to version 0.09.39 - remove patch, which was merged upstream in commit http://kernel.ubuntu.com/git/cking/stress-ng.git/commit/stress-netlink-proc.c?id=cbfc5a9d648ae639e3aebf2354eac5b3c015c0fb Signed-off-by: Florian La Roche <F.LaRoche@pilz.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/stress-ng/0001-stress-netlink-proc-fix-build-with-kernel-v3.9.patch')
-rw-r--r--package/stress-ng/0001-stress-netlink-proc-fix-build-with-kernel-v3.9.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/package/stress-ng/0001-stress-netlink-proc-fix-build-with-kernel-v3.9.patch b/package/stress-ng/0001-stress-netlink-proc-fix-build-with-kernel-v3.9.patch
index 6cbba5e729..e69de29bb2 100644
--- a/package/stress-ng/0001-stress-netlink-proc-fix-build-with-kernel-v3.9.patch
+++ b/package/stress-ng/0001-stress-netlink-proc-fix-build-with-kernel-v3.9.patch
@@ -1,38 +0,0 @@
-From f3aa381322a4b73b9ca4e7940f802d74324ef24b Mon Sep 17 00:00:00 2001
-From: Baruch Siach <baruch@tkos.co.il>
-Date: Mon, 2 Jul 2018 21:06:43 +0300
-Subject: [PATCH] stress-netlink-proc: fix build with kernel v3.9
-
-The PROC_EVENT_COREDUMP has been introduced in kernel version 3.10.
-Don't use it with 3.9 headers.
-
-Fixes build failure:
-
-stress-netlink-proc.c: In function 'monitor':
-stress-netlink-proc.c:108:8: error: 'PROC_EVENT_COREDUMP' undeclared (first use in this function)
- case PROC_EVENT_COREDUMP:
- ^
-
-Signed-off-by: Baruch Siach <baruch@tkos.co.il>
----
-Upstream status: https://github.com/ColinIanKing/stress-ng/pull/24
-
- stress-netlink-proc.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/stress-netlink-proc.c b/stress-netlink-proc.c
-index 5845610dc816..6114a0b92af1 100644
---- a/stress-netlink-proc.c
-+++ b/stress-netlink-proc.c
-@@ -104,7 +104,7 @@ static int monitor(const args_t *args, const int sock)
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31)
- case PROC_EVENT_SID:
- #endif
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0)
- case PROC_EVENT_COREDUMP:
- #endif
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,1,0)
---
-2.18.0
-
OpenPOWER on IntegriCloud