summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-06-05 17:23:13 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-07 08:52:55 +0100
commit6c19e22c1306ae4a5a20ea7a27d5de77388e9a60 (patch)
treee7b6ada9c18a1d9aee4fab490114ee324fbde4c1 /meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch
parente14171cc594e8c3dfee8119847c26e10b15bacf4 (diff)
downloadpoky-6c19e22c1306ae4a5a20ea7a27d5de77388e9a60.tar.gz
ltp: bump to release 20180515
The following patches have made it to upstream: * 0001-configure-Fix-default-value-of-without-numa-switch-i.patch * 0001-configure-add-knob-to-control-numa-support.patch * 0003-Add-knob-to-control-tirpc-support.patch * 0010-replace-__BEGIN_DECLS-and-__END_DECLS.patch * 0040-safe_macros-make-is_fuse-return-zero-if-fs_type-is-N.patch These patches have been refreshed in order to apply cleanly and without any fuzz: * 0004-build-Add-option-to-select-libc-implementation.patch * 0008-Check-if-__GLIBC_PREREQ-is-defined-before-using-it.patch * 0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch * 0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch * 0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch This next patch was added to the set of patches that make LTP build with musl: * 0040-read_all-Define-FNM_EXTMATCH-if-not-already-like-und.patch (From OE-Core rev: 331b08516b9b15b9d50d6cade3c9a676bdcefef2) Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch')
-rw-r--r--meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch27
1 files changed, 15 insertions, 12 deletions
diff --git a/meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch b/meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch
index 462976da42..6c5f360351 100644
--- a/meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch
+++ b/meta/recipes-extended/ltp/ltp/0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch
@@ -18,10 +18,10 @@ Upstream-Status: Pending
18 testcases/kernel/syscalls/mremap/mremap03.c | 2 ++ 18 testcases/kernel/syscalls/mremap/mremap03.c | 2 ++
19 3 files changed, 7 insertions(+), 1 deletion(-) 19 3 files changed, 7 insertions(+), 1 deletion(-)
20 20
21Index: git/testcases/kernel/syscalls/mremap/mremap01.c 21diff --git a/testcases/kernel/syscalls/mremap/mremap01.c b/testcases/kernel/syscalls/mremap/mremap01.c
22=================================================================== 22index d63d1e4..24ca174 100644
23--- git.orig/testcases/kernel/syscalls/mremap/mremap01.c 23--- a/testcases/kernel/syscalls/mremap/mremap01.c
24+++ git/testcases/kernel/syscalls/mremap/mremap01.c 24+++ b/testcases/kernel/syscalls/mremap/mremap01.c
25@@ -76,10 +76,12 @@ 25@@ -76,10 +76,12 @@
26 */ 26 */
27 #include <unistd.h> 27 #include <unistd.h>
@@ -36,10 +36,10 @@ Index: git/testcases/kernel/syscalls/mremap/mremap01.c
36 36
37 #include "test.h" 37 #include "test.h"
38 #include "safe_macros.h" 38 #include "safe_macros.h"
39Index: git/testcases/kernel/syscalls/mremap/mremap02.c 39diff --git a/testcases/kernel/syscalls/mremap/mremap02.c b/testcases/kernel/syscalls/mremap/mremap02.c
40=================================================================== 40index 5a51b9a..a530a6b 100644
41--- git.orig/testcases/kernel/syscalls/mremap/mremap02.c 41--- a/testcases/kernel/syscalls/mremap/mremap02.c
42+++ git/testcases/kernel/syscalls/mremap/mremap02.c 42+++ b/testcases/kernel/syscalls/mremap/mremap02.c
43@@ -75,9 +75,11 @@ 43@@ -75,9 +75,11 @@
44 #include <errno.h> 44 #include <errno.h>
45 #include <unistd.h> 45 #include <unistd.h>
@@ -52,10 +52,10 @@ Index: git/testcases/kernel/syscalls/mremap/mremap02.c
52 52
53 #include "test.h" 53 #include "test.h"
54 54
55Index: git/testcases/kernel/syscalls/mremap/mremap03.c 55diff --git a/testcases/kernel/syscalls/mremap/mremap03.c b/testcases/kernel/syscalls/mremap/mremap03.c
56=================================================================== 56index 12e3829..9b39f8b 100644
57--- git.orig/testcases/kernel/syscalls/mremap/mremap03.c 57--- a/testcases/kernel/syscalls/mremap/mremap03.c
58+++ git/testcases/kernel/syscalls/mremap/mremap03.c 58+++ b/testcases/kernel/syscalls/mremap/mremap03.c
59@@ -76,9 +76,11 @@ 59@@ -76,9 +76,11 @@
60 #include <errno.h> 60 #include <errno.h>
61 #include <unistd.h> 61 #include <unistd.h>
@@ -68,3 +68,6 @@ Index: git/testcases/kernel/syscalls/mremap/mremap03.c
68 68
69 #include "test.h" 69 #include "test.h"
70 70
71--
722.7.0
73