From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKRp4-0001KL-Iz for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:50:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKRoz-0007XZ-3o for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:50:34 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:65057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKRoy-0007W7-Td for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:50:29 -0400 Received: by mail-wi0-f174.google.com with SMTP id d1so8646196wiv.1 for ; Thu, 21 Aug 2014 05:50:28 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53F5EB10.7060909@redhat.com> Date: Thu, 21 Aug 2014 14:50:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1408610390-815-1-git-send-email-eduardo.otubo@profitbricks.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/01] seccomp: add semctl() to the syscall whitelist List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Eduardo Otubo Cc: Paul Moore , QEMU Developers Il 21/08/2014 14:42, Peter Maydell ha scritto: >> > seccomp: add semctl() to the syscall whitelist (2014-08-21 10:29:16 +0200) > Applied, thanks. PS: git@github... isn't a valid git remote > name for other people; I'd appreciate it if you could fix the > scripts/workflow you use to create these pullreq emails to > get it right. You want "git://github.com/otubo/qemu.git". ... which means setting the "pushurl" in .git/config to the git@github: remote name, and the "url" to the git://github.com/ one. Paolo