From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cw1Kw-00029a-O8 for guix-patches@gnu.org; Thu, 06 Apr 2017 02:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cw1Ks-0004BG-Rn for guix-patches@gnu.org; Thu, 06 Apr 2017 02:56:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36157) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cw1Ks-0004At-Nv for guix-patches@gnu.org; Thu, 06 Apr 2017 02:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cw1Ks-00028V-E6 for guix-patches@gnu.org; Thu, 06 Apr 2017 02:56:02 -0400 Subject: bug#26341: [PATCH] build: vm: Add missing module. Resent-Message-ID: References: <20170402150157.7149-1-m.othacehe@gmail.com> <8760iks5u4.fsf@gnu.org> <86bmsbrvsk.fsf@gmail.com> <86a87vrvpd.fsf@gmail.com> <87efx6lekl.fsf@gnu.org> From: Mathieu Othacehe Message-ID: <8660iif2k4.fsf@gmail.com> In-reply-to: <87efx6lekl.fsf@gnu.org> Date: Thu, 06 Apr 2017 08:55:09 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26341@debbugs.gnu.org > That introduces a slight difference: in one case #:update-mtab? is not > honored. That said, it’s probably OK to ignore it; maybe leave an “XXX” > comment above just in case. ;-) Ok ! > Can you send a ‘git format-patch’ thing? (Otherwise I could write the > commit log on your behalf.) Sure, I'll send new patches ! I have a follow-up question. Would it be ok to do the same thing for other warnings on syscalls, 'reboot' for example ? Thanks, Mathieu