From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13BE1138332 for ; Thu, 15 Feb 2018 14:27:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA500E0D05; Thu, 15 Feb 2018 14:27:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5F92E0D05 for ; Thu, 15 Feb 2018 14:27:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE838335C38 for ; Thu, 15 Feb 2018 14:27:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 817FC216 for ; Thu, 15 Feb 2018 14:27:39 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1518704835.e8b4d478a8d7acbf48101683a785a3ec0836b3a7.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/criu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/criu/files/criu-2.12.1-glibc-2.26.patch X-VCS-Directories: sys-process/criu/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e8b4d478a8d7acbf48101683a785a3ec0836b3a7 X-VCS-Branch: master Date: Thu, 15 Feb 2018 14:27:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75ca98f9-a6f5-4321-9cb1-cb9b3d756a77 X-Archives-Hash: 5692d8a937b05c8bf4efa213d01d154d commit: e8b4d478a8d7acbf48101683a785a3ec0836b3a7 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Feb 14 07:12:17 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Feb 15 14:27:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b4d478 sys-process/criu: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/7178 .../criu/files/criu-2.12.1-glibc-2.26.patch | 49 ---------------------- 1 file changed, 49 deletions(-) diff --git a/sys-process/criu/files/criu-2.12.1-glibc-2.26.patch b/sys-process/criu/files/criu-2.12.1-glibc-2.26.patch deleted file mode 100644 index d378cc88cff..00000000000 --- a/sys-process/criu/files/criu-2.12.1-glibc-2.26.patch +++ /dev/null @@ -1,49 +0,0 @@ -From d77d8cc402e597bb38edfb4e81db89fd7d96d0b6 Mon Sep 17 00:00:00 2001 -From: Adrian Reber -Date: Thu, 29 Jun 2017 14:19:32 +0000 -Subject: [PATCH] fix building with newer glibc - -Newer glibc releases have removed SIGUNUSED from bits/signum.h which -breaks building criu on those systems: - -https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8082d91e1c449e0cb137468b731004a5e605c8c6 - -SIGSYS returns the same value as SIGUNUSED and testing has shown -that criu still successfully completes zdtm with this patch. - -Signed-off-by: Adrian Reber -Reviewed-by: Dmitry Safonov -Signed-off-by: Andrei Vagin ---- - criu/cr-restore.c | 1 - - test/zdtm/static/pthread01.c | 2 +- - 2 files changed, 1 insertion(+), 2 deletions(-) - -diff --git a/criu/cr-restore.c b/criu/cr-restore.c -index e8fb4adf..6ba50f18 100644 ---- a/criu/cr-restore.c -+++ b/criu/cr-restore.c -@@ -880,7 +880,6 @@ static void zombie_prepare_signals(void) - (1 << SIGPOLL) |\ - (1 << SIGIO) |\ - (1 << SIGSYS) |\ -- (1 << SIGUNUSED)|\ - (1 << SIGSTKFLT)|\ - (1 << SIGPWR) \ - ) -diff --git a/test/zdtm/static/pthread01.c b/test/zdtm/static/pthread01.c -index 52f849c0..2520fcfe 100644 ---- a/test/zdtm/static/pthread01.c -+++ b/test/zdtm/static/pthread01.c -@@ -43,7 +43,7 @@ static char *decode_signal(const sigset_t *s, char *buf) - COLLECT(SIGTERM); COLLECT(SIGSTKFLT); COLLECT(SIGCHLD); COLLECT(SIGCONT); COLLECT(SIGSTOP); - COLLECT(SIGTSTP); COLLECT(SIGTTIN); COLLECT(SIGTTOU); COLLECT(SIGURG); COLLECT(SIGXCPU); - COLLECT(SIGXFSZ); COLLECT(SIGVTALRM); COLLECT(SIGPROF); COLLECT(SIGWINCH); COLLECT(SIGIO); -- COLLECT(SIGPOLL); COLLECT(SIGPWR); COLLECT(SIGSYS); COLLECT(SIGUNUSED); -+ COLLECT(SIGPOLL); COLLECT(SIGPWR); COLLECT(SIGSYS); - #undef COLLECT - - return buf; --- -2.14.1 -