unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28767] [PATCH] syscalls: clone: Define syscall-id for aarch64.
@ 2017-10-09 19:43 Eric Bavier
  2017-10-09 21:04 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Bavier @ 2017-10-09 19:43 UTC (permalink / raw)
  To: 28767

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

This fixes many of the container-related 'make check' tests on aarch64.

Eric Bavier, Scientific Libraries, Cray Inc.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-syscalls-clone-Define-syscall-id-for-aarch64.patch --]
[-- Type: text/x-patch; name="0001-syscalls-clone-Define-syscall-id-for-aarch64.patch", Size: 908 bytes --]

From f9ca0babb2f350a88983c0b2efb17ef30412a19a Mon Sep 17 00:00:00 2001
From: Eric Bavier <bavier@cray.com>
Date: Mon, 9 Oct 2017 14:40:19 -0500
Subject: [PATCH] syscalls: clone: Define syscall-id for aarch64.

* guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines.
---
 guix/build/syscalls.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build/syscalls.scm b/guix/build/syscalls.scm
index 55b0df3..e5779cb 100644
--- a/guix/build/syscalls.scm
+++ b/guix/build/syscalls.scm
@@ -773,6 +773,7 @@ Turning finalization off shuts down the finalization thread as a side effect."
                        ("x86_64" 56)
                        ("mips64" 5055)
                        ("armv7l" 120)
+                       ("aarch64" 220)
                        (_ #f))))
     (lambda (flags)
       "Create a new child process by duplicating the current parent process.
-- 
1.8.5.6


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

* [bug#28767] [PATCH] syscalls: clone: Define syscall-id for aarch64.
  2017-10-09 19:43 [bug#28767] [PATCH] syscalls: clone: Define syscall-id for aarch64 Eric Bavier
@ 2017-10-09 21:04 ` Ludovic Courtès
  2017-10-09 23:59   ` bug#28767: " Eric Bavier
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-10-09 21:04 UTC (permalink / raw)
  To: Eric Bavier; +Cc: 28767

Hello!

Eric Bavier <bavier@cray.com> skribis:

> From f9ca0babb2f350a88983c0b2efb17ef30412a19a Mon Sep 17 00:00:00 2001
> From: Eric Bavier <bavier@cray.com>
> Date: Mon, 9 Oct 2017 14:40:19 -0500
> Subject: [PATCH] syscalls: clone: Define syscall-id for aarch64.
>
> * guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines.

LGTM.

Does “make check TESTS=tests/syscalls.scm” pass on aarch64?

Thanks,
Ludo’.

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

* bug#28767: [PATCH] syscalls: clone: Define syscall-id for aarch64.
  2017-10-09 21:04 ` Ludovic Courtès
@ 2017-10-09 23:59   ` Eric Bavier
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Bavier @ 2017-10-09 23:59 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 28767-done

On Mon, 09 Oct 2017 23:04:25 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

> Hello!
> 
> Eric Bavier <bavier@cray.com> skribis:
> 
> > From f9ca0babb2f350a88983c0b2efb17ef30412a19a Mon Sep 17 00:00:00 2001
> > From: Eric Bavier <bavier@cray.com>
> > Date: Mon, 9 Oct 2017 14:40:19 -0500
> > Subject: [PATCH] syscalls: clone: Define syscall-id for aarch64.
> >
> > * guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines.  
> 
> LGTM.

pushed in 7f0bb6540ac05c080a4e76c9363018050c9661e8

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

end of thread, other threads:[~2017-10-10  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 19:43 [bug#28767] [PATCH] syscalls: clone: Define syscall-id for aarch64 Eric Bavier
2017-10-09 21:04 ` Ludovic Courtès
2017-10-09 23:59   ` bug#28767: " Eric Bavier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).